diff --git a/CHANGELOG.md b/CHANGELOG.md index 082ba51..8e3385a 100644 --- a/CHANGELOG.md +++ b/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 diff --git a/README.md b/README.md index 8ad37da..48d1c36 100644 --- a/README.md +++ b/README.md @@ -1,6 +1,6 @@

- macOS Big Sur + macOSBigSur

@@ -134,11 +134,16 @@ sudo mv macOSBigSur /usr/share/icons/

- +
macOSBigSur Cursors 🍎

+

+ +
+ macOSBigSur White Cursors 🍎 +

# Dependencies diff --git a/bitmapper/package.json b/bitmapper/package.json index 2c441b4..b97ffa0 100644 --- a/bitmapper/package.json +++ b/bitmapper/package.json @@ -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"