Skip to content

Releases: will-moss/isaiah

1.33.0

29 Nov 12:38
Compare
Choose a tag to compare

1.33.0 (2024-11-29)

Features

  • cli: added -v / --version switch on the commandline, to retrieve the version of the binary (5bc5935)

1.32.1

21 Oct 21:16
Compare
Choose a tag to compare

1.32.1 (2024-10-21)

Bug Fixes

  • server: fixed the code responsible for browsing a volume inside a shell, to prevent hanging (3b63a85)

1.32.0

18 Oct 13:01
Compare
Choose a tag to compare

1.32.0 (2024-10-18)

Features

  • server: added the ability to browse volumes while inside a Docker container, using Busybox (973d195), closes #16

1.31.1

18 Oct 09:53
Compare
Choose a tag to compare

1.31.1 (2024-10-18)

Bug Fixes

  • server: fixed container environment retrieval crashing the app when no value is provided (824d1e9), closes #18

1.31.0

06 Oct 00:17
Compare
Choose a tag to compare

1.31.0 (2024-10-06)

Bug Fixes

  • mobile: improved styling on mobile when the resource's name is too large to fit the screen (bf24d94)

Features

  • mobile: replaced the scrolling menu and associated notification with a hamburger + popup menu (b2814b9), closes #17

1.30.0

30 Sep 20:05
Compare
Choose a tag to compare

1.30.0 (2024-09-30)

Bug Fixes

  • mobile: added an initial popup on mobile to instruct users about the scrollable menu (c510000), closes #17
  • mobile: improved styling on mobile to prevent tab header buttons to be cut out (c71f866)

Features

  • images: added fallback to RepoDigests when RepoTags is empty, to construct image's name (80e8e86), closes #15

1.29.1

16 Sep 19:01
Compare
Choose a tag to compare

1.29.1 (2024-09-16)

Bug Fixes

  • multi-node: improved auto-login, agent-switching, and overview when in a multi-node deployment (944e1d7)
  • multi-node: removed port binding check when current node is an Agent (3e5de37)

1.29.0

16 Sep 18:05
Compare
Choose a tag to compare

1.29.0 (2024-09-16)

Features

  • stacks: added new bulk operations for stacks (5278982)

1.26.0

29 Aug 08:09
Compare
Choose a tag to compare

1.26.0 (2024-08-29)

Bug Fixes

  • client: now the stack icon is displayed correctly in Safari when showing the Overview panel (c7844de)

Features

  • stacks: added support for stopping a stack (run docker compose stop) (dc98921)

1.25.0

28 Aug 03:35
Compare
Choose a tag to compare

1.25.0 (2024-08-28)

Features

  • client: added support for native browser password autocompletion during authentication (5a4af9f)
  • multi-node: added a reconnection strategy so agents auto-reconnect to master when disconnected (f5395d1)
  • multi-node: added auto-login to agents from the client when master and agent share same secret (3ef2cbd)