Skip to content

Latest commit

 

History

History
292 lines (170 loc) · 5.33 KB

File metadata and controls

292 lines (170 loc) · 5.33 KB

CHANGELOG

3.21.15

  • Update libs

3.21.14

  • Update libs

3.21.13

  • Refactor to loop

3.21.12

  • Update libs

3.21.11

  • Update libs

3.21.10

  • Update libs
  • Avoid default exports

3.21.9

  • Update libs

3.21.8

  • Update libs

3.21.7

  • Update lib

3.21.6

  • Update lib

3.21.5

  • Save only non-deferred views

3.21.4

  • Update libs

3.21.3

  • Update lib

3.21.2

  • Update lib

3.21.1

  • Update lib

3.21.0

  • Update lib

3.20.1

  • Refactor

3.20.0

  • Delete attachments after deleting note
  • Fix attachment folder discovery
  • Switch default value for changeNoteBacklinksAlt
  • Fix race condition
  • Pass shouldUpdateFilenameAliases
  • Assign all registerRenameDeleteHandlers props
  • Ensure RenameDeleteHandler is executed only once

3.19.0

  • Extract settings from originalLink
  • Always preserve displayText

3.18.0

  • Don't remove folders with hidden files
  • Pass shouldDeleteOrphanAttachments

3.17.0

  • Remove to trash

3.16.0

  • Preserve angle brackets and leading dot

3.15.0

  • Reuse RenameDeleteHandler
  • Integrate with Better Markdown Links
  • Handle same case scenarios

3.14.0

  • Don't change alias for markdown links
  • Fix mobile build

3.13.3

  • Handle removed parent folder case
  • Rename attachments before changing links

3.13.2

  • Keep link/embed format

3.13.1

  • Fix unnecessary creation of attachment folder

3.13.0

  • Check for race conditions
  • Don't create fake files

3.12.0

  • Add commands to convert only wiki embeds

3.11.0

  • Fix alias checks
  • Resolve links better
  • Generate links instead of constructing them manually
  • Proper check overlapping change

3.10.0

  • Stop long running operations on unload

3.9.0

  • Fix root folder corner cases

3.8.0

  • Fix moving attachments
  • Avoid unnecessary temp file/folder creations

3.7.0

  • Don't create file/folder in getAttachmentFilePath
  • When attachment folder is shared, move only uniquely used attachments

3.6.0

  • Fix links in report file

3.5.1

  • Fix more race conditions

3.5.0

  • Fix race conditions
  • Update README about Attachment Subfolder setting

3.4.2

  • Show warning on first load

3.4.1

  • Don't show noop messages

3.4.0

  • Add setting Auto Collect Attachments

3.3.2

  • Proper check for identical attachments

3.3.1

  • Create folder for report

3.3.0

  • Don't delete empty folders if setting is not set

3.2.0

  • Add commands to run in current file
  • Fix alias with leading dot

3.1.0

  • Rewrite wiki -> markdown link converter

3.0.0

  • Fully rewrite rename logic
  • Removed "Subfolder name" setting. See README.md for the alternative.

2.1.0

  • Check for missing file cache

2.0.0

  • Ensure notes are saved before collecting attachments
  • Process notes in sorted order
  • Simpler check for collectAttachmentsCurrentNote

1.3.0

  • Fix attachments for deleted notes
  • Fix removal of embedded markdown files

1.2.0

  • Handle deleted note cache properly

1.1.0

  • Fixed moving embedded md and canvas files
  • Fixes metadata cache reliability

1.0.11

  • FIX: wrong movement of transclusion markdown or canvas note as attachment by @jiyee in #67
  • Bugfix: diff between collect attachments and mov ing files by @jiyee in #71

1.0.9

  • Update README.md by @kkYrusobad in #35
  • Recognize path for invalid links as Obsidian does by @mnaoumov in #40
  • Fix typo by @JadoJodo in #42
  • Ability to use regex in ignoreFiles by @i-KishoreVarma in #36
  • Increase line number by @mnaoumov in #49
  • Remove part after # when resolve file by @mnaoumov in #46
  • Check for renamed files before removing by @mnaoumov in #60
  • Do accurate searches when validating vault consistency without hurting performance by @mnaoumov in #51
  • Improve grammar and wording by @mairas in #61
  • Get exact matching file before removal by @mnaoumov in #63

1.0.8

  • Add pdf page check for non-embedded links
  • Add support for pdf page sections
  • Improve performance on big vaults
  • Add command Collect attachments in current note
  • Add support for ${filename} placeholder for attachments folder setting

1.0.7

  • small fixes

1.0.6

  • links with sections (#) now supported
  • Check vault consistent command generates report
  • ignore files and folders setting
  • many fixes

1.0.5

  • reorganize vault
  • replace wikilinks
  • reorganize links

1.0.4

  • reorganize links
  • replace wilikinks

1.0.3

  • collect files

1.0.2

  • don't try to move file twice
  • show notices, read files not from cache

1.0.1

  • Initial implementation