------------------------------------------------------------------- Sat Oct 25 13:50:11 UTC 2025 - Christophe Marin - Update to 0.6 * Added KDE Konsole profiles * Minor under-the-hood changes + Optimizations * Koi now shows only in KDE * Added support for Guix & Others ------------------------------------------------------------------- Sun Jun 22 15:46:13 UTC 2025 - Christophe Marin - Update to 0.5.1 * Replaces instance check with shared memory * Removed Qt Network Dependency * Moved CMakeLists.txt from src/ to root directory * Added Uninstall Option - sudo make uninstall -C ./build/ * Updated Development (BUILDing) Information * Updated README ------------------------------------------------------------------- Mon Apr 7 11:42:28 UTC 2025 - Christophe Marin - Update to 0.5 * Minor under-the-hood changes/improvements * Fix style option reset bug in preferences * [BUG] Not all Kvantum themes are showing in Koi * Added DBus interface for changing light/dark mode * Several memory leak fixes; and does not start Krunner as a child process anymore * Chore: Removes QTest as dependency; adds QThread function * Do not start scheduler function/feature when there is no schedule defined ------------------------------------------------------------------- Fri Dec 20 23:43:12 UTC 2024 - Martin von Reichenberg - Update to the latest upstream stable version - 0.4 * Minor & Major of both visual and under-the-hood changes/improvements * General improvements, changes to formatting and overall visual adjustments * Featuring: Refactor plugins; updated plugins, paths & more * Changed/Removed unnecessities * Added option to run Bash scripts at Light/Dark theme shift ------------------------------------------------------------------- Thu Jun 27 16:14:18 UTC 2024 - Christophe Marin - Update to 0.3.1 * Added Click Mouse Wheel to Switch between LIGHT/DARK Themes ------------------------------------------------------------------- Sun Jun 16 09:25:52 UTC 2024 - Christophe Marin - Update to 0.3 * Update to QT 6 Build Tools / KF 6 libraries * Updated bundled libraries to their latest changes * Updated UI; Updated Screenshot * Updated README with appropriate build instructions and more ------------------------------------------------------------------- Fri Dec 15 22:03:08 UTC 2023 - Christophe Marin - Require extra-cmake-modules at build time ------------------------------------------------------------------- Sat Nov 4 18:08:48 UTC 2023 - Martin von Reichenberg - Update to new upstream release version 0.2.4 * Some small improvements ------------------------------------------------------------------- Fri Oct 27 19:10:22 UTC 2023 - Martin Stibor - Update to new upstream release version 0.2.3 * Fixed the use of the new tray icon. * Updated new tray icons -> LIGHT/DARK (Tray icon changes after hoovering with mouse cursor over the tray icon.) * Added feature to autostart Koi as hidden and switch themes, even after system startup. * Updated `wm_class` * Fixed build failure * Reference to AppImage * Binary executable file renamed from `Koi` to `koi` * Fixed indentation * Updated README * Added function restart `krunner` to refresh theming after switching themes. * Modified the way to change `plasma-style` using `plasma-apply-desktoptheme`. It should now be more consistent (especially with KDE Plasma 5.26 and later versions), the modification reduces the complexity of the code. * Improved the plasma restart code for `kvantum`. It replaces the usage of kill with `kquitapp5` command to be able to wait before starting plasmashell. It may improve stability of `plasma-shell restart` by avoiding some failures due to starting `plasmashell` session while the previous process did not finish.