diff --git a/content/blog/10-kooha-2.3/area-selection-window.png b/content/blog/10-kooha-2.3/area-selection-window.png new file mode 100644 index 0000000..e96ee83 Binary files /dev/null and b/content/blog/10-kooha-2.3/area-selection-window.png differ diff --git a/content/blog/10-kooha-2.3/card.png b/content/blog/10-kooha-2.3/card.png new file mode 100644 index 0000000..4f14254 Binary files /dev/null and b/content/blog/10-kooha-2.3/card.png differ diff --git a/content/blog/10-kooha-2.3/flushing.png b/content/blog/10-kooha-2.3/flushing.png new file mode 100644 index 0000000..acc58e4 Binary files /dev/null and b/content/blog/10-kooha-2.3/flushing.png differ diff --git a/content/blog/10-kooha-2.3/index.md b/content/blog/10-kooha-2.3/index.md new file mode 100644 index 0000000..868eba5 --- /dev/null +++ b/content/blog/10-kooha-2.3/index.md @@ -0,0 +1,65 @@ ++++ +title = "Kooha 2.3 Released!" +date = 2024-03-24T12:29:00.001+08:00 +updated = 2024-03-24T12:29:00.001+08:00 + +[taxonomies] +tags = ["Software"] + +[extra] +social_media_card = "card.png" ++++ + +> [Kooha](https://github.com/SeaDve/Kooha) is a simple screen recorder for Linux with a minimal interface. You can simply click the record button without having to configure a bunch of settings. + +While we strive to keep Kooha simple, we also want to make it better. This release, composed of over 100 commits, is focused on quality-of-life improvements and bug fixes. + +This release includes a refined interface, improved area selection, more informative notifications, and other changes. Read on to learn more about the new features and improvements. + +## New Features and Improvements + +### Refined Interface + +The main screen now has a more polished look. It now shows the selected format and FPS. This makes it easier to see the current settings at a glance, without having to open the settings window. + +![Main Screen Screenshot](main-screen.png) + +Other than that, progress is now shown when flushing the recording. This gives a better indication when encoding or saving is taking longer than expected. + +![Flushing Page Screenshot](flushing.png) + +Furthermore, the preferences window is also improved. It is now more descriptive and selecting FPS is now easier with a dropdown menu. + +![Preferences Window Screenshot](preferences-window.png) + +### Improved Area Selection + +The area selection window is now resizable. You can now resize the window to fit your screen better. Additionally, the previously selected area is now remembered across sessions. This means that if you close Kooha and open it again, the area you selected will be remembered. Other improvements include improved focus handling, sizing fixes, better performance, and a new style. + +![Area Selection Window Screenshot](area-selection-window.png) + +### More Informative Notifications + +Recording done notifications now show the duration and size of the recorded video. Moreover, the notification actions now work even when the application is closed. + +![Notification Screenshot](notification.png) + +### Other Changes + +Besides the mentioned features, this release also includes: + +* Logout and idle are now inhibited while recording. +* The audio no longer stutters and gets corrupted when recording for a long time. +* The audio is now recorded in stereo instead of mono when possible. +* The recordings are no longer deleted when flushing is canceled. +* Incorrect output video orientation on certain compositors is now fixed. +* Performance and stability are improved. + +## Getting Kooha 2.3 + +Kooha is available on [Flathub](https://flathub.org/apps/io.github.seadve.Kooha). You can install it from there, and since all of our code is open-source and can be freely modified and distributed according to the license, you can also [download](https://github.com/SeaDve/Kooha/releases/tag/v2.3.0) and build it from source. + +## Closing Words + +Thanks to everyone who has supported Kooha, be it through donations, bug reports, translations, or just using it. Your support is what keeps this project going. Enjoy the new release! + diff --git a/content/blog/10-kooha-2.3/main-screen.png b/content/blog/10-kooha-2.3/main-screen.png new file mode 100644 index 0000000..484d805 Binary files /dev/null and b/content/blog/10-kooha-2.3/main-screen.png differ diff --git a/content/blog/10-kooha-2.3/notification.png b/content/blog/10-kooha-2.3/notification.png new file mode 100644 index 0000000..00241e4 Binary files /dev/null and b/content/blog/10-kooha-2.3/notification.png differ diff --git a/content/blog/10-kooha-2.3/preferences-window.png b/content/blog/10-kooha-2.3/preferences-window.png new file mode 100644 index 0000000..08ce9e5 Binary files /dev/null and b/content/blog/10-kooha-2.3/preferences-window.png differ