Skip to content
This repository was archived by the owner on Apr 2, 2026. It is now read-only.

Releases: musher-dev/mush

Mush v5.0.0

29 Mar 18:27
7dc962c

Choose a tag to compare

5.0.0 (2026-03-29)

⚠ BREAKING CHANGES

  • Existing CLI cache at ~/.cache/musher/bundles/ is no longer read. Users should re-pull bundles after upgrading.

Miscellaneous

  • align bundle cache with SDK content-addressable layout (#144) (72820e4)

Mush v4.2.0

28 Mar 13:46
b3b457b

Choose a tag to compare

4.2.0 (2026-03-28)

Features

  • add hub pull endpoint, asset type support, and download fallbacks (#142) (e44f194)

Mush v4.1.0

23 Mar 20:33
59143fe

Choose a tag to compare

4.1.0 (2026-03-23)

Features

  • add hub metadata to bundle info, cache-only load, and keyring timeout handling (#140) (20a766f), closes #137 #138 #139

Mush v4.0.0

22 Mar 21:32
febf6d9

Choose a tag to compare

4.0.0 (2026-03-22)

⚠ BREAKING CHANGES

  • Environment variables renamed from MUSH_* to MUSHER_* (e.g. MUSH_API_KEY → MUSHER_API_KEY). Storage directories move from ~/.config/mush to ~/.config/musher (and similarly for data, state, cache). Credential keyring service is now derived from API host.

Features

  • align storage paths and env vars with musher brand (#132) (209f9e9)

Mush v3.17.3

20 Mar 21:59
88ec879

Choose a tag to compare

3.17.3 (2026-03-20)

Bug Fixes

  • client: update queue endpoint and remove asset version param (#130) (0545422)

Mush v3.17.2

19 Mar 09:16
5533d01

Choose a tag to compare

3.17.2 (2026-03-18)

Documentation

Mush v3.17.1

17 Mar 17:39
0ee23d5

Choose a tag to compare

3.17.1 (2026-03-17)

Bug Fixes

  • client: remove /api prefix and update bundle resolution endpoints (#125) (d7290cf)

Mush v3.17.0

17 Mar 02:24
8e92208

Choose a tag to compare

3.17.0 (2026-03-17)

Features

  • harness: add configurable keybindings and decompose runtime (#119) (203bd3a)

Mush v3.16.1

15 Mar 00:12
575fc2e

Choose a tag to compare

3.16.1 (2026-03-15)

Bug Fixes

  • harness: fix scroll/input UX bugs and remove dead code (#117) (05cdb8a)

Mush v3.16.0

14 Mar 20:38
447f2d8

Choose a tag to compare

3.16.0 (2026-03-14)

Features

  • harness: add software cursor and scroll offset anchoring (#115) (2475e0f)