Skip to content

Commit

Permalink
Merge pull request #57 from ful1e5/dev
Browse files Browse the repository at this point in the history
🚀 Prepare v1.1.5
  • Loading branch information
ful1e5 authored Jun 24, 2021
2 parents ef2eed0 + 97c1f3b commit 73ed043
Show file tree
Hide file tree
Showing 2 changed files with 28 additions and 26 deletions.
52 changes: 27 additions & 25 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0

## [unreleased]

## [v1.1.5] - 21 Jun 2021

### Added

- Setup target updated inside `builder/Makefile`
Expand All @@ -16,7 +18,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
- `applbuild` modules relative imports
- Removed `setup.py` from `builder/`

## [1.1.4] - 4 Apr 2021
## [v1.1.4] - 4 Apr 2021

### Added

Expand All @@ -38,7 +40,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
- Add Shadows / Drop Shadows to arrow cursor fixed #45 (check 29ab657)
- Fixed Windows HiDPi issue #43 (check 7b49e34)

## [1.1.3] - 21 Feb 2021
## [v1.1.3] - 21 Feb 2021

### Added

Expand All @@ -48,7 +50,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0

- Preview with shadows cursors

## [1.1.2] - 15 Feb 2021
## [v1.1.2] - 15 Feb 2021

### Added

Expand All @@ -59,13 +61,13 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
- Dynamic make install
- #39 Corner resize cursors are inverted fixed

## [1.1.1] - 9 Feb 2021
## [v1.1.1] - 9 Feb 2021

### Changed

- Cursor is not in expected position fixed #37

## [1.1.0] - 7 Feb 2021
## [v1.1.0] - 7 Feb 2021

### Added

Expand All @@ -83,7 +85,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
- Windows cursors are renamed
- cursor's config moved to `builder/applbuild/constants.py`

## [1.0.6] - 1 Nov 2020
## [v1.0.6] - 1 Nov 2020

### Added

Expand All @@ -96,7 +98,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
- Removed npm scripts & documentation (`yon` package removed)
- npm dependencies got upgraded (**dependabot** 🤖 security warning)

## [1.0.6] - 1 Nov 2020
## [v1.0.6] - 1 Nov 2020

### Added

Expand All @@ -111,7 +113,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
- Cursor **preview** updated
- `hand2` lines fixed.(from pling.com @peotincelogy)

## [1.0.5] - 23 Oct 2020
## [v1.0.5] - 23 Oct 2020

### Added

Expand All @@ -124,15 +126,15 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
- Windows **wrong resize** cursor fix.
- README.md docs & Table of Content refactor.

## [1.0.4] - 25 Sept 2020
## [v1.0.4] - 25 Sept 2020

### Changed

- Product logo (on [imgur](https://i.imgur.com/GVLFmwF))
- fix wrong implementation vertical resize cursor in **KDE**
- Compressed files in `build` **GitHub Action**

## [1.0.3] - 30 August 2020
## [v1.0.3] - 30 August 2020

### Changed

Expand All @@ -155,7 +157,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
- New `utils` for **Frames Save**
- **OCS** Install support **as default** for Linux users

## [1.0.2] - 10 August 2020
## [v1.0.2] - 10 August 2020

### Changed

Expand All @@ -175,7 +177,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
- **install.sh** and **windows.inf**(automated installation files) added in `scripts` directory.
- Table Of Content in `README.md`([476c64a](https://github.com/ful1e5/apple_cursor/commit/476c64afda50ec48c576b566ce729b575608c529#diff-04c6e90faac2675aa89e2176d2eec7d8))

## [1.0.1-beta] - 3 August 2020
## [v1.0.1-beta] - 3 August 2020

### Changed

Expand All @@ -184,7 +186,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
- Build size fix **65x65** to **64x64**. ([1120d17](https://github.com/ful1e5/apple_cursor/commit/1120d176636baff2aac1838ba316b4f420be7ca7))
- [Pling](https://www.pling.com/p/1408466/) product page Docs at `PLING.bbcode`.

## [1.0.0-alpha1] - 31 July 2020
## [v1.0.0-alpha1] - 31 July 2020

### Added

Expand All @@ -193,15 +195,15 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
- CI/CD Pipelines

[unreleased]: https://github.com/ful1e5/apple_cursor/compare/v1.1.4...main
[1.1.4]: https://github.com/ful1e5/apple_cursor/compare/v1.1.3...v1.1.4
[1.1.3]: https://github.com/ful1e5/apple_cursor/compare/v1.1.2...v1.1.3
[1.1.2]: https://github.com/ful1e5/apple_cursor/compare/v1.1.1...v1.1.2
[1.1.1]: https://github.com/ful1e5/apple_cursor/compare/v1.1.0...v1.1.1
[1.1.0]: https://github.com/ful1e5/apple_cursor/compare/v1.0.6...v1.1.0
[1.0.6]: https://github.com/ful1e5/apple_cursor/compare/1.0.5...v1.0.6
[1.0.5]: https://github.com/ful1e5/apple_cursor/compare/1.0.4...v1.0.5
[1.0.4]: https://github.com/ful1e5/apple_cursor/compare/1.0.3...1.0.4
[1.0.3]: https://github.com/ful1e5/apple_cursor/compare/1.0.2...1.0.3
[1.0.2]: https://github.com/ful1e5/apple_cursor/compare/1.0.1-beta...1.0.2
[1.0.1-beta]: https://github.com/ful1e5/apple_cursor/compare/1.0.0-alpha1...1.0.1-beta
[1.0.0-alpha1]: https://github.com/ful1e5/apple_cursor/tree/1.0.0-alpha1
[v1.1.4]: https://github.com/ful1e5/apple_cursor/compare/v1.1.3...v1.1.4
[v1.1.3]: https://github.com/ful1e5/apple_cursor/compare/v1.1.2...v1.1.3
[v1.1.2]: https://github.com/ful1e5/apple_cursor/compare/v1.1.1...v1.1.2
[v1.1.1]: https://github.com/ful1e5/apple_cursor/compare/v1.1.0...v1.1.1
[v1.1.0]: https://github.com/ful1e5/apple_cursor/compare/v1.0.6...v1.1.0
[v1.0.6]: https://github.com/ful1e5/apple_cursor/compare/1.0.5...v1.0.6
[v1.0.5]: https://github.com/ful1e5/apple_cursor/compare/1.0.4...v1.0.5
[v1.0.4]: https://github.com/ful1e5/apple_cursor/compare/1.0.3...1.0.4
[v1.0.3]: https://github.com/ful1e5/apple_cursor/compare/1.0.2...1.0.3
[v1.0.2]: https://github.com/ful1e5/apple_cursor/compare/1.0.1-beta...1.0.2
[v1.0.1-beta]: https://github.com/ful1e5/apple_cursor/compare/1.0.0-alpha1...1.0.1-beta
[v1.0.0-alpha1]: https://github.com/ful1e5/apple_cursor/tree/1.0.0-alpha1
2 changes: 1 addition & 1 deletion bitmapper/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "apple_cursor_bitmapper",
"version": "1.1.4",
"version": "1.1.5",
"main": "index.js",
"scripts": {
"render": "yarn ts-node src/index.ts"
Expand Down

0 comments on commit 73ed043

Please sign in to comment.