52 lines
2.2 KiB
Plaintext
52 lines
2.2 KiB
Plaintext
-------------------------------------------------------------------
|
|
Thu Jun 27 16:14:18 UTC 2024 - Christophe Marin <christophe@krop.fr>
|
|
|
|
- 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 <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 22:03:08 UTC 2023 - Christophe Marin <christophe@krop.fr>
|
|
|
|
- Require extra-cmake-modules at build time
|
|
|
|
-------------------------------------------------------------------
|
|
Sat Nov 4 18:08:48 UTC 2023 - Martin von Reichenberg <martin.von.reichenberg@proton.me>
|
|
|
|
- Update to new upstream release version 0.2.4
|
|
* Some small improvements
|
|
|
|
-------------------------------------------------------------------
|
|
Fri Oct 27 19:10:22 UTC 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.
|