Skip to content

Commit

Permalink
πŸš€ prepare v1.2.0
Browse files Browse the repository at this point in the history
  • Loading branch information
ful1e5 committed Aug 25, 2021
1 parent 5a973ee commit 0ff94f5
Show file tree
Hide file tree
Showing 3 changed files with 27 additions and 4 deletions.
20 changes: 19 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,23 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0

## [unreleased]

## [v1.2.0] - 25 Aug 2021

### Added

- Dark branding
- Multiple config supports inside bitmapper
- `macOSBigSur-White` CI added inside `build.yml`

### Changed

- Drop shadow removed from `plus.svg`
- Key colors added inside `.svg` files
- `builder/src` configured as dynamic comment and theme-name
- `builder/Makefile` updated
- `Makefile` with macOSBigSur-White cursor theme
- `PULL_REQUEST_TEMPLATE.md` template updated

## [v1.1.6] - 13 Aug 2021

### Added
Expand Down Expand Up @@ -212,7 +229,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
- Logo and badges
- CI/CD Pipelines

[unreleased]: https://github.com/ful1e5/apple_cursor/compare/v1.1.6...main
[unreleased]: https://github.com/ful1e5/apple_cursor/compare/v1.2.0...main
[v1.2.0]: https://github.com/ful1e5/apple_cursor/compare/v1.1.6...v1.2.0
[v1.1.6]: https://github.com/ful1e5/apple_cursor/compare/v1.1.5...v1.1.6
[v1.1.5]: https://github.com/ful1e5/apple_cursor/compare/v1.1.4...v1.1.5
[v1.1.4]: https://github.com/ful1e5/apple_cursor/compare/v1.1.3...v1.1.4
Expand Down
9 changes: 7 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
<!-- Branding -->
<p align="center">
<img src="https://i.imgur.com/GVLFmwF.png" width="120" alt="macOS Big Sur" />
<img src="https://imgur.com/pWbaCpA.png" width="120" alt="macOSBigSur" />
</p>

<p align="center">
Expand Down Expand Up @@ -134,11 +134,16 @@ sudo mv macOSBigSur /usr/share/icons/
<!-- Preview -->

<p align="center">
<img title="macOS Big Sur" src="https://imgur.com/7QYBFiK.png">
<img title="macOSBigSur" src="https://imgur.com/JWdEEmD.png">
</br>
<sub>macOSBigSur Cursors 🍎</sub>
</p>

<p align="center">
<img title="macOSBigSur White" src="https://imgur.com/isFs6UM.png">
</br>
<sub>macOSBigSur White Cursors 🍎</sub>
</p>
<!-- Build Dependencies -->

# Dependencies
Expand Down
2 changes: 1 addition & 1 deletion bitmapper/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "apple_cursor_bitmapper",
"version": "1.1.6",
"version": "1.2.0",
"main": "index.js",
"scripts": {
"render": "yarn ts-node src/index.ts"
Expand Down

0 comments on commit 0ff94f5

Please sign in to comment.