Skip to content

Releases: taylow/obsidian-uuid

1.1.4

21 Mar 14:52
Compare
Choose a tag to compare

Just some cleanup from the rejected PR

  • chore: fixed version in package.json
  • docs: move dev notes from README and add demo gif

1.1.3

15 Jan 13:56
Compare
Choose a tag to compare

Just some cleanup from the rejected PR

  • chore: removed unnecessary config heading
  • chore: updated fundingUrl in manifest

1.1.2

28 Jun 15:14
Compare
Choose a tag to compare

A few housekeeping changes:

  • Fixed out of sync versions across files
  • Simplified command checking logic

1.1.1

27 Jun 17:57
Compare
Choose a tag to compare

Removed the word obsidian from the plugin ID as per request.

1.1.0

27 Jun 17:35
Compare
Choose a tag to compare

Added a settings tab to enable/disable repeating UUIDs to prevent confusion, as the repeat command is added before the main generate command which may result in accidentally reusing the same UUID.

Also fixed a bug, where repeating was possible when no previous UUID was set.

1.0.0

27 Jun 16:31
Compare
Choose a tag to compare

Initial commit of the UUID generator plugin. This plugin simply generates UUIDv4 strings on command. You can repeat the last generated UUID string if you so wish.