1.0.0
·
0 commits
to ab68a2d5918285d48cceb2b2a0b001295616e490
since this release
What's Changed
π§ Changed
- fix(ci): prune stale draft releases before recreating the draft by @u-ways in #37
- refactor: rebrand "Insert Path" β "Path Picker" by @u-ways in #38
π‘ Details
Warning
Action required: The plugin-ID change moves settings storage to a new directory (.obsidian/plugins/path-picker/), so existing configuration is not migrated and the plugin starts from defaults. Any hotkeys previously bound to the old command IDs must be rebound in Settings β Hotkeys.
This release renames the plugin from Insert Path to Path Picker across every user-facing surface β display name, plugin ID, and command IDs β to better reflect the picker-style interface. A CI housekeeping fix also prevents stale draft releases from accumulating between version bumps (no user impact).
- Plugin renamed to "Path Picker" (#38): the Obsidian display name and plugin ID have changed from
insert-pathtopath-picker. The plugin now appears as Path Picker in Settings β Community plugins. - New command IDs (#38): the two commands are now
path-picker:directory-pathandpath-picker:file-path; their display names ("Insert directory path" / "Insert file path") are unchanged. - CSS class prefix updated (#38): custom CSS snippets targeting
.ip-prefixed classes must be updated to.pp-.
Full Changelog: 0.3.0...1.0.0