Skip to content

0.4.0: Preparation to the X

Compare
Choose a tag to compare
@daudix daudix released this 09 Feb 14:46
· 988 commits to main since this release
e42b02c

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

Gradience CLI

Full Changelog: 0.3.3...0.4.0

@GradienceTeam and the contributors