65 lines
1.5 KiB
Markdown
65 lines
1.5 KiB
Markdown
# Changelog
|
|
|
|
All notable changes to this project will be documented in this file.
|
|
|
|
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
|
|
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
|
|
|
|
## [unreleased]
|
|
|
|
### Added
|
|
|
|
- Add cursor top_left_arrow #10 #11
|
|
|
|
### Changed
|
|
|
|
- Fix `None` value warning in `builder/symlinks.py`
|
|
|
|
## [v1.0.3] - 13 Nov 2021
|
|
|
|
### Added
|
|
|
|
- `Makefile` command with `THEME_PREFIX` variable
|
|
- distributed pling products docs inside `pling` directory
|
|
- `prepare` command added inside `Makefile`
|
|
- upload `BreezeX-Black` artifacts in `build` GitHub Action
|
|
|
|
### Changed
|
|
|
|
- sponsor with liberapay
|
|
- builder module renamed to `src`
|
|
- bitmapping log more descriptive
|
|
- minimal `README.md` (removed badges and emojis)
|
|
|
|
## [v1.0.2] - 20 June 2021
|
|
|
|
### Added
|
|
|
|
- **BreezeX-Black** variant added
|
|
|
|
### Changed
|
|
|
|
- Bigger hotspot dot for Resize cursors
|
|
- Windows resize cursors scale down
|
|
- `text` & `vertical-text` cursors scale down
|
|
|
|
## [v1.0.1] - 16 June 2021
|
|
|
|
### Changed
|
|
|
|
- `left_ptr_watch` and `wait` got minimal design
|
|
- Cursors preview updated
|
|
|
|
## [v1.0.0] - 14 June 2021
|
|
|
|
### Added
|
|
|
|
- Initial release 🎊
|
|
- Logo and badges
|
|
- CI/CD Pipelines
|
|
|
|
[unreleased]: https://github.com/ful1e5/BreezeX_Cursor/compare/v1.0.2...main
|
|
[v1.0.2]: https://github.com/ful1e5/BreezeX_Cursor/compare/v1.0.1...v1.0.2
|
|
[v1.0.1]: https://github.com/ful1e5/BreezeX_Cursor/compare/v1.0.0...v1.0.1
|
|
[v1.0.0]: https://github.com/ful1e5/BreezeX_Cursor/tree/v1.0.0
|