Skip to content

Releases: jpmhouston/Cleepp

Batch Clipboard 1.0.3

Choose a tag to compare

@github-actions github-actions released this 12 Jul 02:07
  • Corrected some link desintations in the About and Intro windows.

Batch Clipboard 1.0.3b1

Pre-release

Choose a tag to compare

@github-actions github-actions released this 03 Jul 12:18
  • Attempt to address crash: avoid impossible Swift range and log details to console.
  • Attempt to address crash: ensure history menu item deletion calls menu code on main thread.
  • Address some outstanding TODOs: upgrade print statements to os_log calls.
  • Address some outstanding TODOs: handle cut, copy, paste within the filter text field (copies not added to the clipboard history).
  • Address some outstanding TODOs: make more strings within source code localizable.

Batch Clipboard 1.0.2

Choose a tag to compare

@github-actions github-actions released this 09 Jun 01:00
  • Ship the 1.0.2b1 changes in time for WWDC 2025, defer fix for sporadic crash until more reports available.
  • Changed the github workflow for the app store verison to also automatically deploy when triggered by pushed tag matching the project's version (matching non-app store workflow behavior).

Batch Clipboard 1.0.2b1

Pre-release

Choose a tag to compare

@github-actions github-actions released this 02 Jun 18:25
  • Fixed deleting history and batch mode menu items, keep menu open afterwards.
  • Widened key shortcut entry fields in the General tab of the Settings window.
  • Corrected label in the Intro window's first page explaining how to re-open that window.
  • Made outline in the app store verison's purchase confirmation sheet visible in both light & dark.
  • Avoid emitting some spurious warnings into the system log.
  • Improved build actions to log the application's build number and retain symbol files.

Batch Clipboard 1.0.1

Choose a tag to compare

@github-actions github-actions released this 03 May 00:49
  • Made menus use titlecase more consistently (lowercase "to", "with"), in sync with most recent documentation.
  • Made the github CI scripts log the build number used as the "bundle version" value in the app's Info.plist, also visible in the Batch Clipboard about box.
  • Updated the readme file included in the non-appstore disk image.

Batch Clipboard 1.0.1b13

Pre-release

Choose a tag to compare

@github-actions github-actions released this 01 May 23:09
  • Increased size of button on page 2 of the intro that opens the authentication page in the Settings app, the Check button on page 3.
  • Fixed how expiration date is calculated for previewing appstore build's bonus menu items, made cycling the checkbox not reset the date to another week out. Only the lower checkbox about turning off previews in a week, turning that off and on will reset the week.

Batch Clipboard 1.0.1b12

Pre-release

Choose a tag to compare

@github-actions github-actions released this 22 Apr 01:46
  • Expose Start Replaying and Advance (without pasting) menu items without holding shift key, made Start Replaying take place of Start Batch, separate out Cancel item.
  • Fixed Advance menu item wasn't starting batch replay.
  • Made non-appstore build action log the SHA256 hash of the zip file, needed for the homebrew cask file.

Batch Clipboard 1.0.1b11

Pre-release

Choose a tag to compare

@github-actions github-actions released this 18 Apr 19:15
  • Fixed alternate menu item mechanism not working for paste and new advance items, made it appear only when queue size >= 2 because if size = 1 then advancing is same as using the existing Cancel menu item.
  • Fixed minor error in github workflow for smoke builds.

Batch Clipboard 1.0.1b10

Pre-release

Choose a tag to compare

@github-actions github-actions released this 11 Apr 06:40
  • Added alternate menu item to start replaying the collected batch of clipboard items; beforehand the clipboard will always contain the most recently copied item, afterwards it contains the next in the batch to be pasted.
  • Made the new Start Replaying Itemd and Show Intro menu items accessible with the shift key modifier, with shift-clicking the status menu icon now opening the menu rathen than behaving just like control-clicking.
  • Simplified titles of some menu items to refer to Batch instead of Collecting / Replaying.
  • When starting batch explicitly rather than automatically with the shortcut, no longer stay in batch mode when all items are pasted.
  • Preview bonus menu items, visible but disabled and badged, visible by default in app store version for one week before they disappear. Checkboxes to control this added to the General section of the Settings window.
  • Updated the Intro window to reflect changed Start Batcgh menu items, minor edits.
  • Fixed issues with the close box of keyboard shortcut fields not working in the General panel of the Settings window. Upgrading this 3rd party library dependency required increasing the minimum OS supported from Mojave to Catalina.
  • Improved slightly the layout in the General panel of the Settings window. Admittedly there's still the issue of unnecessary vertical white space when first opening the Settings window, subsequently fixed when switching panels and then returing to General.

Batch Clipboard 1.0.1b9

Pre-release

Choose a tag to compare

@github-actions github-actions released this 13 Mar 06:49
  • Added potential hotkey in the Setting window to start a batch, can use this to start and then copy or cut in your frontmost app as normal to collect to the batch.
  • Edited the github readme to include instructions to build from source.
  • Updated application copyright text for the year 2025.