Releases: will-moss/isaiah
Releases · will-moss/isaiah
1.36.2
1.36.2 (2025-07-23)
Bug Fixes
- client: bypass Ctrl key to prevent clash with native browser shortcuts, thanks @Lumberj3ck (22908df)
1.36.1
1.36.1 (2025-07-13)
Bug Fixes
- agents: added agents sort by name for easier navigation and selection (f53a344), closes #24
- overview: added native scroll mechanism to the overview to accomodate for a list of many agents (c5addb9), closes #23
1.36.0
1.36.0 (2025-05-07)
Bug Fixes
- containers: added a note about updating Isaiah container from Isaiah itself, to prevent errors (57b0f02)
Features
- containers: made the containers bulk operations show the containers' name rather than their ID (8e3656a)
1.35.1
1.35.1 (2025-05-05)
Bug Fixes
- containers: added a check to prevent Isaiah from stopping/restarting/updating itself in bulk op (8f77097)
- style: added new CSS rules to try to prevent scrollbars from showing forcefully on all browsers (bc04ad4)
1.35.0
1.35.0 (2025-03-27)
Features
- containers: added the ability to bulk restart and bulk update containers (410fa62), closes #22
1.34.0
1.34.0 (2025-02-15)
Features
- images: added ability to see whether an image was used or not, with associated containers (e2fb66a), closes #21
1.33.0
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
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
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
1.31.1 (2024-10-18)
Bug Fixes
- server: fixed container environment retrieval crashing the app when no value is provided (824d1e9), closes #18