# Release v0.12.0 ## Notes Thank you to all that contributed with flushing out issues and enhancements for K9s! I'll try to mark some of these issues as fixed. But if you don't mind grab the latest rev and see if we're happier with some of the fixes! If you've filed an issue please help me verify and close. Your support, kindness and awesome suggestions to make K9s better is as ever very much noticed and appreciated! Also if you dig this tool, please make some noise on social! [@kitesurfer](https://twitter.com/kitesurfer) --- ### Searchable Logs There has been quite a few demands for this feature. It should now be generally available in this drop. It works the same as the resource view ie `/fred`, you can also specify a fuzzy filter using `/-f blee-duh`. The paint is still fresh on that deal and not super confident that it will work nominally as I had to rework the logs to enable. So totally possible I've hosed something in the process. ### APIServer Dud At times, it could be you've lost your api server connection while K9s was up which resulted in the `K9s screen of death` or in other words a hosed terminal session ;(. K9s should now detect this condition and close out. Once again no super sure about this implementation on that deal. So if you see K9s close out under normal condition, that means I would need to go back to the drawing board. ### FullScreen Logs I've been told having a flag to set fullScreen mode preference while viewing the logs would be `awesome`. Thanks [Fardin Khanjani](https://github.com/fardin01)! So there is now a new K9s config flag available to set your fullscreen logs `drathers` in your .k9s/config.yml. This flag defaults to false if not set. Here is a snippet: ```yaml # .k9s/config.yml k9s: refreshRate: 2 headless: false currentContext: crashandburn666 currentCluster: slowassnot fullScreenLogs: true ... ``` ### K9s Slackers I've enabled a [K9s slack channel](https://join.slack.com/t/k9sers/shared_invite/enQtOTAzNTczMDYwNjc5LWJlZjRkNzE2MzgzYWM0MzRiYjZhYTE3NDc1YjNhYmM2NTk2MjUxMWNkZGMzNjJiYzEyZmJiODBmZDYzOGQ5NWM) dedicated to all K9sers. This would be a place for us to meet and discuss ideas and use cases. I'll be honest here I am not a big slack aficionado as I don't do very well with interrupt drive workflows. But I think it would be a great resource for us all. NOTE: Please be kind to each others and threat everyone with respect as I would like this to be a safe and fun place for folks to hangout. Thank you for you support and understanding!! NOTE: I'll admit my slackFU is pretty low, so if you're a slack master, feel free to advise me for best practices around setup and management, etc... Thank you! --- ## Resolved Bugs/Features * [Issue #484](https://github.com/derailed/k9s/issues/484) * [Issue #481](https://github.com/derailed/k9s/issues/481) * [Issue #480](https://github.com/derailed/k9s/issues/480) * [Issue #479](https://github.com/derailed/k9s/issues/479) * [Issue #477](https://github.com/derailed/k9s/issues/477) * [Issue #476](https://github.com/derailed/k9s/issues/476) * [Issue #468](https://github.com/derailed/k9s/issues/468) --- © 2020 Imhotep Software LLC. All materials licensed under [Apache v2.0](http://www.apache.org/licenses/LICENSE-2.0)