mirror of
https://github.com/ful1e5/apple_cursor.git
synced 2025-05-15 07:34:44 -04:00
🚀 prepare v1.2.0
This commit is contained in:
parent
5a973ee016
commit
0ff94f566a
3 changed files with 27 additions and 4 deletions
20
CHANGELOG.md
20
CHANGELOG.md
|
@ -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
|
||||
|
@ -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
|
||||
|
|
|
@ -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">
|
||||
|
@ -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
|
||||
|
|
|
@ -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"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue