Skip to content

Commit 3c8ec31

Browse files
committed
Prepare v2.0.0
1 parent 665c488 commit 3c8ec31

File tree

4 files changed

+34
-30
lines changed

4 files changed

+34
-30
lines changed

CHANGELOG.md

+27-23
Original file line numberDiff line numberDiff line change
@@ -7,23 +7,26 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
77

88
## [unreleased]
99

10+
## [v2.0.0] - 11 October 2021
11+
1012
### Added
1113

1214
- Add cursor top_left_arrow ful1e5/BreezeX_Cursor#10 ful1e5/BreezeX_Cursor#11
15+
- ci: runner updated `linux`, `windows` and `macos`
1316

1417
### Changed
1518

1619
- refactor: Removed unnecessary source code
1720
- Some cursors are very blurry on lower sizes fixed #74
1821
- README.md: removed unnecessary colors fixed #81
1922
- README.md: Updated build docs
20-
- fixed #87
21-
- fixed #84
22-
- fixed #83
23-
- fixed #82
24-
- fixed #68
23+
- fixed #87 Bigger size Windows cursor
24+
- fixed #84 Resolution problem in Windows
25+
- fixed #83 Larger version for Windows
26+
- fixed #82 Wrong hotspot in work.ani (Windows)
27+
- fixed #68 Increasing font sizes in Windows problem
2528

26-
## [v1.2.3] - 23 Nov 2021
29+
## [v1.2.3] - 23 November 2021
2730

2831
### Added
2932

@@ -44,7 +47,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
4447
- bitmapper `core` as node package
4548
- macOSBigSur .svg files moved to `svgs/bigsur` directory
4649

47-
## [v1.2.2] - 31 Oct 2021
50+
## [v1.2.2] - 31 October 2021
4851

4952
### Added
5053

@@ -58,7 +61,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
5861
- cursor preview updated
5962
- project description changed
6063

61-
## [v1.2.1] - 14 Oct 2021
64+
## [v1.2.1] - 14 October 2021
6265

6366
### Added
6467

@@ -70,7 +73,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
7073
- docs: pling documents renamed to `pling/` directory.
7174
- build: logging character updated
7275

73-
## [v1.2.0] - 25 Aug 2021
76+
## [v1.2.0] - 25 August 2021
7477

7578
### Added
7679

@@ -87,12 +90,12 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
8790
- `Makefile` with macOSBigSur-White cursor theme
8891
- `PULL_REQUEST_TEMPLATE.md` template updated
8992

90-
## [v1.1.6] - 13 Aug 2021
93+
## [v1.1.6] - 13 August 2021
9194

9295
### Added
9396

9497
- Support button inside PLING.bbcode product page
95-
- `make prepare` command for preparing bibata binaries
98+
- `make prepare` command for preparing binaries
9699
- `pyrightconfig.json` init
97100

98101
### Changed
@@ -105,7 +108,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
105108
- `Makefile` build commands re-arrange with groups
106109
- `crosshair` cursors border added fixed #59
107110

108-
## [v1.1.5] - 21 Jun 2021
111+
## [v1.1.5] - 21 June 2021
109112

110113
### Added
111114

@@ -116,7 +119,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
116119
- `applbuild` modules relative imports
117120
- Removed `setup.py` from `builder/`
118121

119-
## [v1.1.4] - 4 Apr 2021
122+
## [v1.1.4] - 4 April 2021
120123

121124
### Added
122125

@@ -138,7 +141,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
138141
- Add Shadows / Drop Shadows to arrow cursor fixed #45 (check 29ab657)
139142
- Fixed Windows HiDPi issue #43 (check 7b49e34)
140143

141-
## [v1.1.3] - 21 Feb 2021
144+
## [v1.1.3] - 21 February 2021
142145

143146
### Added
144147

@@ -148,7 +151,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
148151

149152
- Preview with shadows cursors
150153

151-
## [v1.1.2] - 15 Feb 2021
154+
## [v1.1.2] - 15 February 2021
152155

153156
### Added
154157

@@ -159,13 +162,13 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
159162
- Dynamic make install
160163
- #39 Corner resize cursors are inverted fixed
161164

162-
## [v1.1.1] - 9 Feb 2021
165+
## [v1.1.1] - 9 February 2021
163166

164167
### Changed
165168

166169
- Cursor is not in expected position fixed #37
167170

168-
## [v1.1.0] - 7 Feb 2021
171+
## [v1.1.0] - 7 February 2021
169172

170173
### Added
171174

@@ -183,7 +186,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
183186
- Windows cursors are renamed
184187
- cursor's config moved to `builder/applbuild/constants.py`
185188

186-
## [v1.0.6] - 1 Nov 2020
189+
## [v1.0.6] - 1 November 2020
187190

188191
### Added
189192

@@ -196,7 +199,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
196199
- Removed npm scripts & documentation (`yon` package removed)
197200
- npm dependencies got upgraded (**dependabot** 🤖 security warning)
198201

199-
## [v1.0.6] - 1 Nov 2020
202+
## [v1.0.6] - 1 November 2020
200203

201204
### Added
202205

@@ -211,7 +214,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
211214
- Cursor **preview** updated
212215
- `hand2` lines fixed.(from pling.com @peotincelogy)
213216

214-
## [v1.0.5] - 23 Oct 2020
217+
## [v1.0.5] - 23 October 2020
215218

216219
### Added
217220

@@ -224,7 +227,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
224227
- Windows **wrong resize** cursor fix.
225228
- README.md docs & Table of Content refactor.
226229

227-
## [v1.0.4] - 25 Sept 2020
230+
## [v1.0.4] - 25 September 2020
228231

229232
### Changed
230233

@@ -292,8 +295,9 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
292295
- Logo and badges
293296
- CI/CD Pipelines
294297

295-
[unreleased]: https://github.com/ful1e5/apple_cursor/compare/v1.2.3...main
296-
[v1.2.3]: https://github.com/ful1e5/apple_cursor/compare/v1.2.3...v1.2.3
298+
[unreleased]: https://github.com/ful1e5/apple_cursor/compare/v2.0.0...main
299+
[v2.0.0]: https://github.com/ful1e5/apple_cursor/compare/v1.2.3...v2.0.0
300+
[v1.2.3]: https://github.com/ful1e5/apple_cursor/compare/v1.2.2...v1.2.3
297301
[v1.2.2]: https://github.com/ful1e5/apple_cursor/compare/v1.2.1...v1.2.2
298302
[v1.2.1]: https://github.com/ful1e5/apple_cursor/compare/v1.2.0...v1.2.1
299303
[v1.2.0]: https://github.com/ful1e5/apple_cursor/compare/v1.1.6...v1.2.0

LICENSE

+3-3
Original file line numberDiff line numberDiff line change
@@ -631,8 +631,8 @@ to attach them to the start of each source file to most effectively
631631
state the exclusion of warranty; and each file should have at least
632632
the "copyright" line and a pointer to where the full notice is found.
633633

634-
<one line to give the program's name and a brief idea of what it does.>
635-
Copyright (C) <year> <name of author>
634+
Open source macOS Cursors.
635+
Copyright (C) 2022 Abdulkaiz Khatri
636636

637637
This program is free software: you can redistribute it and/or modify
638638
it under the terms of the GNU General Public License as published by
@@ -652,7 +652,7 @@ Also add information on how to contact you by electronic and paper mail.
652652
If the program does terminal interaction, make it output a short
653653
notice like this when it starts in an interactive mode:
654654

655-
<program> Copyright (C) <year> <name of author>
655+
apple_cursor Copyright (C) 2022 Abdulkaiz Khatri
656656
This program comes with ABSOLUTELY NO WARRANTY; for details type `show w'.
657657
This is free software, and you are welcome to redistribute it
658658
under certain conditions; type `show c' for details.

README.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -160,7 +160,7 @@ customize sizes, target platform, and etc. with the `ctgen` CLI (packed with `cl
160160

161161
#### `yarn build` aberration
162162

163-
Here are the default commands we used to build the Bibata's variants and packed them into `yarn build`:
163+
Here are the default commands we used to build the macOS variants and packed them into `yarn build`:
164164

165165
```bash
166166
npx cbmp -d 'svg/bigsur' -n 'macOS-BigSur' -bc '#000000' -oc '#FFFFFF'
@@ -218,7 +218,7 @@ After installing dependencies you can customize the colors via `npx cbmp` Node C
218218

219219
##### `yarn render` aberration
220220

221-
Here are the default commands we used for generating the Bibata's bitmaps and packed them into `yarn render`:
221+
Here are the default commands we used for generating the macOS bitmaps and packed them into `yarn render`:
222222

223223
```bash
224224
npx cbmp -d 'svg/bigsur' -n 'macOS-BigSur' -bc '#000000' -oc '#FFFFFF'

release.sh

+2-2
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ names["macOS-Monterey-White"]="macOS Monterey White Cursors"
1111
# Cleanup old builds
1212
rm -rf themes bin
1313

14-
# Building Bibata XCursor binaries
14+
# Building macOS XCursor binaries
1515
for key in "${!names[@]}";
1616
do
1717
comment="${names[$key]}";
@@ -21,7 +21,7 @@ do
2121
done
2222

2323

24-
# Building Bibata Windows binaries
24+
# Building macOS Windows binaries
2525
for key in "${!names[@]}";
2626
do
2727
comment="${names[$key]}";

0 commit comments

Comments
 (0)