Skip to content

Latest commit

 

History

History
486 lines (278 loc) · 9.38 KB

CHANGELOG.md

File metadata and controls

486 lines (278 loc) · 9.38 KB

CHANGELOG

6.0.0

5.1.7

  • Paste in input/textarea

5.1.6

5.1.5

  • Format

5.1.4

5.1.3

5.1.2

5.1.1

5.1.0

  • Show visible whitespace

5.0.2

5.0.1

  • Pass attachment filename

5.0.0

  • Add custom tokens
  • Add frontmatter formatter
  • Validate path after applying tokens
  • Add fileCreationDate/fileModificationDate
  • Handle ../ paths
  • Add randoms and uuid
  • Add originalCopiedFileExtension
  • Don't allow tokens in prompt
  • Allow root path
  • Allow leading and trailing /
  • Allow . and ..

4.31.1

  • Respect renameOnlyImages when collecting

4.31.0

4.30.6

4.30.5

4.30.4

4.30.3

4.30.2

4.30.1

4.30.0

4.29.1

4.29.0

  • Use image-override to be compatible with Paste Mode plugin
  • Fix check for pasted image

4.28.5

4.28.4

4.28.3

4.28.2

4.28.1

4.28.0

  • Fix passing path in new Electron

4.27.6

4.27.5

4.27.4

4.27.3

4.27.2

4.27.1

4.27.0

4.26.0

  • Don't fail on broken canvas

4.25.0

4.24.0

4.23.2

4.23.1

4.23.0

4.22.1

4.22.0

4.21.0

4.20.0

4.19.0

4.18.0

4.17.0

4.16.0

4.15.0

4.14.0

4.13.0

4.12.2

  • Fix jpegQuality dropdown binding

4.12.1

  • Add extension

4.12.0

  • Add Rename attachments on collecting setting

4.11.0

  • Show warning
  • Fix build

4.10.0

4.9.4

4.9.3

4.9.2

4.9.1

4.9.0

4.8.0

  • Don't create duplicates when dragging vault files

4.7.0

  • Skip paste handler in metadata editor

4.6.0

  • Fix race condition

4.5.0

  • Ensure getAvailablePathForAttachments creates missing folder

4.4.0

  • Fix race conditions

4.3.3

  • Bugfixes

4.3.2

  • Fix double paste

4.3.1

  • Create attachment folders on paste/drop

4.3.0

  • Create attachment folder only when it is needed

4.2.1

  • Fix build

4.2.0

  • Add Rename only images setting

4.1.0

  • Generate links exactly as Obsidian does

4.0.0

  • Disable Obsidian's built-in way to update links
  • Add commands and buttons to collect attachments

3.8.0

  • Improve checks for target type

3.7.0

  • Add Rename pasted files with known names setting

3.6.0

  • Handle move, not only rename
  • Add Keep empty attachment folders setting

3.5.0

  • Preserve draggable on redrop

3.4.0

  • Handle rename/delete for canvas

3.3.0

  • Add ${foldername} and ${folderPath}

3.2.0

  • Configure Duplicate name separator

3.1.0

  • Add canvas support

3.0.0

  • Don't modify attachmentFolderPath setting

2.1.0

  • Configure drag&drop as paste behavior
  • Remove extra dot before jpg
  • Add support for ${prompt}

2.0.0

  • Make universal paste/drop

1.3.1

  • Bugfixes

1.3.0

  • Substitute ${originalCopiedFilename}

1.2.0

  • Bugfixes

1.1.0

  • Bugfixes

1.0.3

  • Remove unused attachment folder

1.0.2

  • Forbid backslashes

1.0.1

  • Add settings validation

1.0.0

  • Fix README.md template example to prevent inappropriate latex rendering by @kaiiiz in #28
  • Handle pasting multiple images by @mnaoumov in #58
  • Support date var template(moment.js) in folder path & image name by @Harrd in #56
  • Add mobile support by @mengbo in #44
  • Add name sanitization when creating folder. by @EricWiener in #35
  • Feature: Compress images from png to jpeg while pasting from the clipboard by @kaiiiz in #29

0.0.9

  • Update attachment folder config when note renamed by @mnaoumov in #26

0.0.8

  • Move attachments when note is moved by @mnaoumov in #21
  • Make attachment folder setting modified every time file opens by @mnaoumov in #23

0.0.7

  • Fixed minor typo in the settings by @astrodad in #10
  • Temporarily fix Drag-n-Drop file from explorer doesn't copy file to obsidian vault.

0.0.6

  • Add support for absolute path and relative path.
  • Add options for auto renaming.

0.0.5

  • Add support for drop event
  • Fix typos & grammar by @TypicalHog in #2

0.0.4

  • Optimize code

0.0.3

  • Add setting tabs and fix bugs.

0.0.2

  • Add support for custom pasted image filename.

0.0.1

  • Initial release