Lawrence Chen
897a79e052
Release v1.24.0 ( #32 )
2026-02-09 16:13:26 -08:00
Lawrence Chen
f9c8f9f55a
Keep legacy bundle ID for Sparkle updates
2026-02-09 15:50:42 -08:00
Lawrence Chen
9817d131f8
Release v1.23.0 ( #31 )
...
* Rename cmuxterm to cmux across entire codebase
- Rename GitHub repos: manaflow-ai/cmuxterm -> manaflow-ai/cmux,
manaflow-ai/homebrew-cmuxterm -> manaflow-ai/homebrew-cmux
- Rename bundle IDs: com.cmuxterm.app -> com.cmux.app
- Rename CLI: CLI/cmuxterm.swift -> CLI/cmux.swift
- Rename homebrew submodule: homebrew-cmuxterm -> homebrew-cmux
- Update all socket paths: /tmp/cmuxterm*.sock -> /tmp/cmux*.sock
- Update all GitHub URLs, DMG names, Sparkle URLs
- Update all source files, scripts, tests, docs, CI workflows
* Bump version to 1.23.0
2026-02-09 15:30:43 -08:00
Lawrence Chen
119511f774
Bump version to 1.22.0 ( #29 )
2026-02-09 12:34:41 -08:00
Lawrence Chen
84f54e3181
Bump version to 1.21.0 ( #27 )
2026-02-09 02:50:28 -08:00
Lawrence Chen
9b938ef536
Bump version to 1.20.1 ( #25 )
2026-02-08 21:21:23 -08:00
Lawrence Chen
87e5ac02ad
Bump version to 1.20.0 ( #24 )
2026-02-08 20:44:47 -08:00
Lawrence Chen
679cafdc51
Fix update pill constraint feedback loop
...
The pill never appeared because:
1. SwiftUI .frame(width:0, height:0) when idle poisoned fittingSize
2. AppKit constraints locked at 0x0 prevented expansion on state change
3. fittingSize always returned 0 due to active 0x0 constraints
Fix: Remove zero-frame from SwiftUI (always render at natural size,
use opacity only). Deactivate constraints before measuring fittingSize
so they don't clamp the measurement. Pass visibility to sizeToolbarItem
to set constraints to zero when idle or natural size when active.
2026-02-08 20:21:27 -08:00
Lawrence Chen
e03fc1909b
Bump version to 1.19.3
2026-02-08 19:24:54 -08:00
Lawrence Chen
fc5d7eeb05
Bump version to 1.19.2
2026-02-08 18:50:46 -08:00
Lawrence Chen
d2ecfc4342
Bump version to 1.19.1 ( #23 )
2026-02-08 17:04:31 -08:00
Lawrence Chen
29658c18ae
Bump version to 1.19.0 ( #22 )
2026-02-08 16:34:08 -08:00
Lawrence Chen
679f88f753
Bump version to 1.18.0 ( #17 )
2026-02-06 18:15:29 -08:00
Lawrence Chen
be9aa135cf
Bump version to 1.17.3
2026-02-05 19:57:23 -08:00
Lawrence Chen
906186e190
Bump version to 1.17.1
2026-02-05 19:34:05 -08:00
Lawrence Chen
7e8de5ac9d
Bump version to 1.17.0 ( #14 )
2026-02-05 19:20:51 -08:00
Lawrence Chen
36604ceb19
Bump version to 1.16.0 ( #11 )
2026-02-04 16:35:51 -08:00
Lawrence Chen
84e3ee6a56
Bump version to 1.15.0 ( #6 )
2026-01-30 20:41:43 -08:00
Lawrence Chen
74e1893312
Bump version to 1.14.0 ( #4 )
2026-01-30 16:50:32 -08:00
Lawrence Chen
46eefc733e
Bump version to 1.13.0 ( #3 )
2026-01-29 21:40:00 -08:00
Lawrence Chen
3fe9f710c6
Remove duplicate changelog heading
2026-01-29 18:49:13 -08:00
Lawrence Chen
ad86227571
Add changelog and release command
...
- Add CHANGELOG.md with version history
- Add changelog page to docs site
- Add /release command for preparing releases
2026-01-29 17:58:10 -08:00
Lawrence Chen
f36525f5f1
Add documentation site and Homebrew installation
...
- Add Fumadocs-based docs site (docs-site/)
- Document all features: tabs, notifications, splits, socket API, CLI
- Add Claude Code hooks guide with cmuxterm detection
- Update README with native macOS emphasis and brew install
- Add homebrew-cmuxterm to .gitignore (has its own repo)
2026-01-29 04:41:39 -08:00