Skip to content

Commit 0ff94f5

Browse files
committed
πŸš€ prepare v1.2.0
1 parent 5a973ee commit 0ff94f5

File tree

3 files changed

+27
-4
lines changed

3 files changed

+27
-4
lines changed

β€ŽCHANGELOG.mdβ€Ž

Lines changed: 19 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,23 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
77

88
## [unreleased]
99

10+
## [v1.2.0] - 25 Aug 2021
11+
12+
### Added
13+
14+
- Dark branding
15+
- Multiple config supports inside bitmapper
16+
- `macOSBigSur-White` CI added inside `build.yml`
17+
18+
### Changed
19+
20+
- Drop shadow removed from `plus.svg`
21+
- Key colors added inside `.svg` files
22+
- `builder/src` configured as dynamic comment and theme-name
23+
- `builder/Makefile` updated
24+
- `Makefile` with macOSBigSur-White cursor theme
25+
- `PULL_REQUEST_TEMPLATE.md` template updated
26+
1027
## [v1.1.6] - 13 Aug 2021
1128

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

215-
[unreleased]: https://github.com/ful1e5/apple_cursor/compare/v1.1.6...main
232+
[unreleased]: https://github.com/ful1e5/apple_cursor/compare/v1.2.0...main
233+
[v1.2.0]: https://github.com/ful1e5/apple_cursor/compare/v1.1.6...v1.2.0
216234
[v1.1.6]: https://github.com/ful1e5/apple_cursor/compare/v1.1.5...v1.1.6
217235
[v1.1.5]: https://github.com/ful1e5/apple_cursor/compare/v1.1.4...v1.1.5
218236
[v1.1.4]: https://github.com/ful1e5/apple_cursor/compare/v1.1.3...v1.1.4

β€ŽREADME.mdβ€Ž

Lines changed: 7 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
<!-- Branding -->
22
<p align="center">
3-
<img src="https://i.imgur.com/GVLFmwF.png" width="120" alt="macOS Big Sur" />
3+
<img src="https://imgur.com/pWbaCpA.png" width="120" alt="macOSBigSur" />
44
</p>
55

66
<p align="center">
@@ -134,11 +134,16 @@ sudo mv macOSBigSur /usr/share/icons/
134134
<!-- Preview -->
135135

136136
<p align="center">
137-
<img title="macOS Big Sur" src="https://imgur.com/7QYBFiK.png">
137+
<img title="macOSBigSur" src="https://imgur.com/JWdEEmD.png">
138138
</br>
139139
<sub>macOSBigSur Cursors 🍎</sub>
140140
</p>
141141

142+
<p align="center">
143+
<img title="macOSBigSur White" src="https://imgur.com/isFs6UM.png">
144+
</br>
145+
<sub>macOSBigSur White Cursors 🍎</sub>
146+
</p>
142147
<!-- Build Dependencies -->
143148

144149
# Dependencies

β€Žbitmapper/package.jsonβ€Ž

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "apple_cursor_bitmapper",
3-
"version": "1.1.6",
3+
"version": "1.2.0",
44
"main": "index.js",
55
"scripts": {
66
"render": "yarn ts-node src/index.ts"

0 commit comments

Comments
Β (0)