🚀 Prepare v1.1.0

This commit is contained in:
ful1e5 2021-02-06 20:10:33 +05:30
parent 8b9165dab7
commit 5c5ad2099d
3 changed files with 26 additions and 2 deletions

View file

@ -7,6 +7,30 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
## [unreleased]
## [1.1.0] - 7 Feb 2021
### Added
- Smooth animation of `Animated Cursors`
- Auto-Package by `clickgen`
- Customize & Build with `make`
- Organized project
- Builder with `setup.py`
- Cursors design #33 **fixed**
### Changed
- Variable length frames render **fixed**
- Minimum frames rendering added.
- Windows cursors are renamed
- cursor's config moved to `builder/applbuild/constants.py`
## [1.0.6] - 1 Nov 2020
### Added
- `left_ptr_watch` with **blue pinwheel**
### Changed
- `build.log` removed feature in **clickgen v1.1.8**

View file

@ -1,6 +1,6 @@
{
"name": "apple_cursor_bitmapper",
"version": "1.0.8",
"version": "1.1.0",
"main": "index.js",
"scripts": {
"watch": "nodemon --inspect src/index.ts",

View file

@ -5,7 +5,7 @@ from setuptools import setup
setup(
name="applbuild",
version="1.0.8",
version="1.1.0",
description="Generate 'macOSBigSur' cursor theme from PNGs file",
url="https://github.com/ful1e5/apple_cursor",
packages=["applbuild"],