Skip to content

Releases: will-moss/isaiah

1.11.0

04 Apr 03:07
Compare
Choose a tag to compare

1.11.0 (2024-04-04)

Bug Fixes

  • client: fixed a bug causing the shell to be non-exitable on mobile due to too-strict controls (ec7b8e3)
  • client: fixed a case when the menu tab's header would show undefined (during a remove action) (9386db3)
  • client: fixed app rendering when absolutely no data was gathered from the Docker server daemon (f2adfc7)
  • client: improved mouse navigation while searching, and fixed an infinite loop scenario (ce71f59)
  • server: fixed a bug causing Isaiah to believe a remote host is accessible, while Docker isn't (69e8495)

Features

  • client: added ability to click on the agent's name to trigger the agent picker (99dc276)
  • client: added ability to pick a host by clicking on the host's name in the lower right corner (f6bd54c)
  • project: added support for an Overview panel showing the server, hosts, and agents all at once (5e831e5)

1.10.0

30 Mar 23:53
Compare
Choose a tag to compare

1.10.0 (2024-03-30)

Bug Fixes

  • client: fixed mouse navigation when performing search on logs, with minor refactoring (85707f4)

Features

  • containers: added Created At to the list of supported fields for Containers (28eb6c3)
  • project: added full support for client-side sorting of all the Docker resource lists (071758d)

1.9.0

30 Mar 15:50
Compare
Choose a tag to compare

1.9.0 (2024-03-30)

Bug Fixes

  • client: added check to prevent running logs' copy when logs are empty (ccf9ff7)
  • client: added missing automatic inspector refresh on search while typing (d6a25f9)
  • client: fixed mouse navigation between different tabs while performing search (558aaf4)
  • client: fixed mouse navigation when performing search (93d706c)

Features

  • client: added support for searching through log lines (c5d3cf8)

1.8.0

29 Mar 22:38
Compare
Choose a tag to compare

1.8.0 (2024-03-29)

Bug Fixes

  • client: added more constraints to prevent unfortunate multi-layered popups when using shortcuts (7203e2f)
  • client: changed the shortcut for Parameters because of collision with Pull, and changed helpers (71dc832)
  • client: fixed an annoying reset while in prompt / menu triggered by logs received in background (5e6307f)
  • client: fixed the client's state not associating agent and host picking to being inside a menu (2208068)
  • client: on mobile display, removed the control to copy logs because it can't fit (71f0daa)
  • logs: fixed a styling issue causing stripped log lines' background to be cut (6b3437f)

Features

  • client: added control to copy logs to clipboard (2183060)
  • client: added full support for client-side persistent parameters management (ac03b03)
  • client: added prompt before container pause when using keyboard shortcuts (eb3c9fe)
  • client: added search feature for Docker objects in the client (4cc6708)
  • client: added support for log lines wrap (fa23f0e)
  • client: added support for prompts on keyboard shortcuts, and persistent user settings (WIP) (6f1012a)
  • client: added support for toggling log lines' timestamp display (32b9c1a)

1.7.0

18 Feb 10:38
Compare
Choose a tag to compare

1.7.0 (2024-02-18)

Features

  • client: added name of the resource in the menu's header to prevent mistakes (cb97600)
  • client: added prompt before container restart (b8e6424)
  • client: added randomly generated version number to custom.css file to prevent browser caching (62e5b42)
  • client: increased logs' rows height, and added alternate background color to ease reading (65eef1d)
  • client: made logs' rows' background color a variable, and adjusted themes for better aesthetic (e0acb53)
  • security: added support for providing a sha256 hash of the authentication secret (df13683)

1.6.1

07 Feb 05:01
Compare
Choose a tag to compare

1.6.1 (2024-02-07)

Bug Fixes

  • multi-host: added missing mobile control for switching host on mobile devices (d5f14ab)

1.6.0

03 Feb 18:00
Compare
Choose a tag to compare

1.6.0 (2024-02-03)

Features

  • project: added support for multi-host deployment (828116f)

1.5.0

20 Jan 15:54
Compare
Choose a tag to compare

1.5.0 (2024-01-20)

Bug Fixes

  • authentication: fixed authentication denial when authentication is disabled as per settings (72b3124)
  • client: fixed a bug where menu navigation would break because of improper reset (52a2e3b)
  • settings: updated default settings to increase SERVER_MAX_READ_SIZE to cover most needs (9855fde)

Features

  • project: added full support for multi-node deployment (167668d)

1.4.0

09 Jan 22:44
Compare
Choose a tag to compare

1.4.0 (2024-01-09)

Bug Fixes

  • menu: refactored the menu display logic, and now the menu's title is correct when using bulk (18e65f6)
  • mobile: fixed CSS to display mobile controls properly even when the screen width is below 390px (8029572)

Features

  • client: added full support for custom themes with theme picker, help, and theme save (f8fefe8)
  • images: added support for bulk-pulling latest images (0629435)
  • theming: added two ready-to-use themes (dawn, and moon) based on Rosé Pine (fd86de5)

1.3.0

05 Jan 14:00
Compare
Choose a tag to compare

1.3.0 (2024-01-05)

Features

  • containers: added rename feature (4e2ecd6)