This is the first release candidate of v1.0.0
which implements our new build system. For further information on what it includes, see the release notes in https://github.com/catppuccin/gtk/releases/tag/v1.0.0-alpha.
The README has been overhauled and the installation script has been updated. For example, to install Catppuccin Mocha with the blue accent:
$ curl -LsS "https://raw.githubusercontent.com/catppuccin/gtk/main/install.py" -o install.py
$ python3 install.py mocha blue
[catppuccin-gtk] [INFO] - Installation info:
flavor: mocha
accent: blue
dest: /home/****/.local/share/themes
link: False
remote_url: https://github.com/catppuccin/gtk/releases/download/v1.0.0-rc1/catppuccin-mocha-blue-standard+default.zip
[catppuccin-gtk] [INFO] - Starting download...
[catppuccin-gtk] [INFO] - Response status: 200
[catppuccin-gtk] [INFO] - Download finished, zip is valid
[catppuccin-gtk] [INFO] - Verifying download..
[catppuccin-gtk] [INFO] - Download verified
[catppuccin-gtk] [INFO] - Extracting...
[catppuccin-gtk] [INFO] - Extraction complete
[catppuccin-gtk] [INFO] - Theme installation complete!
We still have minor improvements and slight regressions to fix but this release should more or less match the quality of the previous releases. Please provide feedback in the related GitHub discussion!
Last but not least, full credit to @nullishamy who spent days understanding the existing build system and re-implementing it from scratch! We wouldn't have this release without her ❤️
What's Changed
- build: new build system by @nullishamy in #178
- docs: update readme to support new build system (#183) by @nullishamy in #185
- refactor: build scripts by @nullishamy in #186
Full Changelog: v0.7.5...v1.0.0-rc1