File tree Expand file tree Collapse file tree 3 files changed +27
-4
lines changed
Expand file tree Collapse file tree 3 files changed +27
-4
lines changed Original file line number Diff line number Diff 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
Original file line number Diff line number Diff line change 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
Original file line number Diff line number Diff line change 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"
You canβt perform that action at this time.
0 commit comments