🚀 prepare v1.1.6

This commit is contained in:
ful1e5 2021-08-13 14:50:24 +05:30
parent cd0f67f8bb
commit 0a83b95dc4
3 changed files with 16 additions and 3 deletions

View file

@ -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

View file

@ -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>

View file

@ -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"