Releases: taylow/obsidian-uuid
Releases · taylow/obsidian-uuid
1.1.4
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
Just some cleanup from the rejected PR
- chore: removed unnecessary config heading
- chore: updated
fundingUrl
in manifest
1.1.2
A few housekeeping changes:
- Fixed out of sync versions across files
- Simplified command checking logic
1.1.1
Removed the word obsidian
from the plugin ID as per request.
1.1.0
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
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.