Releases: chats-is/termory
Release list
Termory v0.3.2
✨ Features
- read Claude model-scoped quota limits from the new limits array
- platform-aware file-manager labels
- follow Windows tray conventions — left click opens the app, single instance
🧹 Maintenance
- bump version to 0.3.2
📦 Downloads
| Platform | File |
|---|---|
| macOS · Apple Silicon | Termory_*_aarch64.dmg |
| macOS · Intel | Termory_*_x64.dmg |
| Windows | Termory_*_x64_en-US.msi · Termory_*_x64-setup.exe |
| Linux | Termory_*_amd64.AppImage · *_amd64.deb · *_x86_64.rpm |
🍎 macOS — first launch
Builds are not Apple-notarized, so macOS quarantines the download and may say
"Termory is damaged and can't be opened" (common on Apple Silicon). The app
is fine — clear the quarantine flag once, then open it normally:
xattr -dr com.apple.quarantine /Applications/Termory.app(Drag Termory into Applications first; adjust the path if it lives
elsewhere.) Windows SmartScreen: More info → Run anyway.
🔄 Auto-update
The in-app updater (Settings → Check for updates) reads the signed
latest.json attached below. Auto-update applies to installs on v0.2.6 or
later; earlier builds must be updated manually once.
📜 Full Changelog
1772bf4chore: bump version to 0.3.298ecd89feat: read Claude model-scoped quota limits from the new limits array2e7f86efeat: platform-aware file-manager labelsf712629feat: follow Windows tray conventions — left click opens the app, single instance
Compare: v0.3.1...v0.3.2
Termory v0.3.1
🐛 Bug Fixes
- a failed quota refresh no longer wipes the displayed reset times
- record rel/folder matching broke on Windows path separators
- Windows terminal launch mangled the project path
- detect Claude Desktop on Windows (MSIX-virtualized AppData)
📝 Documentation
- record the Windows migrate-test gap in CLAUDE.md
🧹 Maintenance
- bump version to 0.3.1
- use the app icon for the Windows NSIS installer
📦 Downloads
| Platform | File |
|---|---|
| macOS · Apple Silicon | Termory_*_aarch64.dmg |
| macOS · Intel | Termory_*_x64.dmg |
| Windows | Termory_*_x64_en-US.msi · Termory_*_x64-setup.exe |
| Linux | Termory_*_amd64.AppImage · *_amd64.deb · *_x86_64.rpm |
🍎 macOS — first launch
Builds are not Apple-notarized, so macOS quarantines the download and may say
"Termory is damaged and can't be opened" (common on Apple Silicon). The app
is fine — clear the quarantine flag once, then open it normally:
xattr -dr com.apple.quarantine /Applications/Termory.app(Drag Termory into Applications first; adjust the path if it lives
elsewhere.) Windows SmartScreen: More info → Run anyway.
🔄 Auto-update
The in-app updater (Settings → Check for updates) reads the signed
latest.json attached below. Auto-update applies to installs on v0.2.6 or
later; earlier builds must be updated manually once.
📜 Full Changelog
2c16152chore: bump version to 0.3.11b8e920chore: use the app icon for the Windows NSIS installeree5ff54fix: a failed quota refresh no longer wipes the displayed reset timescc95275fix: record rel/folder matching broke on Windows path separatorsf6b4d8bfix: Windows terminal launch mangled the project path5789769fix: detect Claude Desktop on Windows (MSIX-virtualized AppData)9d013efdocs: record the Windows migrate-test gap in CLAUDE.md
Compare: v0.2.36...v0.3.1
Termory v0.2.36
✨ Features
- show quota reset timezone only on hover
♻️ Refactoring
- extract Linux terminal launch construction; document updater contract
✅ Tests
- fix the remaining Windows test failures
- make the HOME-override test infrastructure cross-platform
- add CI test workflow and close the coverage gaps it exposed
🧹 Maintenance
- bump version to 0.2.36
📦 Downloads
| Platform | File |
|---|---|
| macOS · Apple Silicon | Termory_*_aarch64.dmg |
| macOS · Intel | Termory_*_x64.dmg |
| Windows | Termory_*_x64_en-US.msi · Termory_*_x64-setup.exe |
| Linux | Termory_*_amd64.AppImage · *_amd64.deb · *_x86_64.rpm |
🍎 macOS — first launch
Builds are not Apple-notarized, so macOS quarantines the download and may say
"Termory is damaged and can't be opened" (common on Apple Silicon). The app
is fine — clear the quarantine flag once, then open it normally:
xattr -dr com.apple.quarantine /Applications/Termory.app(Drag Termory into Applications first; adjust the path if it lives
elsewhere.) Windows SmartScreen: More info → Run anyway.
🔄 Auto-update
The in-app updater (Settings → Check for updates) reads the signed
latest.json attached below. Auto-update applies to installs on v0.2.6 or
later; earlier builds must be updated manually once.
📜 Full Changelog
78c861fchore: bump version to 0.2.36802ec24feat: show quota reset timezone only on hover5c37750test: fix the remaining Windows test failures681a335test: make the HOME-override test infrastructure cross-platformb878945refactor: extract Linux terminal launch construction; document updater contract1bdf699test: add CI test workflow and close the coverage gaps it exposed
Compare: v0.2.35...v0.2.36
Termory v0.2.35
🐛 Bug Fixes
- quota reset rounding, single-method install guide, Windows codex login
🧹 Maintenance
- bump version to 0.2.35
📦 Downloads
| Platform | File |
|---|---|
| macOS · Apple Silicon | Termory_*_aarch64.dmg |
| macOS · Intel | Termory_*_x64.dmg |
| Windows | Termory_*_x64_en-US.msi · Termory_*_x64-setup.exe |
| Linux | Termory_*_amd64.AppImage · *_amd64.deb · *_x86_64.rpm |
🍎 macOS — first launch
Builds are not Apple-notarized, so macOS quarantines the download and may say
"Termory is damaged and can't be opened" (common on Apple Silicon). The app
is fine — clear the quarantine flag once, then open it normally:
xattr -dr com.apple.quarantine /Applications/Termory.app(Drag Termory into Applications first; adjust the path if it lives
elsewhere.) Windows SmartScreen: More info → Run anyway.
🔄 Auto-update
The in-app updater (Settings → Check for updates) reads the signed
latest.json attached below. Auto-update applies to installs on v0.2.6 or
later; earlier builds must be updated manually once.
📜 Full Changelog
541c3cfchore: bump version to 0.2.350d885d2fix: quota reset rounding, single-method install guide, Windows codex login
Compare: v0.2.34...v0.2.35
Termory v0.2.34
✨ Features
- show quota reset time as absolute local time with timezone
📝 Documentation
- clarify provider-switch scope per app in descriptions
🧹 Maintenance
- bump version to 0.2.34
- align docs with code and remove dead code
📦 Downloads
| Platform | File |
|---|---|
| macOS · Apple Silicon | Termory_*_aarch64.dmg |
| macOS · Intel | Termory_*_x64.dmg |
| Windows | Termory_*_x64_en-US.msi · Termory_*_x64-setup.exe |
| Linux | Termory_*_amd64.AppImage · *_amd64.deb · *_x86_64.rpm |
🍎 macOS — first launch
Builds are not Apple-notarized, so macOS quarantines the download and may say
"Termory is damaged and can't be opened" (common on Apple Silicon). The app
is fine — clear the quarantine flag once, then open it normally:
xattr -dr com.apple.quarantine /Applications/Termory.app(Drag Termory into Applications first; adjust the path if it lives
elsewhere.) Windows SmartScreen: More info → Run anyway.
🔄 Auto-update
The in-app updater (Settings → Check for updates) reads the signed
latest.json attached below. Auto-update applies to installs on v0.2.6 or
later; earlier builds must be updated manually once.
📜 Full Changelog
39d5388chore: bump version to 0.2.3433334e4feat: show quota reset time as absolute local time with timezone1703154docs: clarify provider-switch scope per app in descriptions03e1d79chore: align docs with code and remove dead code
Compare: v0.2.33...v0.2.34
Termory v0.2.33
✨ Features
- auto-refresh tray menu on CLI app install/uninstall
- Codex login flow with cancel, UI polish, and account-switch fixes
- Codex multi-account management with token refresh and needsRelogin handling
- show last_refresh time on each account row
- add dividers between account list rows
- Add account button — spawn codex login from within the app
- login_and_save_codex_account — spawn codex login then auto-save
- honor CODEX_HOME / CLAUDE_CONFIG_DIR / XDG env vars in path resolution
🐛 Bug Fixes
- suppress console window flash on Windows for silent subprocess spawns
- align account list icon and text with Official card header
- hide empty-accounts hint when Codex has no active login
- review fixes — claude_config_root empty-string guard + label + watcher
- use resolved paths as display labels for Codex/OpenCode global dirs
- review fixes for env-var path commit
♻️ Refactoring
- rename default_pane config key to records_pane
- replace HomeOverride with EnvVarGuard in providers tests
🧹 Maintenance
- bump version to 0.2.33
📦 Downloads
| Platform | File |
|---|---|
| macOS · Apple Silicon | Termory_*_aarch64.dmg |
| macOS · Intel | Termory_*_x64.dmg |
| Windows | Termory_*_x64_en-US.msi · Termory_*_x64-setup.exe |
| Linux | Termory_*_amd64.AppImage · *_amd64.deb · *_x86_64.rpm |
🍎 macOS — first launch
Builds are not Apple-notarized, so macOS quarantines the download and may say
"Termory is damaged and can't be opened" (common on Apple Silicon). The app
is fine — clear the quarantine flag once, then open it normally:
xattr -dr com.apple.quarantine /Applications/Termory.app(Drag Termory into Applications first; adjust the path if it lives
elsewhere.) Windows SmartScreen: More info → Run anyway.
🔄 Auto-update
The in-app updater (Settings → Check for updates) reads the signed
latest.json attached below. Auto-update applies to installs on v0.2.6 or
later; earlier builds must be updated manually once.
📜 Full Changelog
65b8247chore: bump version to 0.2.33b4eb748fix: suppress console window flash on Windows for silent subprocess spawnsa86920efeat: auto-refresh tray menu on CLI app install/uninstall9da12f6style: cargo fmt pass over accounts.rs and lib.rs6b3f0d7fix: align account list icon and text with Official card header648913dfeat: Codex login flow with cancel, UI polish, and account-switch fixes52c8b49refactor: rename default_pane config key to records_paned9c78c5feat: Codex multi-account management with token refresh and needsRelogin handling678ded9feat: show last_refresh time on each account rowb38fda6feat: add dividers between account list rowsc4cd983fix: hide empty-accounts hint when Codex has no active loginf775433feat: Add account button — spawn codex login from within the app86c8b81feat: login_and_save_codex_account — spawn codex login then auto-saveee2c731refactor: replace HomeOverride with EnvVarGuard in providers tests7f10766fix: review fixes — claude_config_root empty-string guard + label + watcher52e858afix: use resolved paths as display labels for Codex/OpenCode global dirsd4d821cfix: review fixes for env-var path commit9e48f22feat: honor CODEX_HOME / CLAUDE_CONFIG_DIR / XDG env vars in path resolution
Compare: v0.2.32...v0.2.33
Termory v0.2.32
✨ Features
- fire the Codex "keep sessions?" prompt from the AI Gateway tab
🧹 Maintenance
- bump version to 0.2.32
📦 Downloads
| Platform | File |
|---|---|
| macOS · Apple Silicon | Termory_*_aarch64.dmg |
| macOS · Intel | Termory_*_x64.dmg |
| Windows | Termory_*_x64_en-US.msi · Termory_*_x64-setup.exe |
| Linux | Termory_*_amd64.AppImage · *_amd64.deb · *_x86_64.rpm |
🍎 macOS — first launch
Builds are not Apple-notarized, so macOS quarantines the download and may say
"Termory is damaged and can't be opened" (common on Apple Silicon). The app
is fine — clear the quarantine flag once, then open it normally:
xattr -dr com.apple.quarantine /Applications/Termory.app(Drag Termory into Applications first; adjust the path if it lives
elsewhere.) Windows SmartScreen: More info → Run anyway.
🔄 Auto-update
The in-app updater (Settings → Check for updates) reads the signed
latest.json attached below. Auto-update applies to installs on v0.2.6 or
later; earlier builds must be updated manually once.
📜 Full Changelog
0e2fe45chore: bump version to 0.2.32f16cb7cfeat: fire the Codex "keep sessions?" prompt from the AI Gateway tab
Compare: v0.2.31...v0.2.32
Termory v0.2.31
✨ Features
- Claude Desktop provider management (3P gateway profile)
📝 Documentation
- realign OpenCode source citations to 1.17.11
🔧 CI
- bump actions off the deprecated Node 20 runtime
🧹 Maintenance
- bump version to 0.2.31
📦 Downloads
| Platform | File |
|---|---|
| macOS · Apple Silicon | Termory_*_aarch64.dmg |
| macOS · Intel | Termory_*_x64.dmg |
| Windows | Termory_*_x64_en-US.msi · Termory_*_x64-setup.exe |
| Linux | Termory_*_amd64.AppImage · *_amd64.deb · *_x86_64.rpm |
🍎 macOS — first launch
Builds are not Apple-notarized, so macOS quarantines the download and may say
"Termory is damaged and can't be opened" (common on Apple Silicon). The app
is fine — clear the quarantine flag once, then open it normally:
xattr -dr com.apple.quarantine /Applications/Termory.app(Drag Termory into Applications first; adjust the path if it lives
elsewhere.) Windows SmartScreen: More info → Run anyway.
🔄 Auto-update
The in-app updater (Settings → Check for updates) reads the signed
latest.json attached below. Auto-update applies to installs on v0.2.6 or
later; earlier builds must be updated manually once.
📜 Full Changelog
3b44185chore: bump version to 0.2.3158bef5ffeat: Claude Desktop provider management (3P gateway profile)4079865docs: realign OpenCode source citations to 1.17.11931aaedci: bump actions off the deprecated Node 20 runtime
Compare: v0.2.30...v0.2.31
Termory v0.2.30
✨ Features
- live work-status for running Claude sessions in the tray
🧹 Maintenance
- bump version to 0.2.30
📦 Downloads
| Platform | File |
|---|---|
| macOS · Apple Silicon | Termory_*_aarch64.dmg |
| macOS · Intel | Termory_*_x64.dmg |
| Windows | Termory_*_x64_en-US.msi · Termory_*_x64-setup.exe |
| Linux | Termory_*_amd64.AppImage · *_amd64.deb · *_x86_64.rpm |
🍎 macOS — first launch
Builds are not Apple-notarized, so macOS quarantines the download and may say
"Termory is damaged and can't be opened" (common on Apple Silicon). The app
is fine — clear the quarantine flag once, then open it normally:
xattr -dr com.apple.quarantine /Applications/Termory.app(Drag Termory into Applications first; adjust the path if it lives
elsewhere.) Windows SmartScreen: More info → Run anyway.
🔄 Auto-update
The in-app updater (Settings → Check for updates) reads the signed
latest.json attached below. Auto-update applies to installs on v0.2.6 or
later; earlier builds must be updated manually once.
📜 Full Changelog
bb83ee6chore: bump version to 0.2.3059d2267feat: live work-status for running Claude sessions in the tray
Compare: v0.2.29...v0.2.30
Termory v0.2.29
🐛 Bug Fixes
- quota cache, Windows console window, no-subscription tray clear
🧹 Maintenance
- bump version to 0.2.29
📦 Downloads
| Platform | File |
|---|---|
| macOS · Apple Silicon | Termory_*_aarch64.dmg |
| macOS · Intel | Termory_*_x64.dmg |
| Windows | Termory_*_x64_en-US.msi · Termory_*_x64-setup.exe |
| Linux | Termory_*_amd64.AppImage · *_amd64.deb · *_x86_64.rpm |
🍎 macOS — first launch
Builds are not Apple-notarized, so macOS quarantines the download and may say
"Termory is damaged and can't be opened" (common on Apple Silicon). The app
is fine — clear the quarantine flag once, then open it normally:
xattr -dr com.apple.quarantine /Applications/Termory.app(Drag Termory into Applications first; adjust the path if it lives
elsewhere.) Windows SmartScreen: More info → Run anyway.
🔄 Auto-update
The in-app updater (Settings → Check for updates) reads the signed
latest.json attached below. Auto-update applies to installs on v0.2.6 or
later; earlier builds must be updated manually once.
📜 Full Changelog
764e96dchore: bump version to 0.2.29ebfca3dfix: quota cache, Windows console window, no-subscription tray clear
Compare: v0.2.28...v0.2.29