mirror of
https://github.com/ful1e5/apple_cursor.git
synced 2025-05-15 23:54:44 -04:00
🚀 Prepare v1.1.3
This commit is contained in:
parent
9d1bf110a9
commit
df41a88b0d
3 changed files with 12 additions and 2 deletions
10
CHANGELOG.md
10
CHANGELOG.md
|
@ -7,6 +7,16 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
|
||||||
|
|
||||||
## [unreleased]
|
## [unreleased]
|
||||||
|
|
||||||
|
## [1.1.3] - 21 Feb 2021
|
||||||
|
|
||||||
|
### Changed
|
||||||
|
|
||||||
|
- Preview with shadows cursors
|
||||||
|
|
||||||
|
### Added
|
||||||
|
|
||||||
|
- Shadow underneath cursor #41 fixed
|
||||||
|
|
||||||
## [1.1.2] - 15 Feb 2021
|
## [1.1.2] - 15 Feb 2021
|
||||||
|
|
||||||
### Changed
|
### Changed
|
||||||
|
|
|
@ -1,6 +1,6 @@
|
||||||
{
|
{
|
||||||
"name": "apple_cursor_bitmapper",
|
"name": "apple_cursor_bitmapper",
|
||||||
"version": "1.1.2",
|
"version": "1.1.3",
|
||||||
"main": "index.js",
|
"main": "index.js",
|
||||||
"scripts": {
|
"scripts": {
|
||||||
"watch": "nodemon --inspect src/index.ts",
|
"watch": "nodemon --inspect src/index.ts",
|
||||||
|
|
|
@ -5,7 +5,7 @@ from setuptools import setup
|
||||||
|
|
||||||
setup(
|
setup(
|
||||||
name="applbuild",
|
name="applbuild",
|
||||||
version="1.1.2",
|
version="1.1.3",
|
||||||
description="Generate 'macOSBigSur' cursor theme from PNGs file",
|
description="Generate 'macOSBigSur' cursor theme from PNGs file",
|
||||||
url="https://github.com/ful1e5/apple_cursor",
|
url="https://github.com/ful1e5/apple_cursor",
|
||||||
packages=["applbuild"],
|
packages=["applbuild"],
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue