This repository has been archived by the owner on Jul 23, 2024. It is now read-only.
0.4.0: Preparation to the X
Gradience version 0.4.0 is a preparation for 0.8.0, the next major release that will bring GNOME Shell theming support and other long awaited features. Version 0.4.0 introduces a CLI interface, some bug fixes and general quality of life improvement changes.
- Added CLI interface, useful for creating scripts or for those who prefer terminal tools (CLI guide available here)
- Now Gradience warns user when switching to other presets, if current one has unsaved changes
- When running Gradience from terminal, you will see easier to understand error messages, thanks to new logging facility
- Preset preview button and "Repositories" tab in Preset Manager have been disabled due to lack of proper implementation
- Fixed color palette leaking into preset variables in some rare occasions
- Fixed
list index out of range
error in "Custom CSS Editor" - Fixed sorting in "Explore" tab of Preset Manager not working with non-English locales
- Codebase is now linted by
pylint
- Start moving out remaining backend functions from
frontend
modules - Now Gradience will internally use hexadecimal color values or RGBA formatted colors if transparency is provided
- Translation updates
Full Changelog: 0.3.3...0.4.0
@GradienceTeam and the contributors