Skip to content

Releases: monoes/mono-clip

MonoClip v0.2.19

Choose a tag to compare

@github-actions github-actions released this 13 Sep 09:37

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

Choose a tag to compare

@github-actions github-actions released this 12 Sep 09:55
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

Choose a tag to compare

@github-actions github-actions released this 11 Sep 17:31
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

Choose a tag to compare

@github-actions github-actions released this 10 Sep 09:34
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

Choose a tag to compare

@github-actions github-actions released this 08 Sep 06:29
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

Choose a tag to compare

@github-actions github-actions released this 07 Sep 21:00
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

Choose a tag to compare

@github-actions github-actions released this 04 Sep 20:54
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

Choose a tag to compare

@github-actions github-actions released this 04 Sep 20:34
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

Choose a tag to compare

@nokhodian nokhodian released this 10 Apr 14:47

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
  • Progress toasts show status (Downloading, Installing, Relaunching)
  • Error toast shown with reason if anything fails

Install

brew tap nokhodian/tap && brew install --cask mono-clip

Or download MonoClip_0.2.9_aarch64.dmg below.

MonoClip v0.2.8

Choose a tag to compare

@nokhodian nokhodian released this 08 Apr 15:22

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-clip

Or download MonoClip_0.2.8_aarch64.dmg below.