| AArch64 | |
| ppc64le | |
| s390x | |
| x86-64 |
- 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
- 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
- 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
- Update to 0.3.1 * Added Click Mouse Wheel to Switch between LIGHT/DARK Themes
- 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
- Require extra-cmake-modules at build time
- Update to new upstream release version 0.2.4 * Some small improvements
- 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.