Releases: heyderekj/binky
Binky 1.5.1
Binky 1.5.1
Changes since v1.5.0 (commit subjects from this repo):
- Fix homepage hero version line; teach release.sh to bump it
- Use binky-routines-new.webp for homepage and README
- Site: update listed app size from 12 MB to 13 MB
- Site: remove Weekly digest card feature block
- Site: top-align who-for hero cards in equal-height row
- README: prefer folder over inbox wording
- feat: complete zh-Hans and zh-Hant localization
- fix: polish zh-Hans/zh-Hant translations after human review
- fix: sync zh-Hans Finder→访达 and phrasing edits to zh-Hant
- fix: zh-Hans/zh-Hant corrections — brand voice, terms, grammar, and consistency
- Site: link Testament Made footer text
Install
Homebrew (optional):
brew tap heyderekj/binky https://github.com/heyderekj/binky
brew install --cask binkyOr download Binky-1.5.1.dmg from the assets below and drag Binky into Applications. Already using Binky? Choose Install Update from the in-app banner when it appears.
Finder “Open With” shows two Binkys
macOS lists each Binky.app on disk with its own version. After an upgrade, an older copy is often still around.
- Homebrew:
brew cleanup binky(orbrew cleanup) removes old cask versions under Caskroom. - List every copy:
mdfind 'kMDItemCFBundleIdentifier == "com.binky.app"'in Terminal; delete extras you do not need (e.g. in Downloads).
Binky 1.5.0
Binky 1.5.0
Changes since v1.4.0 (commit subjects from this repo):
- Add refreshed Binky marketing screenshots.
- Update site: new screenshots, hero copy, features grid refresh
- Fix CLI feature card: replace Homebrew card with binky CLI
- Use clock icon for 'Waits for downloads to finish' feature card
- Use archive box icon for 'Stale file aging' feature card
- Update to -2 screenshots across site and README
- site: remove 1.x/2.0 pricing copy, update Routines icon and CTA
- site: tighten CTA subcopy measure; refresh homepage FAQ
- site: trim Give it to Binky subcopy
- Site: cycle comparison across 7 tools, new compare pages
- Site: reorder comparison tools, Finder last
- Site: drop X from CleanMyMac
- Fix: give th-cycle column explicit width on compare hub
- Fix install modal segmented tab styles on marketing site.
- Site: add Your data section and network behavior to llms.txt
- Site: two-column Your data section with lock icon
- Docs and site: Apple Silicon requirements, Dinky cross-links
- Routines naming, Quick Sort mode, weekly digest card, site and docs
- Add binky-routines-3.webp (duplicate of -2 until final export replaces it)
Install
Homebrew (optional):
brew tap heyderekj/binky https://github.com/heyderekj/binky
brew install --cask binkyOr download Binky-1.5.0.dmg from the assets below and drag Binky into Applications. Already using Binky? Choose Install Update from the in-app banner when it appears.
Finder “Open With” shows two Binkys
macOS lists each Binky.app on disk with its own version. After an upgrade, an older copy is often still around.
- Homebrew:
brew cleanup binky(orbrew cleanup) removes old cask versions under Caskroom. - List every copy:
mdfind 'kMDItemCFBundleIdentifier == "com.binky.app"'in Terminal; delete extras you do not need (e.g. in Downloads).
Binky 1.4.0
Binky 1.4.0
Changes since v1.3.2 (commit subjects from this repo):
- (No commits listed besides the version bump — describe this release manually on GitHub if needed.)
Install
Homebrew (optional):
brew tap heyderekj/binky https://github.com/heyderekj/binky
brew install --cask binkyOr download Binky-1.4.0.dmg from the assets below and drag Binky into Applications. Already using Binky? Choose Install Update from the in-app banner when it appears.
Finder “Open With” shows two Binkys
macOS lists each Binky.app on disk with its own version. After an upgrade, an older copy is often still around.
- Homebrew:
brew cleanup binky(orbrew cleanup) removes old cask versions under Caskroom. - List every copy:
mdfind 'kMDItemCFBundleIdentifier == "com.binky.app"'in Terminal; delete extras you do not need (e.g. in Downloads).
Binky 1.3.2
Binky 1.3.2
Changes since v1.3.1 (commit subjects from this repo):
- Site: update marketed app size from 9 MB to 12 MB
- Organizer sidebar refresh, BinkyCore package, Routines terminology
Install
Homebrew (optional):
brew tap heyderekj/binky https://github.com/heyderekj/binky
brew install --cask binkyOr download Binky-1.3.2.dmg from the assets below and drag Binky into Applications. Already using Binky? Choose Install Update from the in-app banner when it appears.
Finder “Open With” shows two Binkys
macOS lists each Binky.app on disk with its own version. After an upgrade, an older copy is often still around.
- Homebrew:
brew cleanup binky(orbrew cleanup) removes old cask versions under Caskroom. - List every copy:
mdfind 'kMDItemCFBundleIdentifier == "com.binky.app"'in Terminal; delete extras you do not need (e.g. in Downloads).
Binky 1.3.1
Binky 1.3.1
Changes since v1.3.0 (commit subjects from this repo):
- Update site comparison pages and release script bump-only behavior.
- Bump to v1.3.0
- Update compare index download links to v1.3.0
- Update README screenshots to binky-* assets
- Fix menu bar scene routing and harden CI retries
- Fix Show Binky when the main window is closed
Install
Homebrew (optional):
brew tap heyderekj/binky https://github.com/heyderekj/binky
brew install --cask binkyOr download Binky-1.3.1.dmg from the assets below and drag Binky into Applications. Already using Binky? Choose Install Update from the in-app banner when it appears.
Finder “Open With” shows two Binkys
macOS lists each Binky.app on disk with its own version. After an upgrade, an older copy is often still around.
- Homebrew:
brew cleanup binky(orbrew cleanup) removes old cask versions under Caskroom. - List every copy:
mdfind 'kMDItemCFBundleIdentifier == "com.binky.app"'in Terminal; delete extras you do not need (e.g. in Downloads).
v1.3.0
Binky is now fully automation-first.
Highlights
- Menu bar sorting now supports automation selection:
Sort ▶appears when multiple automations are enabledSort All Folderssweeps every enabled automation- pick an automation by name to sweep just that folder
- Sorting model rename cleanup in codebase:
InboxSortRuleis nowSortRule- persisted user data remains backward-compatible
- Folder-first terminology pass across UI and copy for clearer language (replacing confusing "inbox" wording in user-visible surfaces).
- Settings launch reliability improved from the menu bar (including menu-bar-only scenarios).
Under the hood
- Added archive / installer routing services:
ArchiveExtractionServiceDMGInstallerService
- Expanded automation routing coverage and tests (
AutomationsOverhaulTests). - Help docs refreshed to explain automations and menu bar sort behavior.
Site / docs
- Updated screenshots and marketing/docs copy to match the organizer-first automation workflow.
Full Changelog: v1.2.0...v1.3.0
Binky 1.2.0
Binky 1.2.0
Changes since v1.1.2 (commit subjects from this repo):
- Sort performance, rule actions, and glass-pane contrast
Install
Homebrew (optional):
brew tap heyderekj/binky https://github.com/heyderekj/binky
brew install --cask binkyOr download Binky-1.2.0.dmg from the assets below and drag Binky into Applications. Already using Binky? Choose Install Update from the in-app banner when it appears.
Finder “Open With” shows two Binkys
macOS lists each Binky.app on disk with its own version. After an upgrade, an older copy is often still around.
- Homebrew:
brew cleanup binky(orbrew cleanup) removes old cask versions under Caskroom. - List every copy:
mdfind 'kMDItemCFBundleIdentifier == "com.binky.app"'in Terminal; delete extras you do not need (e.g. in Downloads).
Binky 1.1.2
Binky 1.1.2
Changes since v1.1.1 (commit subjects from this repo):
- Changelog: document 1.1.1 release
- Homebrew cask: add verified URL parameter
Install
Homebrew (optional):
brew tap heyderekj/binky https://github.com/heyderekj/binky
brew install --cask binkyOr download Binky-1.1.2.dmg from the assets below and drag Binky into Applications. Already using Binky? Choose Install Update from the in-app banner when it appears.
Finder “Open With” shows two Binkys
macOS lists each Binky.app on disk with its own version. After an upgrade, an older copy is often still around.
- Homebrew:
brew cleanup binky(orbrew cleanup) removes old cask versions under Caskroom. - List every copy:
mdfind 'kMDItemCFBundleIdentifier == "com.binky.app"'in Terminal; delete extras you do not need (e.g. in Downloads).
Binky 1.1.1
Binky 1.1.1
Changes since v1.1.0 (commit subjects from this repo):
- Changelog: document 1.1.0 release
- Homebrew cask: fix homepage URL style
- Add source-aware routing, dedup, receipts, aging, digest + site refresh
Install
Homebrew (optional):
brew tap heyderekj/binky https://github.com/heyderekj/binky
brew install --cask binkyOr download Binky-1.1.1.dmg from the assets below and drag Binky into Applications. Already using Binky? Choose Install Update from the in-app banner when it appears.
Finder “Open With” shows two Binkys
macOS lists each Binky.app on disk with its own version. After an upgrade, an older copy is often still around.
- Homebrew:
brew cleanup binky(orbrew cleanup) removes old cask versions under Caskroom. - List every copy:
mdfind 'kMDItemCFBundleIdentifier == "com.binky.app"'in Terminal; delete extras you do not need (e.g. in Downloads).
Binky 1.1.0
Binky 1.1.0
Changes since v1.0.5 (commit subjects from this repo):
- (No commits listed besides the version bump — describe this release manually on GitHub if needed.)
Install
Homebrew (optional):
brew tap heyderekj/binky https://github.com/heyderekj/binky
brew install --cask binkyOr download Binky-1.1.0.dmg from the assets below and drag Binky into Applications. Already using Binky? Choose Install Update from the in-app banner when it appears.
Finder “Open With” shows two Binkys
macOS lists each Binky.app on disk with its own version. After an upgrade, an older copy is often still around.
- Homebrew:
brew cleanup binky(orbrew cleanup) removes old cask versions under Caskroom. - List every copy:
mdfind 'kMDItemCFBundleIdentifier == "com.binky.app"'in Terminal; delete extras you do not need (e.g. in Downloads).