Releases: monoes/mono-clip
Releases · monoes/mono-clip
Release list
MonoClip v0.2.19
Adds checklists to the note editor.
- Insert checklist items with the new ☑ toolbar button.
- Continue a checklist by pressing Enter.
- Save and reopen checked and unchecked items using Markdown task lists.
MonoClip v0.2.18
chore: bump version to 0.2.18 Co-Authored-By: Claude Sonnet 5 <noreply@anthropic.com> Claude-Session: https://claude.ai/code/session_019y7CU6WcnLqsjiADifDWNp
MonoClip v0.2.17
chore: bump version to 0.2.17 Co-Authored-By: Claude Sonnet 5 <noreply@anthropic.com> Claude-Session: https://claude.ai/code/session_019y7CU6WcnLqsjiADifDWNp
MonoClip v0.2.16
chore: bump version to 0.2.16 Ships the master-shortcut-clear fix and the window-dragging fix. Co-Authored-By: Claude Sonnet 5 <noreply@anthropic.com> Claude-Session: https://claude.ai/code/session_019y7CU6WcnLqsjiADifDWNp
MonoClip v0.2.15
chore: bump version to 0.2.15 Ships the community/social links section. Co-Authored-By: Claude Sonnet 5 <noreply@anthropic.com> Claude-Session: https://claude.ai/code/session_019y7CU6WcnLqsjiADifDWNp
MonoClip v0.2.14
chore: bump version to 0.2.14 Ships the window drag-region feature. Claude-Session: https://claude.ai/code/session_01TWHrnxNqg5EGVUNB9pe3r5
MonoClip v0.2.13
chore: bump version to 0.2.13 Fixes mclip shipping non-executable in v0.2.12's release bundles. Claude-Session: https://claude.ai/code/session_01TWHrnxNqg5EGVUNB9pe3r5
MonoClip v0.2.12
fix: grant release workflow write permission, drop flaky WiX/MSI target The GITHUB_TOKEN had no explicit permissions, so tauri-action's release creation failed on every platform with "Resource not accessible by integration" — after each one had already built its app successfully. Add contents: write. Separately, Windows failed with "failed to run ...WixTools314\light.exe" — a long-documented, intermittent WiX v3 failure on GitHub's Windows runners (tauri-apps/tauri#10809 and others), unrelated to anything in this app. Drop "msi" from the bundle targets and keep "nsis", Tauri's actively-recommended Windows installer format, which doesn't depend on the external WiX toolchain at all. macOS/Linux targets are unchanged. Also fixes an unused-variable warning on non-Linux builds: the master shortcut lookup in register_startup_shortcuts is only used inside the Linux-gated portal spawn, so compute it there instead of unconditionally. Claude-Session: https://claude.ai/code/session_01TWHrnxNqg5EGVUNB9pe3r5
MonoClip v0.2.9
What's New
Auto-Update
- Fully automatic updates — clicking "⬆ Update" in the tray now handles everything:
- Homebrew users: runs
brew upgrade --cask mono-clip, waits for completion, then relaunches - Direct installs: downloads the DMG, mounts it, copies to /Applications, unmounts, then relaunches
- Homebrew users: runs
- Progress toasts show status (Downloading, Installing, Relaunching)
- Error toast shown with reason if anything fails
Install
brew tap nokhodian/tap && brew install --cask mono-clipOr download MonoClip_0.2.9_aarch64.dmg below.
MonoClip v0.2.8
What's New
Bug Fix
- Fixed clipboard capture stopping permanently — the previous fix used an unsafe NSPasteboard API on a background thread without an autorelease pool, causing intermittent crashes that silently killed the watcher with no recovery
- Watcher now auto-restarts if anything unexpected happens (panic recovery)
- arboard file-list reads are isolated so they can't crash the watcher thread
Install
brew tap nokhodian/tap && brew install --cask mono-clipOr download MonoClip_0.2.8_aarch64.dmg below.