Bibata_Cursor/CHANGELOG.md

170 lines
5.4 KiB
Markdown
Raw Normal View History

2020-08-13 07:28:59 -04:00
# 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]
2020-11-13 06:41:53 -05:00
### Added
- **Bibata Rainbow** (semi-animated) cursors.
2020-11-14 06:38:21 -05:00
- **Bibata Rainbow** workflow file added `bibata-rainbow-ci.yml`
2020-11-13 06:41:53 -05:00
- **semi-animated** cursors `.svg` parsing support in `bibata-core`
### Changed
2020-11-14 06:38:21 -05:00
- `build` workflow changed to `bibata-ci`
2020-11-13 06:41:53 -05:00
- **Bibata** workflow file names changed to `bibata-ci.yml` & `bibata-pr.yml`
- Optimize **BitmapsGenerator** browser.
## [Bibata v1.0.3] - 10 Nov 2020
2020-11-07 07:31:12 -05:00
2020-11-05 23:24:37 -05:00
### Added
- Case insensitive `colors key` replace in **bibata-core**
2020-11-05 23:32:16 -05:00
- **Alternate.cur** added in Windows package
2020-11-05 23:54:11 -05:00
- `minimumFrames` frames handler added for animated cursors in **bibata-core**
2020-11-05 23:24:37 -05:00
2020-10-30 00:37:11 -04:00
### Changed
- Files download reference change to [pling.com](https://www.pling.com/p/1197198/) in `PLING.bbcode`
2020-11-01 23:13:00 -05:00
- Scripts in `package.json`
2020-11-05 23:32:16 -05:00
- Change reference of **Alternate.cur** to `right_ptr`
- fixed #82 improvement to X-cursor (feature request)
2020-11-05 23:24:37 -05:00
- fixed #81 Corner resize cursors are not coloured (bug)
2020-10-30 00:37:11 -04:00
2020-11-13 06:41:53 -05:00
## [Bibata v1.0.2] - 30 Oct 2020
2020-10-27 08:09:26 -04:00
2020-10-13 00:05:22 -04:00
### Added
2020-10-27 08:09:26 -04:00
- Separate **GitHib Action** workflow for **pull-request**
2020-10-14 23:29:13 -04:00
- **pkg_info.py** inside `builder` module
- `builder` module docs
2020-10-13 00:05:22 -04:00
### Changed
- Windows Resize cursors wrong implementation fixed **#76** [Reopen]
- **Rich Black** color in `watch: background` (Bibata Amber) **#78**
2020-10-24 01:01:29 -04:00
- PyPi Requirements provided inside `setup.py`
- locked clickgen to **1.1.7**
2020-10-14 23:29:13 -04:00
- Package information provider module changed to `builder/pkg_info.py`
2020-11-13 06:41:53 -05:00
## [Bibata v1.0.1] - 8 Oct 2020
2020-10-06 03:10:35 -04:00
### Added
- **[builder](./builder/)** python package
- Build only **x11** cursors by passing `--x11` flag in `build.py`
- Build only **win** cursors by passing `--win` flag in `build.py`
- Bump up **clickgen** version to **1.1.7** (KDE cursors fix patch)
2020-10-06 03:10:35 -04:00
- `22px` size added (suggestion by **@gotroot** from pling.com)
### Changed
- Browser args changed in `bibata-core` **BitmapGenerator**
- **yarn** scripts updated
- **yarn-packages** description updated
- **Installation** docs updated in [README.md](./README.md) & [PLING.bbcode](./PLING.bbcode)
- remove additional comments in **[PULL_REQUEST_TEMPLATE.md](https://github.com/ful1e5/Bibata_Cursor/commit/085221352038a199aae99f828d64b2ae91ace493)**
2020-11-13 06:41:53 -05:00
- #76 Wrong implementation resize cursors **[closed]**
- #74 `Pillow` pip requirements checking in installation of **clickgen**
2020-10-06 03:10:35 -04:00
2020-11-13 06:41:53 -05:00
## [Bibata v1.0.0] - 3 Oct 2020
2020-09-03 22:33:17 -04:00
### Changed
2020-10-01 07:55:11 -04:00
- `main` as **default** branch
- Package **size** reduced
2020-09-03 22:33:17 -04:00
- Build process with `python` & [**clickgen**](https://github.com/ful1e5/clickgen)
2020-09-05 07:43:50 -04:00
- Cursors Redesign => `all_scroll`, `pencil`, `wayland_cursor`, `xcursor` and all `pointer symbols`(with Bigger Symbols) cursors
- `Bibata Oil` is **end of life**
2020-09-03 22:33:17 -04:00
- Bitmaps Rendering with [**puppeteer**](https://github.com/puppeteer/puppeteer)
- Build Docs
### Added
2020-09-18 03:20:42 -04:00
- Bibata Original (Old Bibata)
- Windows Package with **Double Click** installation 😍
2020-09-03 22:33:17 -04:00
- Maintaining [CHANGELOG.md](./CHANGELOG.md)
- [CURSORS.md](./CURSORS.md) for all cursors information
2020-09-06 00:23:25 -04:00
- [PLING.bbcode](./PLING.bbcode) for pling.com Product page docs
2020-09-05 07:43:50 -04:00
- [GitHub Actions](https://github.com/ful1e5/Bibata_Cursor/actions) added
2020-10-01 07:55:11 -04:00
- New Build with **10x** faster rendering.
2020-09-05 07:43:50 -04:00
- Customizable Colors in **Bibata** Cursors.
2020-09-03 22:33:17 -04:00
- Auto framing in animated cursors with [**pixelmatch**](https://github.com/mapbox/pixelmatch)
2020-11-13 06:41:53 -05:00
## [Bibata v0.4.2] - 12 January 2020
2020-08-13 07:28:59 -04:00
2020-09-03 22:33:17 -04:00
### Changed
2020-08-13 07:28:59 -04:00
- same names in Oil and Classic [Fixed again]
2020-11-13 06:41:53 -05:00
## [Bibata v0.4.2.beta.1] - 22 December 2019
2020-08-13 07:28:59 -04:00
### Changed
- Bibata Logo resigned
2020-11-13 06:41:53 -05:00
## [Bibata v0.4.2.alpha.2] - 1 December 2019
2020-08-13 07:28:59 -04:00
### Added
- Fresh new Aminated cursors
- Missing KDE Cursors
- Added custom animation-delay tweak script
2020-09-03 22:33:17 -04:00
### Changed
2020-08-13 07:28:59 -04:00
- Glitch fixed in watch cursor(loading state)
- Bibata Amber Color changed to #FF8000
2020-10-01 07:55:11 -04:00
- Bibata Oil is inspired on **adwaita gtk** theme color #272728
2020-08-13 07:28:59 -04:00
2020-11-13 06:41:53 -05:00
## [Bibata v0.4.2.alpha.1] - 13 November 2019
2020-08-13 07:28:59 -04:00
### Added
- New build process using python
- Common .svg file for all cursor source(i.e. time saving for modification)
- Bibata Classic Flavor
- Available for Windows user
### Changed
- Color & Shadow changed for easy visibility
- Cursor's corner-shape changed
- Hot-spots changed
2020-11-13 06:41:53 -05:00
## [Bibata v.0.4.1] - 3 September 2018
2020-08-13 07:28:59 -04:00
### Changed
- Locations Fixed
- AUR added in README.md
2020-11-13 06:41:53 -05:00
## [Bibata v0.3.1] - 16 March 2018
2020-08-13 07:28:59 -04:00
### Changed
- Redesign Crosshair
2020-11-13 06:41:53 -05:00
## [Bibata v0.3] - 3 February 2018
2020-08-13 07:28:59 -04:00
### Added
- Initial release 🎊
2020-11-07 07:31:12 -05:00
[unreleased]: https://github.com/ful1e5/Bibata_Cursor/compare/v1.0.3...main
2020-11-13 06:41:53 -05:00
[bibata v1.0.3]: https://github.com/ful1e5/Bibata_Cursor/compare/v1.0.2...v1.0.3
[bibata v1.0.2]: https://github.com/ful1e5/Bibata_Cursor/compare/v1.0.1...v1.0.2
[bibata v1.0.1]: https://github.com/ful1e5/Bibata_Cursor/compare/v1.0.0...v1.0.1
[bibata v1.0.0]: https://github.com/ful1e5/Bibata_Cursor/compare/v0.4.2...v1.0.0
[bibata v0.4.2]: https://github.com/ful1e5/Bibata_Cursor/compare/v0.4.2.beta.1...v0.4.2
[bibata v0.4.2.beta.1]: https://github.com/ful1e5/Bibata_Cursor/compare/v0.4.2.alpha.2...v0.4.2.beta.1
[bibata v0.4.2.alpha.2]: https://github.com/ful1e5/Bibata_Cursor/compare/v0.4.2.alpha.1...v0.4.2.alpha.2
[bibata v0.4.2.alpha.1]: https://github.com/ful1e5/Bibata_Cursor/compare/v0.4.1...v0.4.2.alpha.1
[bibata v.0.4.1]: https://github.com/ful1e5/Bibata_Cursor/compare/v0.3.1...v0.4.1
[bibata v0.3.1]: https://github.com/ful1e5/Bibata_Cursor/compare/v0.3...v0.3.1
[bibata v0.3]: https://github.com/ful1e5/Bibata_Cursor/tree/v0.3