Skip to content

Releases: pilafdob/Nicons

1.4.3

Choose a tag to compare

@github-actions github-actions released this 12 Jul 21:01
  • Replaced performance-heavy :has() selectors with explicit state and structural selectors.
  • Fixed invalid use of a CSS custom property as a selector list while preserving RTL icon behavior.

1.4.2

Choose a tag to compare

@github-actions github-actions released this 12 Jul 10:59
  • Fixed emojis appearing blank in icon-picker search results.
  • Improved the phone icon picker with a responsive, touch-friendly results grid.
  • Made icon assignments persist immediately and serialized overlapping settings writes so rapid changes are not dropped.

1.4.1

Choose a tag to compare

@github-actions github-actions released this 11 Jul 16:36
  • Fixed Icons flickering when expanding/retracting folders.

1.4.0

Choose a tag to compare

@github-actions github-actions released this 11 Jul 09:35
  • Added Android and iOS support and marked the plugin as mobile-compatible.
  • Replaced Node-only bundled-icon decompression with the web-standard DecompressionStream API.
  • Made custom SVG icon packs cross-platform by loading vault-relative folders through Obsidian's data adapter.
  • Kept the bundled Phosphor pack compressed while removing Node, Electron, and desktop-filesystem dependencies from mobile startup.
  • Strengthened internal suggestion and settings types while preserving existing icon behaviour.

1.3.1

Choose a tag to compare

@github-actions github-actions released this 05 Jul 13:45
  • Addressed Obsidian community review warnings for async saves, cross-window DOM checks, timer APIs, deprecated slider calls, switch fallthroughs, and CSS compatibility.
  • Removed unused vendored Iconic reference source and unused Phosphor font CSS files from the source repo while keeping license attribution.
  • Added configurable default colours for selected icons.
  • Fixed single-file context menu icon changes in the file explorer.

1.3.0

Choose a tag to compare

@github-actions github-actions released this 05 Jul 08:17
  • Raised the minimum app version to match the settings APIs inherited from Iconic.
  • Treated iWork package directories like .pages, .numbers, and .key as file items instead of folders.
  • Added configurable fallback colours for file-type default icons.
  • Kept file explorer folder open/closed icon handling limited to real folders.

1.2.0

Choose a tag to compare

@github-actions github-actions released this 04 Jul 20:10
  • Improved file-extension icon matching for icon packs with exact file-type icons.
  • Added aliases for common Office, iWork, source-code, and document extensions.
  • Kept unknown files on the pack's default file icon when available.

1.0.2

Choose a tag to compare

@github-actions github-actions released this 04 Jul 20:00
  • Removed redundant wording from the manifest description.
  • Raised the minimum app version to match the APIs used by the plugin.
  • Compressed bundled Phosphor icon data to keep the release bundle under 5 MB.
  • Fixed source-review style and popout-compatibility warnings.
  • Restored release asset attestations without blocking release creation.

1.0.1

Choose a tag to compare

@github-actions github-actions released this 04 Jul 15:10
  • Fixed the GitHub release workflow so release assets are published correctly.