File koi.changes of Package koi
-------------------------------------------------------------------
Sat Oct 4 20:07:04 UTC 2025 - Martin Stibor <martin.von.reichenberg@proton.me>
- Updated Debian/Ubuntu dependencies due to a smartass who renamed
libqt5core5 => libqt5core5a (Debian) & libqt5test5 => libqt5test5t64 (Ubuntu)
-------------------------------------------------------------------
Wed Sep 24 10:21:21 UTC 2025 - Martin Stibor <martin.von.reichenberg@proton.me>
- Added builds for stable Debian 13 (Trixie) via DebBuild
- Deprecated support for KDE Plasma 5; Plasma 5 desktop users are
on their own . . .
-------------------------------------------------------------------
Mon Sep 15 21:22:04 UTC 2025 - Martin Stibor <martin.von.reichenberg@proton.me>
- Update to the latest upstream stable version - 0.6
* Added swapping LIGHT/DARK theme support for KDE Konsole
* Renamed [Global Theme] for [Plasma Style] in Koi's main window
as correction
* Minor program's under-the-hood fixes:
* Refactored `src/` + `src/headers/` files to split properly utils,
tray icons and GUI + optimizations
* `Koi.DESKTOP` file now shows only in KDE Plasma;
becomes hidden in other Desktop Environments
* Added support for Guix GNU/Linux; Added BUILDing environmental
variables for Guix GNU/Linux in `CMakeLists.txt` file
* Updated _"commented - #"_ procedure sections for `CMakeLists.txt` file
* Updated BUILD instructions for various Linux Distributions;
in: `Koi/Development/Building/Distributions/...`
* Added configuration `koirc.sample` sample file
in: `Koi/Development/Configuration/Samples/`
* Updated Screenshots & "Revamped" `README.md` at `Koi/master`
-------------------------------------------------------------------
Fri Aug 29 22:55:19 UTC 2025 - Martin Stibor <martin.von.reichenberg@proton.me>
- Certain fixes for the RPM .SPEC file . . .
- Preparations for upcoming version - 0.6
-------------------------------------------------------------------
Fri Apr 25 21:57:28 UTC 2025 - Martin Stibor <martin.von.reichenberg@proton.me>
- Update to the latest upstream stable version - 0.5.1 [HOTFIX]
* 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 21:49:48 UTC 2025 - Martin von Reichenberg <martin.von.reichenberg@proton.me>
- Update to the latest upstream stable version - 0.5
* Minor under-the-hood changes/improvements; General improvements; changes to formatting;
added new lines - All what is necessary and appropriate for the new release - 0.5 ->
* Added DBus Interface + Service file for changing LIGHT/DARK modes
* Changed provided `Koi.DESKTOP` file to support `DBusActivatable=true`
* Fix for a proper Sorting Kvantum Themes
* Fix for a proper Listing Kvantum Themes
* 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
* Updated README with actual information & instructions + screenshots
* Updated build recipes for various Linux distributions; etc ...
* Got rid of `rpmlint` ERRORS shown for SUSE repositories . . .
-------------------------------------------------------------------
Fri Dec 20 23:43:12 UTC 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 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.