Skip to content

Latest commit

 

History

History
226 lines (115 loc) · 12.9 KB

CHANGELOG.md

File metadata and controls

226 lines (115 loc) · 12.9 KB

1.0.0 (2022-02-18)

Features

  • migrate folderv to dedicated repo (66aaab3)

0.12.3 (2021-12-04)

Bug Fixes

  • fe-handler: remove unintended console output (25e79db)
  • folder-icon: fix subfolder icon var polluted by parent folder's icon (5ff6cc9)

0.12.2 (2021-11-29)

Features

  • fe-handler: add focus on folder for file explorer (1759c82)
  • fe-handler: focused folder now auto unfold and scroll into view (a872028)
  • focus: long press (0.8s) on folder to toggle focus (e5d96b9)
  • focus: non-focused folders are now dimmed instead of being hidden (529f685)
  • settings: add option to disable long press to toggle focus (a948d56)

0.12.1 (2021-11-27)

Features

  • fe-handler: add option to hide collapse indicator when folder contains only folder note (7fa8ee8), closes #40

  • refactor: add body.alx-folder-icons when option is enabled (ff1fa46)

  • fix(initialize): fix feHanlder failed to update when workspace changes (9fe694a)

  • feat(fe-handler): set folder icon in folder note (7ba11ad)

  • docs(readme): update introduction (517c55e)

0.11.2 (2021-09-15)

Bug Fixes

  • file-card: fix mid-click and mod-click on file card (fe89454), closes #20
  • folderv: folder notes are no longer included in folderv (4b9fdf3)
  • initialize: add more retrys to get FileExplorer view (38625dc), closes #21 #12

0.11.1 (2021-09-12)

Features

  • settings: expose log level settings of folder-note-core (b7aecbf)

0.11.0 (2021-09-12)

Bug Fixes

  • fe-handler: fix click not set on newly created folder items (38ea6cf)
  • fe-handler: fix click not set on newly created folder items (again) (b50b6a6)
  • fix compatibility with folder-note-core v1.0.0 (96c3105)

Features

  • migrate code to folder-note-core (29c20eb)

0.10.0 (2021-08-12)

Bug Fixes

  • folderv: tippy now append to parent (a4d57c1)

Features

0.9.2 (2021-08-09)

Bug Fixes

  • command: add missing command for link-to-parent-folder; fix commands not available in preview mode (4acd8d7)
  • fix glob filter matched as regex; add notice for invaild options; rename sort field (6747616)

0.9.1 (2021-08-09)

Bug Fixes

0.9.0 (2021-08-09)

Bug Fixes

Features

0.8.0 (2021-08-08)

Bug Fixes

  • sort: fix regex not parsed correctly; fix test when regex flag set to g (d0bdf4a)

Features

  • add custom title and description field name; update default settting (33ad9f8)
  • add mid-click on folder to create new folder note (ebefb6a)

0.7.0 (2021-08-08)

Bug Fixes

  • fe-handler.ts: slience the error of no afitem found for path in waitingList (1146529)
  • remove monkey-around when unload (9df247f)
  • vault-handler.ts: fix folder note not update internal links when auto rename (90922bf)

Features

Performance Improvements

  • move debounce from vaultHandler to feHandler (c83e125)

0.6.0 (2021-06-11)

Features

  • add underline to folder with note (faeba8f)
  • commands.ts: add command to link current note to parent folder (0fe327d)

0.5.0 (2021-06-10)

Bug Fixes

  • settings.ts: fix folder note hide fails when toggle deleteOutsideNoteWithFolder (4eabf9b)

Features

  • add commands for folder note/folder operation (a936d25)
  • add debounce to vault events (9db2a46)
  • revealInFolder now jump to folder when folder note is hidden (069b109)

Reverts

  • remove fileCountInExplorer (df9b68a)

0.4.0 (2021-05-29)

Features

  • add option to toggle fileCountInExplorer (46688ef)
  • folder-count.ts: auto update count when file changes (5458bdf)
  • add initial support for file count in explorer (f520f66)

0.3.0 (2021-05-28)

Bug Fixes

  • valut-handler.ts: autorename no longer rename index files (b057bd3)

Features

  • vault-handler.ts: add prompt to delete folder when folder note is removed (fdc6c28)
  • add create-folder-for-note command (47470ad)

0.2.0 (2021-05-28)

Bug Fixes

  • find.ts: getFolderNote() throw error when move folder content (d60e7ad)

Features

  • vault-handler.ts: add prompt to comfirm deletion of folder note outside (01b5032)

0.1.1 (2021-05-27)

Bug Fixes

  • vault-handler.ts: autoRename folder note not working when hideNoteInExplorer is disabled (6c5ca94)

0.1.0 (2021-05-27)

Bug Fixes

  • click-handler.ts: mid click not opening new leaf (da71c1a)
  • note-handler.ts: hideAll() fail to revert all hidden folder notes (389300f)
  • settings.ts: expose hideNoteInExplorer in setting tab (f77202c)

Features

  • find.ts: findFolderFromNote() now accepts path strings (f490125)
  • settings.ts: add live update to folderNotePref and indexName (3e42e67)
  • vault-handler.ts: folder note rename/mv now update hide state and folder (8fec0ee)
  • add types for undocumented FileExplorerView (d1d673d)
  • port core function from fork.dev (6b24c46)
  • support create new folder note (2a1026f)
  • update method to unload and load when layout is already ready (521294b)
  • settings.ts: port settings from xpgo's (f8c2e2f)