Releases: chhoumann/quickadd
Releases · chhoumann/quickadd
0.18.2
0.18.1
0.18.0
0.18.0 (2023-04-03)
Bug Fixes
- capturing to last line in file with insert at end on no longer captures above the target (2d54e33), closes #435
Features
0.17.1
0.17.0
0.17.0 (2023-03-27)
Bug Fixes
Features
- Add setting to Captures to consider subsections in Insert After (30b66c6), closes #126 #134 #266. This will make
Insert after
capture also take nested headings into account when capturing withInsert at end of section
. EnablingConsider subsections
will insert the text to the end of the section & its subsections, rather than just at the end of the target section. A section is defined by a heading, and its subsections are all the headings 'under' that heading.
Previous behavior with Insert after
& Insert at end
enabled:
## Heading # Insert after here
- content 1
- content 2
- content 3 # captures to after this
### Nested heading 1
Content
## Another heading
Content
New behavior with Insert after
& Insert at end
, but not Consider subsections
enabled:
## Heading # Insert after here
- content 1
- content 2
- content 3 # captures to after this = same behavior as before. Enabled by default.
### Nested heading 1
Content
## Another heading
Content
New behavior with Insert after
, Insert at end
, AND Consider subsections
enabled:
## Heading # Insert after here
- content 1
- content 2
- content 3
### Nested heading 1
Content # captures to after this, as it's considered part of the "## Heading" section
## Another heading
Content
0.16.0
0.15.0
0.14.0
0.14.0 (2023-03-18)
Bug Fixes
- ensure choiceView has latest choices & macros (8b231ba)
- macros manager adding macros (acc5ebb)
- update references by explicitly returning new obj to update state (fbd0427)
Features
- add macro from macro choice - no need to open macros manager (33d9fc6)
- button to access macro configuration from macro choice settings (29c3cc1), closes #414
- macro choices with an associated macro (same name) will now delete the macro when deleting the choice (0aca751)
This release marks the start of the macro improvements to come.
Here's a demo: