📃 Changeslog

This commit is contained in:
ful1e5 2021-03-31 16:59:30 +05:30
parent b34d7938aa
commit 31d4b241f0

View file

@ -7,27 +7,44 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
## [unreleased] ## [unreleased]
## [1.1.3] - 21 Feb 2021 ### Added
- use `clickgen.packagers` for packaging **X11/UNIX** cursors
- typing supports from `clickgen` (v1.1.9)
- Set clickgen version to v1.1.9 inside `builder/setup.py`
- `Pillow` version locked at **8.1.1** by clickgen **v1.1.9**
- **2 Space** format in `bitmapper`
- Sphinx based docsstring in `builder/applbuild`
### Changed ### Changed
- Preview with shadows cursors - Clean builder cache on every `make` commands
- Apple Cursors builder `applbuild` install as system level
- Removed python3 virtual environment from `builder/Makefile`
- **clean** target fixed in `builder/Makefile`
- Format `svg` files
## [1.1.3] - 21 Feb 2021
### Added ### Added
- Shadow underneath cursor #41 fixed - Shadow underneath cursor #41 fixed
### Changed
- Preview with shadows cursors
## [1.1.2] - 15 Feb 2021 ## [1.1.2] - 15 Feb 2021
### Added
- `reinstall` target added in project **makeFile**
### Changed ### Changed
- Dynamic make install - Dynamic make install
- #39 Corner resize cursors are inverted fixed - #39 Corner resize cursors are inverted fixed
### Added
- `reinstall` target added in project **makeFile**
## [1.1.1] - 9 Feb 2021 ## [1.1.1] - 9 Feb 2021
### Changed ### Changed