Package Release Info

koi-0.5.1-bp160.1.3

Update Info: Base Release
Available in Package Hub : 16.0

platforms

AArch64
ppc64le
s390x
x86-64

subpackages

koi

Change Logs

* Sun Jun 22 2025 Christophe Marin <christophe@krop.fr>
- 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 07 2025 Christophe Marin <christophe@krop.fr>
- 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 2024 Martin von Reichenberg <martin.von.reichenberg@proton.me>
- 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 2024 Christophe Marin <christophe@krop.fr>
- Update to 0.3.1
  * Added Click Mouse Wheel to Switch between LIGHT/DARK Themes
* Sun Jun 16 2024 Christophe Marin <christophe@krop.fr>
- 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 2023 Christophe Marin <christophe@krop.fr>
- Require extra-cmake-modules at build time
* Sat Nov 04 2023 Martin von Reichenberg <martin.von.reichenberg@proton.me>
- Update to new upstream release version 0.2.4
  * Some small improvements
* Fri Oct 27 2023 Martin Stibor <martin.von.reichenberg@proton.me>
- 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.