# [1.11.0](https://github.com/will-moss/isaiah/compare/1.10.0...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](ec7b8e32a5))
* **client:** fixed a case when the menu tab's header would show undefined (during a remove action) ([9386db3](9386db3712))
* **client:** fixed app rendering when absolutely no data was gathered from the Docker server daemon ([f2adfc7](f2adfc7121))
* **client:** improved mouse navigation while searching, and fixed an infinite loop scenario ([ce71f59](ce71f59dea))
* **server:** fixed a bug causing Isaiah to believe a remote host is accessible, while Docker isn't ([69e8495](69e8495936))
### Features
* **client:** added ability to click on the agent's name to trigger the agent picker ([99dc276](99dc276815))
* **client:** added ability to pick a host by clicking on the host's name in the lower right corner ([f6bd54c](f6bd54c7c8))
* **project:** added support for an Overview panel showing the server, hosts, and agents all at once ([5e831e5](5e831e5ad2))
There is now an Overview panel (with a default opening on launch) enabling you to see all your
resources at a glance, whether they are on the main server, on a remote host, or on a connected
agent. You can also pick any of them using your keyboard or your mouse. Ultimately, this feature is
100% responsive for tablet and mobile.
I solved a bug that used to occur while performing a search and receiving new data from the server
at the same time. This caused the UI to refresh, and reapply the search. But reapplying the search
caused the UI to request new information from the server. Hence triggering a new cycle of reapplying
search, etc. I I got rid of that infinite loop by not reapplying search when new data was received
from the network.
# [1.10.0](https://github.com/will-moss/isaiah/compare/1.9.0...1.10.0) (2024-03-30)
### Bug Fixes
* **client:** fixed mouse navigation when performing search on logs, with minor refactoring ([85707f4](85707f419a))
### Features
* **containers:** added "Created At" to the list of supported fields for Containers ([28eb6c3](28eb6c3e8a))
* **project:** added full support for client-side sorting of all the Docker resource lists ([071758d](071758d6c9))
# [1.9.0](https://github.com/will-moss/isaiah/compare/1.8.0...1.9.0) (2024-03-30)
### Bug Fixes
* **client:** added check to prevent running logs' copy when logs are empty ([ccf9ff7](ccf9ff76af))
* **client:** added missing automatic inspector refresh on search while typing ([d6a25f9](d6a25f9031))
* **client:** fixed mouse navigation between different tabs while performing search ([558aaf4](558aaf45c2))
* **client:** fixed mouse navigation when performing search ([93d706c](93d706c645))
### Features
* **client:** added support for searching through log lines ([c5d3cf8](c5d3cf823e))
# [1.8.0](https://github.com/will-moss/isaiah/compare/1.7.0...1.8.0) (2024-03-29)
### Bug Fixes
* **client:** added more constraints to prevent unfortunate multi-layered popups when using shortcuts ([7203e2f](7203e2f6d9))
* **client:** changed the shortcut for Parameters because of collision with Pull, and changed helpers ([71dc832](71dc8320c2))
* **client:** fixed an annoying reset while in prompt / menu triggered by logs received in background ([5e6307f](5e6307f053))
* **client:** fixed the client's state not associating agent and host picking to being inside a menu ([2208068](22080681de))
* **client:** on mobile display, removed the control to copy logs because it can't fit ([71f0daa](71f0daa6d7))
* **logs:** fixed a styling issue causing stripped log lines' background to be cut ([6b3437f](6b3437f077))
### Features
* **client:** added control to copy logs to clipboard ([2183060](2183060324))
* **client:** added full support for client-side persistent parameters management ([ac03b03](ac03b0318a))
* **client:** added prompt before container pause when using keyboard shortcuts ([eb3c9fe](eb3c9fe076))
* **client:** added search feature for Docker objects in the client ([4cc6708](4cc670817c))
* **client:** added support for log lines wrap ([fa23f0e](fa23f0ed05))
* **client:** added support for prompts on keyboard shortcuts, and persistent user settings (WIP) ([6f1012a](6f1012a93a))
* **client:** added support for toggling log lines' timestamp display ([32b9c1a](32b9c1a883))
# [1.7.0](https://github.com/will-moss/isaiah/compare/1.6.1...1.7.0) (2024-02-18)
### Features
* **client:** added name of the resource in the menu's header to prevent mistakes ([cb97600](cb97600cb3))
* **client:** added prompt before container restart ([b8e6424](b8e6424977))
* **client:** added randomly generated version number to custom.css file to prevent browser caching ([62e5b42](62e5b429a4))
* **client:** increased logs' rows height, and added alternate background color to ease reading ([65eef1d](65eef1dffb))
* **client:** made logs' rows' background color a variable, and adjusted themes for better aesthetic ([e0acb53](e0acb53c5d))
* **security:** added support for providing a sha256 hash of the authentication secret ([df13683](df136836cc))