Skip to content

Latest commit

 

History

History
169 lines (76 loc) · 7.7 KB

CHANGELOG.md

File metadata and controls

169 lines (76 loc) · 7.7 KB

1.3.6 (2022-05-16)

Bug Fixes

  • fix typescript error caused by out-of-date obsidian version (7fcd15a)

1.3.5 (2022-04-24)

Bug Fixes

  • fix command check fail when active view not markdown (ec0a84c)

1.3.4 (2022-03-14)

Bug Fixes

  • update links when perform "Make Doc Folder Note" and "Link to Parent Folder" (#14) (c4e1046)

1.3.3 (2022-02-20)

Bug Fixes

1.3.2 (2022-02-19)

Bug Fixes

  • fix log level pollution to other plugins (cff9774)
  • fix loglevel in setting not being applied on load (fcfbca3)

1.3.1 (2021-11-23)

Bug Fixes

  • api: fix OpenFolderNote not implement properly; add config param in OpenFolderNote (e533095), closes #6

1.3.0 (2021-11-21)

Features

  • api: add menu item and api to open folder note of given folder (11abe93), closes #3
  • resolver fix createFolderForNote not working properly (3f5a3cc)

1.2.6 (2021-11-18)

Bug Fixes

  • resolver: fix createFolderForNote exec when already folder note in index&inside-same strategy (68d2e73)

1.2.5 (2021-09-15)

Bug Fixes

  • resolver: fix getFolderPath failed to get filename when given path string (39d0164)

1.2.4 (2021-09-15)

Bug Fixes

  • resolver: fix dot in folder path breaks folder note resolution (6fdb8dd)

1.2.3 (2021-09-12)

Bug Fixes

  • resolver: fix fail to get folder note path when path contains dots (ea9162e)

1.2.2 (2021-09-12)

Features

  • settings: add option to set log level; expose renderLogLevel in api (d284dd6)

1.2.1 (2021-09-12)

Bug Fixes

1.2.0 (2021-09-12)

Features

  • settings: add batch convert between strategies; api: new option to specify strategy (0fd5bf2)

1.1.0 (2021-09-12)

Bug Fixes

  • resolver: getFolderNotePath no longer throw uncaught error when given path contains extension (f86a0a5)

Features

  • add file menu option to delete note with folder for linked folder (4d86d46)
  • new note created in folder note is placed in linked folder properly (02fa8bf)

1.0.2 (2021-09-07)

Bug Fixes

  • resolver: remove notice on dryrun for createFolderForNote (f2f2ddf)

1.0.1 (2021-09-07)

Bug Fixes

  • commands: remove source restriction for file-menu (4b6d702)

1.0.0 (2021-09-07)

Bug Fixes

  • commands: fix createFolderForNote() check not using await (7a26e60)
  • resolver: fix invaild path returned when given file/folder's parent is root dir (140f1c4)
  • settings: move mod key setting back to alx-folder-note (fec1f21)

Features

  • api: add api ready event (e6b4779)
  • api: add util lib for npm package (6aadaf4)
  • api: expose getNewFolderNote(), getFolderNotePath() and getFolderPath() (9642cc6)
  • api: update api import: no manual types.d.ts needed (048342c)

BREAKING CHANGES

  • api: FolderNoteAPI is no longer a default export
  • api: getFolderNote() no longer accept second arg when given path; getFolderNote() and getFolderFromNote() will return null when given file invaild (detail provided in console)

0.2.0 (2021-09-01)

Features

  • settings: expose items in setting tabs in api; fix OldConfig def (1b878d9)

0.1.0 (2021-09-01)

Features

  • api: import settings from alx-folder-note (2375deb)
  • migrate code from alx-folder-note (64a6991)