Releases: am-will/limux
Releases Β· am-will/limux
v0.1.19
Limux v0.1.17
Why
- v0.1.15 installed the GTK host as the public
limuxcommand, so installed users saw GTK/GApplication help instead of A2A CLI commands. - v0.1.16 was created but its package workflow failed before uploading assets because the AppImage WebKit helper still referenced the old single-binary packaging variable.
Fix
- Install the CLI as the public
limuxentrypoint. - Install the GTK app as private
limux-hostunderlibexec/limux. - Preserve desktop/app launch behavior:
limuxwith no arguments opens the GTK app;limux new-pane,limux agent-team,limux notify, etc. now hit the CLI. - Update tarball, deb, rpm, AppImage, and AUR template packaging paths.
- Update AppImage dependency closure collection for the split CLI/host binaries.
Verification
./scripts/check.shcargo test -p limux-cli cli_arg_testsbash -n scripts/package.sh scripts/appimage-webkit.sh- release CLI socket smoke against the live Limux host
- staged package entrypoint smoke for
bin/limux+libexec/limux/limux-host
Limux v0.1.16
Why
- v0.1.15 shipped A2A CLI features, but release packages installed the GTK host binary as the public
limuxcommand. - Users who installed or updated could open the app, but
limux new-pane,limux agent-team,limux notify, and other CLI commands resolved to GTK/GApplication help instead of the CLI.
Fix
- Install the CLI as the public
limuxentrypoint. - Install the GTK app as a private
limux-hostbinary underlibexec/limux. - Preserve app launch behavior: running
limuxwith no arguments opens the GTK app, while CLI subcommands now work for installed users. - Update tarball, deb, rpm, AppImage, and AUR template packaging paths.
Verification
./scripts/check.sh- release CLI socket smoke against the live Limux host
- staged package entrypoint smoke for
bin/limux+libexec/limux/limux-host
Limux v0.1.15
Changes
- Improve terminal A2A controls.
- Stabilize pane split rendering.
- Update Limux A2A skill guidance.
Local install
- Built and installed user-local Limux 0.1.15 under ~/.local.
v0.1.14
What's changed
- Fix notify positional title parsing when --subtitle/--body are provided.
- Fix agent hook event parsing so option values are not treated as event names.
- Add regression tests for notify and hook CLI parsing.
Tests
- cargo fmt --check
- cargo test --workspace
v0.1.13
What's New
- Zoom level now persists across sessions and stays in sync correctly.
- Split pane sizes no longer reset when switching workspaces.
- Session persistence now respects custom
XDG_DATA_HOMEpaths. - Mouse tab switching no longer leaves the terminal or browser unfocused.
- Unix socket access and request handling were hardened for better local security and stability.
Packaging and Reliability
- RPM packaging was tightened up for RPM-based Linux distributions.
- Ghostty resources are now staged correctly for RPM builds.
- Empty RPM debug packages are no longer emitted.
- A flaky Ghostty environment test race in CI was fixed.
- Shipped
libghostty.sois now built for a baseline CPU target for better portability across machines.
Full Changelog: v0.1.12...v0.1.13
v0.1.12
- Focus newly created panes automatically after a split so keyboard input lands in the new pane immediately.
- Fix stale Ghostty runtime environment fallback handling so local/bundled resources resolve more reliably.
- Rebuild and publish the 0.1.12 Linux tarball and .deb packages.
v0.1.11
Highlights
- Wire the control socket into the GTK host so workspace create/select/current/list and text injection work again from the current CLI contract.
- Build
libghosttywithReleaseFastduring packaging to avoid Debug-build terminal IO regressions. - Fix the long pane split and close freeze.
- Add appearance settings including background opacity support and dark-mode app icons.
- Fix localhost URL normalization and IME or dead-key terminal search activation.
Artifacts
limux_0.1.11_amd64.debLimux-0.1.11-x86_64.AppImagelimux-0.1.11-linux-x86_64.tar.gz
v0.1.10
Patch Notes
- Fixed embedded Ghostty paste handling so image-only clipboards are no longer claimed as terminal text pastes.
- Restored the terminal paste default to
Ctrl+Shift+V, leaving plainCtrl+Vavailable to apps running inside Limux. - Bundled Ghostty terminfo entries in release packages and tightened resource detection so packaged builds ship a complete terminal runtime.
- Updated the Linux host docs and tests to match the new terminal shortcut and resource behavior.
Assets
limux_0.1.10_amd64.deblimux-0.1.10-linux-x86_64.tar.gz
Full Changelog: v0.1.9...v0.1.10
v0.1.9
Full Changelog: v0.1.8...v0.1.9