Releases: aidenlx/alx-folder-note
Releases · aidenlx/alx-folder-note
0.16.5
0.16.5 (2023-05-05)
Bug Fixes
Performance Improvements
- drag-patch: patch drag manager with existing MarkdownView instead of init a new one (07f64d6)
- use native frontmatter edit method instead of graymatter (3948b68)
0.16.4
0.16.4 (2022-05-03)
Bug Fixes
- drag-patch: fix no cursor shown on drag folder over editor in v0.14.8+ (beb8c5e)
0.16.3
0.16.3 (2022-04-19)
Bug Fixes
- drag-patch: fix compatibility issue with legacy editor (91ec54a), closes #73
0.16.2
0.16.2 (2022-04-15)
Bug Fixes
- drag-patch: fix broken drag folder with folder note into another folder (d8c5325), closes #71
0.16.1
0.16.1 (2022-04-04)
Bug Fixes
- improve handling of loading folder-note-core API (8d72225), closes #67
0.16.0
0.16.0 (2022-03-25)
Bug Fixes
- click-handler: fix shift selection not working on folder with note (a4742e1)
Features
- click handler: add option to expand collasped folder with note while opening it (3f98380), closes #32
- click-handler: folder note is triggered only when click on folder title again (f145d5a), closes #64
- support drag folder to editor to insert link (26e6cf9), closes #45
0.15.0
0.15.0 (2022-03-06)
Bug Fixes
- settings: fix input[number] stylings (eaeb33a)
Features
- fe-handler: adjust folder title and icon style (03a8340)
- fe-patch: support hover on folder to preview its folder note (aa918ff), closes #62
- folder-icon: add command and file menu option to set folder icon (03d4ec1)
- increase folder's collapse-indicator size on mobile (b619b0d)
0.14.0
0.14.0 (2022-02-25)
Bug Fixes
- folder-icon: fix basic styles broken in some themes; svg and emoji icons are now aligned properly (12e28b4), closes #61
Features
- add
is-active
class on active folder's titleEl (eccb473), closes #53
- click-handler: add option to disable click folder title to open folder note on mobile (2d2bad6), closes #56 #52
- settings: add option to configure long press delay (745680a), closes #42
0.13.1
0.13.1 (2022-02-19)
Bug Fixes
- fix folderv change notice keep popup after ignore it (ca000ed)
0.13.0
0.13.0 (2022-02-19)
Features
- add notice about folderv changes (22ede5e)
- settings: add clickable notice that jump to setting tab when folder-note-core not enabled (156d1b3)
- settings: add guide to install dependencies (8ea9769)
Performance Improvements
- separate folderv code from main repo to boost loading (73e2149)
BREAKING CHANGES
- folder overview (folderv) is now an optional component that requires a dedicated plugin, go to setting tab to install it