Skip to content

Releases: polyipseity/obsidian-unhide

3.1.0

Choose a tag to compare

@polyipseity polyipseity released this 27 Aug 20:49
3.1.0
cbd7172

3.1.0

Minor Changes

  • fbc3543: Add a protectSync setting (default ON) that prevents data loss in synced vaults. When enabled and Obsidian Sync is detected, hiding a file is deferred so the destructive DataAdapter.reconcileDeletion calls are skipped, avoiding deletions that Obsidian Sync would propagate to other devices (GH#35). The deferred paths are flushed when protection turns off, and a notice appears when protection activates. The README documents the sync/data-loss risk and the best-effort nature of this protection: detection-based and not a guarantee.

Patch Changes

  • d0a8742: Document the Nextcloud ↔ Obsidian embedded-image recipe in the README and add a test asserting the default showingRules reveal attachment dot-directories (.assets, .attachments*). (GH#32)
  • 07c7efc: Fix DataAdapter.reconcileDeletion private typing to document the optional force parameter; verify plugin usage is semantically correct against Obsidian 1.13.7.

rolling

rolling Pre-release
Pre-release

Choose a tag to compare

@polyipseity polyipseity released this 15 May 14:39
rolling
cbd7172

A rolling release that contains the build artifacts for the latest commit. See readme § installation for more information.

3.0.0

Choose a tag to compare

@polyipseity polyipseity released this 24 Aug 09:04
3.0.0
463c117

3.0.0

Major Changes

  • 40817f7: Rename the plugin id from show-hidden-files to unhide (repo renamed to
    obsidian-unhide) to avoid a collision with an existing community plugin. The
    display name is now "Unhide" and the description notes the former name
    "Show Hidden Files". Breaking: existing installs and command hotkeys bound to
    the old id will not carry over and must be re-bound.

Minor Changes

  • b2b2e38: Fix the hidden-file rename patch's file-explorer hook detection. The patch now
    detects the rename method in order saveRename (Obsidian ≥1.13.7) → acceptRename
    (≤1.12.7) → finishRename (ancient builds), so leading dots are preserved again
    on Obsidian 1.12.7 and older. Previously the finishRename fallback never matched
    real builds, leaving dot preservation broken and installing a throwing stub on the
    prototype.

2.5.0

Choose a tag to compare

@polyipseity polyipseity released this 18 Aug 00:20
2.5.0
e4f9a79

2.5.0

Minor Changes

2.4.1

Choose a tag to compare

@polyipseity polyipseity released this 13 Jun 09:51
2.4.1
08c1ba4

2.4.1

Patch Changes

  • 634a6fa: Improve documentation for dot folders with many files. Fixes GH#12.
  • 1f8e10d: Improve "Showing Rules" defaults. Fixes GH#12.

2.4.0

Choose a tag to compare

@polyipseity polyipseity released this 22 Mar 11:45
2.4.0
43f7725

2.4.0

Minor Changes

  • f164545: Update template, and Obsidian API to 1.4.11.

2.3.3

Choose a tag to compare

@polyipseity polyipseity released this 06 Jun 11:25
2.3.3
70f943a

2.3.3

Patch Changes

2.3.2

Choose a tag to compare

@polyipseity polyipseity released this 06 Jun 08:10
2.3.2
bd4d799

2.3.2

Patch Changes

  • 57436d0: (1e0447fe9e805b7cb966b1286f6db7042fdd5c56) Fix misdetecting iPadOS as desktop. Fixes GH#5.
  • bd38c29: Add note for Detect all file extensions. Fixes GH#4.
  • e77456a: Replace platform detection with feature detection. This is more robust against GH#5.

2.3.1

Choose a tag to compare

@polyipseity polyipseity released this 07 Oct 13:29
2.3.1
7f97b61

2.3.1

Patch Changes

  • c932954: Add information about interactions with other plugins to readme. Fixes GH#3.

2.3.0

Choose a tag to compare

@polyipseity polyipseity released this 22 Sep 00:34
2.3.0
190b87b

2.3.0

Minor Changes

  • c18231b: Move settings recovery and lastReadChangelogVersion to localStorage. (6d612c5)

Patch Changes