Skip to content

Releases: zachmueller/commonplace-notes

0.1.21

12 Apr 09:47

Choose a tag to compare

What's New in 0.1.21

New Features

  • Delete Published Note command — new command to delete a published note, cleaning up both the S3 object and the local mapping entry
  • Panel insertion behavior — on locally published notes, new panels now open adjacent to the source panel instead of always appending at the end

0.1.20

26 Feb 01:51

Choose a tag to compare

0.1.19

23 Feb 05:39

Choose a tag to compare

  • Update new UUID generation to default length of 10 characters
  • Make UUID length configurable via hidden setting uidLength

0.1.18

23 Feb 05:38

Choose a tag to compare

  • Switch UUID generator function to Crockford base32

0.1.17

28 Jul 06:47

Choose a tag to compare

  • Added new setting to allow users to customize how the aws CLI is accessed under the "AWS CLI" profile type

0.1.16

13 Jul 02:53

Choose a tag to compare

Got simple version of "local publishing" working

0.1.15

07 Apr 02:03

Choose a tag to compare

  • Correct bug introduced in 0.1.14 that accidentally uploaded notes JSONs twice and skipped uploading mapping JSONs

0.1.14

07 Apr 01:57

Choose a tag to compare

  • New style NoticeManager to keep notices alive while commands run behind the scenes and improve maintainability
  • Improve error handling around presence of directories

0.1.13

04 Mar 00:17

Choose a tag to compare

Implement initial approach to including line number data in rendered HTML to facilitate linking to specific lines in published notes

0.1.12

02 Mar 20:13

Choose a tag to compare

Fix bug where all text input throughout Obsidian would break after first clicking a Delete Profile button