|
| 1 | +- 1.4.0 (2026.03.10) |
| 2 | + New: |
| 3 | + - Wrap code now also works in editor mode |
| 4 | + - Added compatibility with Execute Code Plugin (#129, #149) |
| 5 | + - Added option "Only apply inverse fold to semi-foldable blocks" to exclude code blocks when inverse fold and semi-fold are both enabled (#138) |
| 6 | + - Added option "Auto semi-fold long code blocks" (#133) |
| 7 | + - Added Modifier keys for buttons and inline code (#132) |
| 8 | + - Added new `parse` parameter to parse raw CLI output fro prompts, and apply colors to them (#131) |
| 9 | + - Added new Themes (Dracula, Gruvbox, Nord, Tokyo Night) |
| 10 | + - Added "Copy as image" button to create snapshot of code blocks |
| 11 | + - Added option to display an additional "+" and "x" for grouped code blocks for easier adding/removing blocks |
| 12 | + - Added option to search for settings on the settings page |
| 13 | + - Added new option to select alternative collapse indicators |
| 14 | + - Added option to hide lines or ranges using the `hide` parameter |
| 15 | + - Added blur effect for semi-fold |
| 16 | + |
| 17 | + Modified: |
| 18 | + - It is now possible to define "line number jumps" for the `ln` parameter (#143) |
| 19 | + - CSS refactored into SCSS. Also fixed slow selectors (#136) |
| 20 | + - Settings are **NOT** stored in the Themes anymore. They are completely independent from themes (#135) |
| 21 | + - For text highlight now occurences can also be specified to highlight specifc occurence(s) of the text |
| 22 | + |
| 23 | + BugFix: |
| 24 | + - Fixed a bug, where the copy button copies white spaces (#148) |
| 25 | + - PDF export now correctly uses the specified text color override (#145) |
| 26 | + - Fixed a bug, which led to plugin crash when editing tables (probably #139, and also #144) |
| 27 | + - Fixed a bug where code blocks in lists were padding missing (#128) |
| 28 | + - Prompt names are **NOT** case sensitive now |
| 29 | + - Fixed inline code mustache syntax (#147) |
| 30 | + - Fixed a bug, where uncollapsing code blocks sometimes resulted in no decorations at all |
| 31 | + |
1 | 32 | - 1.3.1 (2025.08.21): |
2 | 33 | BugFix: |
3 | 34 | - Fixed immediate rerender. Current release of Obsidian broke this feature. |
|
0 commit comments