Skip to content

1.0.0

Choose a tag to compare

@github-actions github-actions released this 27 Jun 06:10
· 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-path to path-picker. The plugin now appears as Path Picker in Settings β†’ Community plugins.
  • New command IDs (#38): the two commands are now path-picker:directory-path and path-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