diff --git a/.release-please-manifest.json b/.release-please-manifest.json index 2537c1f1..37fcefaa 100644 --- a/.release-please-manifest.json +++ b/.release-please-manifest.json @@ -1,3 +1,3 @@ { - ".": "0.4.0" + ".": "1.0.0" } diff --git a/CHANGELOG.md b/CHANGELOG.md index bb2789c5..524b7b7a 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,26 @@ # Changelog +## [1.0.0](https://github.com/catppuccin/cursors/compare/v0.4.0...v1.0.0) (2024-10-20) + + +### ⚠ BREAKING CHANGES + +* generate all sizes of cursors from 16px -> 96px + +### Features + +* use breeze scripts to build xcursors & plasma scalable SVGs ([3c9b12e](https://github.com/catppuccin/cursors/commit/3c9b12e9f209689aba221053d8e5d9f6bfa26872)) + + +### Bug Fixes + +* generate all sizes of cursors from 16px -> 96px ([3c9b12e](https://github.com/catppuccin/cursors/commit/3c9b12e9f209689aba221053d8e5d9f6bfa26872)) + + +### Build system & distribution + +* generate SVGs at runtime with catppuccin/whiskers ([56d43e4](https://github.com/catppuccin/cursors/commit/56d43e48faadbda5d3d2429a720a9b34d81f8175)) + ## [0.4.0](https://github.com/catppuccin/cursors/compare/v0.3.1...v0.4.0) (2024-10-14) diff --git a/README.md b/README.md index c45a4544..4d83502f 100644 --- a/README.md +++ b/README.md @@ -43,7 +43,7 @@ This project is a modification of [Volantes Cursors](https://github.com/varlesh/ -1. Download your preferred flavor and accent from the [latest GitHub release](https://github.com/catppuccin/cursors/releases/tag/v0.4.0). +1. Download your preferred flavor and accent from the [latest GitHub release](https://github.com/catppuccin/cursors/releases/tag/v1.0.0). 1. Extract the downloaded zip to one of the following locations: @@ -56,7 +56,7 @@ This project is a modification of [Volantes Cursors](https://github.com/varlesh/ ```bash cd $HOME/.icons # or `/usr/share/icons` -curl -LOsS https://github.com/catppuccin/cursors/releases/download/v0.4.0/catppuccin-frappe-blue-cursors.zip +curl -LOsS https://github.com/catppuccin/cursors/releases/download/v1.0.0/catppuccin-frappe-blue-cursors.zip unzip catppuccin-frappe-blue-cursors.zip ``` diff --git a/build b/build index f38bf0cc..52b57a1a 100755 --- a/build +++ b/build @@ -49,7 +49,7 @@ compile_hyprcursors() { cat >"$out_dir"/manifest.hl <<-EOM name = ${theme_name%-cursors} description = ${theme_comment#Comment=} -version = "v0.4.0" # x-release-please-version +version = "v1.0.0" # x-release-please-version cursors_directory = hyprcursors EOM }