Skip to content

Releases: maptic/mounty

Release list

v1.2.1

Choose a tag to compare

@github-actions github-actions released this 10 Aug 12:57
325765c

1.2.1 (2026-08-10)

Bug Fixes

  • publish release artifacts and the Homebrew cask (8af619f)
  • publish release artifacts and the Homebrew cask (05f64ac)
  • tag releases with bare semver (5a3d9da)

1.2.0

Choose a tag to compare

@github-actions github-actions released this 10 Aug 12:14
ef12b4a

1.2.0 (2026-08-10)

Features

  • add custom menu bar logo (002dfdc)
  • add global network check (8c2f5d2)
  • add logo (da9189f)
  • add repository link and asset sources (a06292e)
  • add tooltips (1d7a634)
  • add transparent logo (8047246)
  • avoid memory leak (35abff6)
  • improve logging (7b1a2c3)
  • improve menu bar workflows (20de4bb)
  • increase size of logo (30b375f)
  • initial mounting and unmounting feature (9be3b7d)
  • introduce seprate overlays, style searchbar (ecc1703)
  • monitor netowrk events instead of constant polling (bc17e70)
  • quit button (ccf8907)
  • rename to volumes, add search bar (c860f12)
  • searchbar (f5736fc)
  • simplify import and export logic (cdce80a)
  • streamline UI (2ee9a9a)
  • style header (00be00c)
  • ui: add in-app log viewer and one-shot volume speed test (c38807a)
  • ui: modernise all views to macOS-native design standards (3f7596b)
  • ui: replace custom icon buttons in Settings with native Form rows (bd7e248)

Bug Fixes

  • always open new terminal, confirm before reset, open folder not volumes (78ce5e4)
  • automount: restore reliable mounting and logging (7680013)
  • automount: restore VolumeManager lifecycle to menu-bar open (82eb8bf)
  • concurrency: resolve Swift 6 actor-isolation warnings to zero (d48071e)
  • detect vpn connects and disconnects (b635be1)
  • ensure responsiveness on reconnect (caaeeb9)
  • handle mount lifecycle cleanup (583cc8d)
  • harden volume lifecycle and imports (59f38fc)
  • keep speed tests and footer responsive (68130dc)
  • mount: replace substring host match with exact extractHost equality (51caae7)
  • perf: honest speed test measurements and robust cleanup (ef2a37f)
  • preserve SMB volume identity and lifecycle (f0df511)
  • reachability: replace contentsOfDirectory with statfs to stop TCC prompts (6be4024)
  • remove logger warnings (2de63e1)
  • services: loop read(2) to completion and log force-unmount result (ed678aa)
  • ui: back button always returns to main list, not settings (ace1472)
  • ui: eliminate button-click delay in VolumeRow with simultaneousGesture (4645639)
  • ui: full-width hover buttons for settings volume actions (b9f2646)
  • ui: logs button in header, reliable hit areas, consistent hover (f11cf2a)
  • ui: reduce settings volume buttons to native small control size (5f79f55)
  • ui: reliable animations, drag-to-resize, no main-thread blocking (82c28cf)
  • ui: replace iconButtonHover ViewModifier with ButtonStyle to fix hit areas (b6e24ec)
  • ui: restore icon-only row layout in Settings with proper hover (16f94d6)
  • ui: use icon hover style for settings volume buttons (68485f4)
  • validate SMB endpoints (b723267)

Performance Improvements

  • concurrency: parallelize automount and move blocking work off main actor (705ee42)

Reverts