Skip to content

Releases: am-will/limux

v0.1.19

13 May 07:04

Choose a tag to compare

Release v0.1.19.

Limux v0.1.17

13 May 04:28

Choose a tag to compare

Why

  • v0.1.15 installed the GTK host as the public limux command, 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 limux entrypoint.
  • Install the GTK app as private limux-host under libexec/limux.
  • Preserve desktop/app launch behavior: limux with 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.sh
  • cargo test -p limux-cli cli_arg_tests
  • bash -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

12 May 23:08

Choose a tag to compare

Why

  • v0.1.15 shipped A2A CLI features, but release packages installed the GTK host binary as the public limux command.
  • 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 limux entrypoint.
  • Install the GTK app as a private limux-host binary under libexec/limux.
  • Preserve app launch behavior: running limux with 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

12 May 22:14

Choose a tag to compare

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

06 May 22:21

Choose a tag to compare

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

12 Apr 06:50

Choose a tag to compare

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_HOME paths.
  • 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.so is now built for a baseline CPU target for better portability across machines.

Full Changelog: v0.1.12...v0.1.13

v0.1.12

03 Apr 02:58

Choose a tag to compare

  • 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

02 Apr 18:46

Choose a tag to compare

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 libghostty with ReleaseFast during 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.deb
  • Limux-0.1.11-x86_64.AppImage
  • limux-0.1.11-linux-x86_64.tar.gz

v0.1.10

26 Mar 20:18

Choose a tag to compare

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 plain Ctrl+V available 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.deb
  • limux-0.1.10-linux-x86_64.tar.gz

Full Changelog: v0.1.9...v0.1.10

v0.1.9

26 Mar 15:39

Choose a tag to compare

Full Changelog: v0.1.8...v0.1.9