mirror of
https://github.com/ful1e5/apple_cursor.git
synced 2025-05-13 06:34:41 -04:00
🚀 prepare v1.1.6
This commit is contained in:
parent
cd0f67f8bb
commit
0a83b95dc4
3 changed files with 16 additions and 3 deletions
15
CHANGELOG.md
15
CHANGELOG.md
|
@ -7,9 +7,22 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
|
||||||
|
|
||||||
## [unreleased]
|
## [unreleased]
|
||||||
|
|
||||||
|
## [v1.1.6] - 13 Aug 2021
|
||||||
|
|
||||||
### Added
|
### Added
|
||||||
|
|
||||||
-Support button inside PLING.bbcode product page
|
- Support button inside PLING.bbcode product page
|
||||||
|
- `make prepare` command for preparing bibata binaries
|
||||||
|
- `pyrightconfig.json` init
|
||||||
|
|
||||||
|
### Changed
|
||||||
|
|
||||||
|
- Removed **clean** target from `builder/Makefile`
|
||||||
|
- Compact code inside `builder/*`
|
||||||
|
- Remove `setup.py`
|
||||||
|
- Builder code moved to `src`
|
||||||
|
- Import `src` module directly inside `build.py`
|
||||||
|
- `Makefile` build commands re-arrange with groups
|
||||||
|
|
||||||
## [v1.1.5] - 21 Jun 2021
|
## [v1.1.5] - 21 Jun 2021
|
||||||
|
|
||||||
|
|
|
@ -134,7 +134,7 @@ sudo mv macOSBigSur /usr/share/icons/
|
||||||
<!-- Preview -->
|
<!-- Preview -->
|
||||||
|
|
||||||
<p align="center">
|
<p align="center">
|
||||||
<img title="macOS Big Sur" src="https://i.imgur.com/6BLMieI.png">
|
<img title="macOS Big Sur" src="https://imgur.com/7QYBFiK.png">
|
||||||
</br>
|
</br>
|
||||||
<sub>macOSBigSur Cursors 🍎</sub>
|
<sub>macOSBigSur Cursors 🍎</sub>
|
||||||
</p>
|
</p>
|
||||||
|
|
|
@ -1,6 +1,6 @@
|
||||||
{
|
{
|
||||||
"name": "apple_cursor_bitmapper",
|
"name": "apple_cursor_bitmapper",
|
||||||
"version": "1.1.5",
|
"version": "1.1.6",
|
||||||
"main": "index.js",
|
"main": "index.js",
|
||||||
"scripts": {
|
"scripts": {
|
||||||
"render": "yarn ts-node src/index.ts"
|
"render": "yarn ts-node src/index.ts"
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue