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
13
CHANGELOG.md
13
CHANGELOG.md
|
@ -7,9 +7,22 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
|
|||
|
||||
## [unreleased]
|
||||
|
||||
## [v1.1.6] - 13 Aug 2021
|
||||
|
||||
### Added
|
||||
|
||||
- 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
|
||||
|
||||
|
|
|
@ -134,7 +134,7 @@ sudo mv macOSBigSur /usr/share/icons/
|
|||
<!-- Preview -->
|
||||
|
||||
<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>
|
||||
<sub>macOSBigSur Cursors 🍎</sub>
|
||||
</p>
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
{
|
||||
"name": "apple_cursor_bitmapper",
|
||||
"version": "1.1.5",
|
||||
"version": "1.1.6",
|
||||
"main": "index.js",
|
||||
"scripts": {
|
||||
"render": "yarn ts-node src/index.ts"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue