Skip to content
This repository has been archived by the owner on Jun 2, 2024. It is now read-only.

v1.0.0-rc1

Compare
Choose a tag to compare
@github-actions github-actions released this 20 May 01:06
· 42 commits to main since this release
v1.0.0-rc1
9625cc3

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

Full Changelog: v0.7.5...v1.0.0-rc1