Skip to content

Commit

Permalink
chore(main): release 0.4.0 (#30)
Browse files Browse the repository at this point in the history
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
  • Loading branch information
github-actions[bot] authored Oct 14, 2024
1 parent 4bcb0c1 commit 7fdefc1
Show file tree
Hide file tree
Showing 4 changed files with 16 additions and 4 deletions.
2 changes: 1 addition & 1 deletion .release-please-manifest.json
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
{
".": "0.3.1"
".": "0.4.0"
}
12 changes: 12 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,17 @@
# Changelog

## [0.4.0](https://github.com/catppuccin/cursors/compare/v0.3.1...v0.4.0) (2024-10-14)


### Features

* support Plasma's SVG cursors implementation ([#37](https://github.com/catppuccin/cursors/issues/37)) ([4bcb0c1](https://github.com/catppuccin/cursors/commit/4bcb0c163f5240b78627b7d246e24465b388538b))


### Build system & distribution

* **release-please:** remove `draft: true` ([#38](https://github.com/catppuccin/cursors/issues/38)) ([71c2d66](https://github.com/catppuccin/cursors/commit/71c2d66b1d5e4936efbfe726f080062ec003ee04))

## [0.3.1](https://github.com/catppuccin/cursors/compare/v0.3.0...v0.3.1) (2024-06-09)


Expand Down
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@ This project is a modification of [Volantes Cursors](https://github.com/varlesh/

<!-- x-release-please-start-version -->

1. Download your preferred flavor and accent from the [latest GitHub release](https://github.com/catppuccin/cursors/releases/tag/v0.3.1).
1. Download your preferred flavor and accent from the [latest GitHub release](https://github.com/catppuccin/cursors/releases/tag/v0.4.0).

1. Extract the downloaded zip to one of the following locations:

Expand All @@ -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.3.1/catppuccin-frappe-blue-cursors.zip
curl -LOsS https://github.com/catppuccin/cursors/releases/download/v0.4.0/catppuccin-frappe-blue-cursors.zip
unzip catppuccin-frappe-blue-cursors.zip
```

Expand Down
2 changes: 1 addition & 1 deletion build
Original file line number Diff line number Diff line change
Expand Up @@ -111,7 +111,7 @@ compile_hyprcursors() {
cat >"$out_dir"/manifest.hl <<-EOM
name = ${theme_name%-cursors}
description = ${theme_comment#Comment=}
version = "v0.3.1" # x-release-please-version
version = "v0.4.0" # x-release-please-version
cursors_directory = hyprcursors
EOM
}
Expand Down

0 comments on commit 7fdefc1

Please sign in to comment.