Releases: Dimillian/CodexMonitor
Releases · Dimillian/CodexMonitor
v0.6.7
v0.6.6
New Features
- add terminal panel
Fixes
- avoid composer draft overwrite
- ubuntu-24.04 to fix broken title in AppImages (#52)
- reset autoscroll on thread change
- use tauri app version in codex client info
- allow shift+enter newline in composer
Performance Improvements
- truncate older tool output
- cap thread item history to 200
- gate git log polling to log tab
v0.6.5
v0.6.4
- ci: read release version from tauri config
- Merge branch 'main' of https://github.com/Dimillian/CodexMonitor
- fix: limit file autocomplete work
- chore: bump version to 0.6.4 (#48)
v0.6.3
- fix(threads): import thread summary type
- feat(sidebar): page older threads on demand
- fix: restore message scroll under title bar
- fix: avoid duplicating reasoning body (closes #41)
- feat: add notification sounds with settings toggle (#33)
- feat: filter @ suggestions for mentioned files (#34)
- fix: keep debug button accessible after clearing logs (#46)
- Refactor thread copy logic into useCopyThread hook
- Merge branch 'main' into feat/filter-autocomplete-suggestions
- feat: honor gitignore in workspace file list (#44)
- fix: keep debug button accessible after clearing logs
- feat(tauri): honor gitignore in workspace file list
- Merge branch 'main' into feat/copy-thread
- feat: add per-message copy button
v0.6.2
- Update Messages.tsx
- perf: memoize messages rendering
- fix: stabilize streaming text merges
- docs: update README and agents
- fix: keep messages scrolled on streaming updates
- Fix light mode popover backgrounds (#29) fix #23
- Merge branch 'main' into codex/github-mention-ui-issues
- Merge pull request #30 from Dimillian/chore/bump-version-0.6.2
- chore: bump version to 0.6.2
- Fix light mode popover backgrounds
v0.6.0
- Added image attachments in the composer.
- Added custom prompts with autocomplete for faster reuse.
- Improved prompt argument editing and quote handling.
- Added Cmd+N shortcut to start a new agent.
- Saved draft messages per thread so you can switch without losing work.
- Showed rate limit reset time and aligned credits display in the sidebar.
- Updated git log timestamps to relative time.
- Fixed per-thread working timer state and preserved prompt text when inserting files.
v0.5.1
- Fixed codex lookup by including the mise shim path.
Linux release: https://github.com/xlab/CodexMonitor/releases/tag/v0.5.1
v0.5.0
- Added a working timer indicator so you can see active sessions at a glance.
- Added latest agent cards on the home screen.
- Added GitHub issues tab with accurate issue totals.
- Improved git panel sync and diff info, including line-range selection and selection sync.
- Fixed app-server cwd to match the selected workspace.
- Fixed recovery from turn errors to keep threads usable.
- Improved Codex environment handling.
- Refreshed workspace file list more reliably.
- Enabled window dragging via the title bar on macOS.