Releases: xvitaly/tuned-switcher
Releases · xvitaly/tuned-switcher
Release 0.7.2
Release 0.7.1
Changes
- Added Turkish translation. Thanks to @ersen0.
- Updated desktop file translations.
- Updated CI workflows.
Release 0.7.0
Changes
- Implemented full Qt 6 support.
- Qt 6.2.x will be used by default with fallback to Qt 5.15.x.
- Switched GitHub actions workflows to use Fedora container.
- Performed minor code refactoring.
Release 0.6.0
Changes
- Updated project's description in metainfo and README files.
- Switched to
qEnvironmentVariableIsSet()
for checking if the environment variable is set. - Switched FreeDesktop SDK to version 21.08 for building Flatpak package.
- Updated all GitHub CI workflows.
- Performed minor cleanup: removed no longer needed files from repository.
- Implemented installation of generated documentation files if enabled.
- Performed compatibility changes with version 3.0 of the REUSE Specification.
- Added some tests.
Release 0.5.0
Changes
- Performed code refactoring.
- Updated documentation.
- Added Screenhots page.
- Updated metainfo description.
Release 0.4.0
New
- Added manpage.
- Improved GUI widget UX:
- Removed Apply button. The selected profile will be applied automatically.
- The widget can be closed by pressing Esc button.
- Updated taskbar icon and fixed scaling issues.
- Implemented native DBus notifications both for applet and widget.
Changes
- Performed code optimizations.
- Reorganized C++ headers.
- Reduced the number of QString allocations.
Release 0.3.0
Changes
- Merged Applet and GUI versions into a single application.
- Removed duplicate launcher.
- Implemented automatic fallback to GUI version for desktop environments without system tray support.
- Code refactoring.
- Updated documentation.
Changes in metainfo
- Added new screenshots with descriptions.
- Added information about developers.
- Fixed issues with application's icon.
Release 0.2.1
Changes in metainfo
- Switched to use auto-generated URL and description.
- Updated project description.
- Added releases section.
Release 0.2.0
New
- Added RPM package for Fedora.
- Added Flatpak build support.
- Added checks if the Tuned service is running. The Tuned service can be started automatically if not running.
- Added localizations support.
- Added a taskbar icon for the GUI application.
- Added Doxygen support.
Changes
- Fixed issues with tray and taskbar icons.
- Performed code cleanup and optimizations.
- Slightly optimized CMake build scripts.
- Different minor bug fixes.
Release 0.1.0
First public release.