Jumpcut
詳細情報
タイトル | Jumpcut |
---|---|
URL | https://snark.github.io/jumpcut/ |
バージョン | ver 0.84 |
更新日 | 2023/12/05 |
追加日 | 2016/06/28 |
種別 | フリーソフト / オープンソース(MIT) |
説明 | テキストだけに対応したシンプルなクリップボード管理アプリ。 |
レビュー
スクリーンショット
更新グラフ
バージョン履歴
v0.84 is a minor bugfix, adjusting the Application Support directory detection and creation behavior introduced in v0.83.
0.83 switches to use of Sindre Sorhus' LaunchAtLogin library, adds a few new clippings options, and corrects a minor issue with the status item behavior. The earliest version of macOS supported is now 10.12 (Sierra).
- New option to move clippings to the top of the list when used. Keep clippings in active use from slipping into the void!
- New option to record whitespace-only clippings. These are not distinguished from one another in the status item dropdown, but there was a user request for these and a stated use case of providing visual separators in the menu.
- There is now a workaround for the Cocoa bug which led to use of detecting the mouse-up event when clicking on the status item (vs mouse-down, the more natural behavior on Macs.
- There is a permission check on launch, and Jumpcut displays an
v0.82: More small fixes
0.82 corrects two issues remaining from the 0.8x series of releases, and adds a couple additional small niceties.
- Pressing ESC while the bezel is displayed now dismisses the bezel correctly. (This one bugged me too! I was unable to determine why the Control key was caught up in this issue, but the problem has now been resolved.)
- Users with two or more or monitors should see improved behavior, with Jumpcut now appearing where the keyboard focus is. Thanks to Salmeen Majid for additional testing!
- The "skipSave" preference introduced in 0.81 now has an exposed checkbox with appropriate warnings.
- Double-clicking the icon while Jumpcut is running now opens the Preferences window regardless of whether the status bar icon is displayed, as a partial workaround to (non-Jumpcut-specific) issues regarding the the notch on recent lap
v0.81: A series of small changes
0.81 follows immediately on 0.80, correcting a number of (largely minor) regressions introduced in last week's releases. A big thank you to everyone who filed issues noting bugs or asking me to restore features that I thought were no longer desired.
- We restore the Jumpcut bezel's ability to appear in any space when using multiple desktops through Mission Control.
- Jumpcut no longer crashes when "Clear All" is selected but there are no clippings on the stack.
- Per multiple users' request, Jumpcut can now be run again with in-memory clippings only and no save file committed to disk. (This feature must be turned on using Apple's
defaults
command-line application.) - An option is now exposed allowing a choice between the bezel following the last used clipping as new clippings are added or moving to the to
v0.80: Now in Swift
For a variety of reasons, largely related to maintainability, I've decided to move Jumpcut to Swift; with version 0.80, Jumpcut has been rewritten to use Swift 5. Concurrent with this change, the minimum supported version of OS X/macOS has been bumped to 10.11 (El Capitan). There are a number of internal changes which should make it easier for people to hack on Jumpcut themselves if they are so inclined.
Changed
- New icon by John Kenzie. Thanks, Johnny!
- Switch to mainline (non-forked) version of ShortcutRecord.
- Jumpcut now uses Swift Package Manager instead of vendored libraries for
Sparkle and ShortcutRecorder. - We now use the HotKey, Preference, and Sauce Swift libraries.
Fixed
- Improved support for non-QWERTY keyboards and detection of keyboard layout<
v0.75: Improved transient content detection
There's a community-driven effort, documented at nspasteboard.org, to standardize on pasteboard types that clipboard managers like Jumpcut aren't meant to show. Jumpcut attempts to be a good citizen in this regard, but in some edge cases it wasn't working. This version should improve that situation. Please continue to file bug reports when it doesn't!
Fixed
- Altered the check for transient types (and, optionally, concealed
types) to use a less brittle method that does not require actually
loading the pasteboard item. (Thanks to GitHub users acca and
maybeageek for the bug reports.) - Target macOS/OS X version has been set back to 10.10 from 10.11.
Added
- The "Clear All" menu item's warning may now be disabled. (Set
the "askBeforeClearingC