Releases: cutbox/CutBox
1.6.0
CutBox 1.6.0 - Release notes
New Features
Additional Language Support
CutBox is now available in more languages for an enhanced user experience:
- 嗨 (Simplified Chinese)
- やあ (Japanese)
- วัสดี (Thai)
- 안녕 (Korean)
- Hallo (Deutsch)
- Hola (Español)
- Bonjour (Français)
Search for an exact match
A new text search mode, exact, finds an exact match of the given search text.
Useful for finding exactly what you're looking for. Invaluable for finding
regexes and other difficult to match searches.
Time Filter Keyboard Control
We've introduced a convenient keyboard shortcut for the newly added time filter
(v1.5.8 - Filtering to time limit):
- Use Cmd + h to toggle the time filter text field on/off.
- When toggled on, the text cursor automatically moves to enter the time filter.
- While entering the time filter, pressing RET will return the text
cursor to the search text field.
cutbox CLI command improvements
- Invalid options report errors, instead of just printing everything in history
- CLI Test coverage 99%
-e
or--exact
for exact string matching
CutBox History Migration
We've ensured that all items in your history can now be time filtered:
- CutBox history from versions ≤ 1.6.0 migrated to add time stamps to any items
which didn't have them (Created by ≤ v1.5.5). - Please note that legacy items saved by CutBox ≤ 1.5.5 will be time-stamped to
30 days before the current date. - CutBox CLI option to check for legacy items
--missing-date
(after starting
CutBox 1.6.0, including pre-releases, no missing dates should be present.)
1.5.8
CutBox 1.5.8
- History filter by time: Click the clock icon (bottom left):
- Input time filter as number with units (e.g. 10min, 1hr, 2 Weeks etc.), Search/show items within the time limit.
- Valid time filter will highlight green
- Invalid filter will highlight red
- Supported units: seconds, mintues, hours, days, weeks, years (and abbreviations e.g. "20 hr" or "2d" are valid)
- New options for clearing history:
(note items stored by CutBox v1.5.4 and older do not have time info)- Clear Last 5 Minutes
- Clear Last Hour
- Clear Last 24 Hours
- Clear Older Than 7 Days
- Clear Older Than 30 Days
- Clear Entire CutBox History
- Japanese, Thai & Korean Language support
- New theme added Standard Dark
- CutBox command line:
cutbox
installed by homebrew (and in CutBox.dmg)- run
cutbox --help
for more info
- run
1.5.7
1.5.4
1.5.3
1.5.2
1.5.1
CutBox 1.5.1
New things since 1.4.23
Show / Hide Preview
Shortcut | Action |
---|---|
Cmd p | Show / Hide preview |
Text scaling / zoom
Shortcut | Action |
---|---|
Cmd Shift = | Zoom / Scale text up |
Cmd Shift - | Zoom / Scale text down |
Cmd Shift 0 | Reset Zoom / Scale |
Open Preferences from Search
Shortcut | Action |
---|---|
Cmd Comma | Open Preferences |
+ Quick bugfix release for UI
1.5.0
1.4.23
Updates
Hide/Show the preview while searching. Set in preferences or from the menu. When searching CutBox use the shortcut Cmd p.
Hide/Show preview added by @pakerwreah (Carlos Enumo) - many Thanks Carlos!
1.4.22-11051
First automated releease via Github actions. Tested / Working on Big Sur x86
NOT Compatible with ARM64/M1/M2