Skip to content

v0.4.0

Latest

Choose a tag to compare

@Advaith3600 Advaith3600 released this 03 Aug 12:33
· 1 commit to main since this release
36dd02d

Changes & New Features

  • Currency pins on the dock
    • Pinned conversions now appear in the Command Palette Currency pins dock band, so favorite rates stay visible without opening the extension.
    • Press Enter on a dock pin to copy the converted amount.
    • Use the context menu to Refresh rates for that pin's base currency, or Unpin it.
    • Dock rates refresh automatically on a new local calendar day, whenever you change your pins, and on demand from the refresh action.
  • Conversion details pane
    • Open the details pane on a selected result to see the unit rate, inverse rate, and when the rate was last updated.
  • Pinning fixes
    • Fixed pinned items not showing up on the home page.
    • Fixed dock pins expanding items incorrectly.
  • Reliability
    • Hardened converter lifecycle and dock refresh (safer overlapping refreshes, coalesced in-flight rate fetches, shared search debounce).
    • Strengthened query parsing against pathological input (ReDoS hardening).
  • Settings cleanup
    • Simplified converter settings by removing unused Output style / Conversion direction options; pinned and home results now share the same rendering path.

Full Changelog: 0.3.0...0.4.0