Releases: ryanmcalister/unotes
Releases · ryanmcalister/unotes
v.1.5.2
v1.4.3
Added
- Global image max width support added (issue: #130) (issue: #110) (contributed by kiyoka)
v1.5.0
Changed
- tui-editor version to 3.2 (contributed by kiyoka)
Fixed
-
Indent resetting (issue: #81)
-
Action bar color theme (issue: #91)
-
Writing
Creates text and new paragraph (issue: #121) -
Auto scroll function broken (issue: #138)
-
Cursor jumping to beginning of file (issue: #113) (contributed by kiyoka)
-
(issue: #118) (contributed by kiyoka)
-
(issue: #127) (contributed by kiyoka)
Added
- inline Katex support
- support for
${workspaceFolder}
var inunotes.rootPath
(issue: #101) - set focus keyboard shortcut (issue: #144)
unotes.editor.extraFocus
setting
Removed
- code block Katex support
- 2x toolbar display setting
Known Issues
- custom theme colors are not completely working
v1.4.4
Fixed
- Image duplication when dragging and dropping images from media folder (issue: #133) (contributed by kiyoka)
- Adding an image may reencode it (issue: #93) (contributed by kiyoka)
v1.4.2
Added
- Open markdown file in Unotes menu item (issue: #123)
- Absolute path support for media folder (issue: #119) (contributed by kiyoka)
v1.4.1
Fixed
- Media folder creating when pasting images
v1.4.0
Added
- Template notes
- Better support for remote/virtual usage (WSL, SSH)
v1.3.0
Added
- KaTeX math code block rendering (issue: #7)
- VSCode editor font settings now supported (issue: #98)
v1.2.2
Added
- Updated tui-editor to v2.5.1
Fixed
- Unotes works without open folder if root folder setting set (issue: #8) (contributed by ReshefElisha)
- Unotes uses first folder if multiple project folders open (contributed by ReshefElisha)
v1.2.1
Added
mdCodeBlockBackground
,mdHighlightText
,mdTableText
theme colors
Fixed
- Startup / resizing flickering window