From 2a08ad55b61258529d67ab2a1c9f179b26b815a2 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Fri, 25 Oct 2024 22:09:04 +0100 Subject: [PATCH] chore(main): release 1.0.1 (#50) Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com> --- .release-please-manifest.json | 2 +- CHANGELOG.md | 12 ++++++++++++ README.md | 4 ++-- build | 2 +- 4 files changed, 16 insertions(+), 4 deletions(-) diff --git a/.release-please-manifest.json b/.release-please-manifest.json index 37fcefaa..8d7e5f13 100644 --- a/.release-please-manifest.json +++ b/.release-please-manifest.json @@ -1,3 +1,3 @@ { - ".": "1.0.0" + ".": "1.0.1" } diff --git a/CHANGELOG.md b/CHANGELOG.md index 524b7b7a..b3497bcb 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,17 @@ # Changelog +## [1.0.1](https://github.com/catppuccin/cursors/compare/v1.0.0...v1.0.1) (2024-10-25) + + +### Bug Fixes + +* pointer & corner hotspots ([#47](https://github.com/catppuccin/cursors/issues/47)) ([5a5a4a9](https://github.com/catppuccin/cursors/commit/5a5a4a9d5d3159ff51170e2107732f77aff12607)) + + +### Build system & distribution + +* maintain symlinks in built zips ([#51](https://github.com/catppuccin/cursors/issues/51)) ([571d2b6](https://github.com/catppuccin/cursors/commit/571d2b6321b47ad3f0646399d77a896d3f990a02)) + ## [1.0.0](https://github.com/catppuccin/cursors/compare/v0.4.0...v1.0.0) (2024-10-20) diff --git a/README.md b/README.md index 4d83502f..1b8dd458 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/v1.0.0). +1. Download your preferred flavor and accent from the [latest GitHub release](https://github.com/catppuccin/cursors/releases/tag/v1.0.1). 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/v1.0.0/catppuccin-frappe-blue-cursors.zip +curl -LOsS https://github.com/catppuccin/cursors/releases/download/v1.0.1/catppuccin-frappe-blue-cursors.zip unzip catppuccin-frappe-blue-cursors.zip ``` diff --git a/build b/build index 52b57a1a..b3651eae 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 = "v1.0.0" # x-release-please-version +version = "v1.0.1" # x-release-please-version cursors_directory = hyprcursors EOM }