mirror of
https://github.com/ful1e5/apple_cursor.git
synced 2025-05-15 07:34:44 -04:00
🚀 Prepare v1.1.0
This commit is contained in:
parent
8b9165dab7
commit
5c5ad2099d
3 changed files with 26 additions and 2 deletions
24
CHANGELOG.md
24
CHANGELOG.md
|
@ -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**
|
||||
|
|
|
@ -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",
|
||||
|
|
|
@ -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"],
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue