Merge pull request #30 from ful1e5/dev

🥳 Version 1.0.4
This commit is contained in:
Kaiz 2020-09-25 11:12:47 +05:30 committed by GitHub
commit ade306e8d9
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
4 changed files with 14 additions and 7 deletions

View file

@ -70,20 +70,26 @@ jobs:
- name: Generating `macOSBigSur` Cursor Theme
run: python build.py
- name: Compressing Artifacts
run: |
tar -cvzf logs.tar.gz build.log
tar -cvzf bitmaps.tar.gz bitmaps
tar -cvzf macOSBigSur.tar.gz themes
- name: Uploading `macOSBigSur` Build Log artifact
uses: actions/upload-artifact@v2
with:
name: logs
path: build.log
path: logs.tar.gz
- name: Uploading `bitmaps` artifact
uses: actions/upload-artifact@v2
with:
name: bitmaps
path: bitmaps/*
path: bitmaps.tar.gz
- name: Uploading `macOSBigSur` Theme artifact
uses: actions/upload-artifact@v2
with:
name: macOSBigSur
path: themes
path: macOSBigSur.tar.gz

View file

@ -10,6 +10,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
### 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

View file

@ -1,12 +1,11 @@
[b]macOS Big Sur[/b] Cursor Theme with [b]HiDPi[/b] Display support. This Cursor is built with [b][url=https://github.com/ful1e5/clickgen]clickgen[/url][/b] and render with the [b][url=https://github.com/puppeteer/puppeteer/]puppeteer[/url][/b].
[i]Available Sizes[/i] [b]24, 28, 32, 40, 48, 56, 64, 72, 80, 88, 96
[/b][i]Current Version[/i] [b]1.0.2
[/b][i]Get latest build[/i] @[b][url=https://github.com/ful1e5/apple_cursor/actions]GitHub Actions[/url][/b]
[i]Release Notification[/i] at [b][url=https://twitter.com/ful1e5]Twitter[/url][/b](@ful1e5)
[b][size=150]Linux/X11 installation[/size][/b]
Get the latest stable/dev-version Linux release from the on the [b][url=https://github.com/ful1e5/apple_cursor/releases]GitHub Releases[/url][/b]. [size=85]Unpack [b].tar[/b] file and follow these [b]commands[/b].[/size]
Get the latest stable/dev-version Linux release from the on the [b][url=https://github.com/ful1e5/apple_cursor/releases]GitHub Releases[/url][/b]. [size=85]Unpack [b].tar.gz[/b] file and follow these [b]commands[/b].[/size]
[b]Install[/b]
[b]For all user:[/b]
@ -22,7 +21,7 @@ Get the latest stable/dev-version Linux release from the on the [b][url=https://
[size=150][b]Window installation[/b][/size]
[list=1][*]unzip [b]macOSBigSur_Windows.zip[/b] file[/*][*]Open [b]macOSBigSur_Windows/[/b] in Explorer, and [b]right-click[/b] on [b]install.inf[/b].[/*][*]Click 'Install' from the context menu, and authorise the modifications to your system.[/*][*]Open [i]Control Panel > Personalisation and Appearance > Change mouse pointers[/i], and select [b]MacOSBigSur Cursors[/b].[/*][*]Click '[b]Apply[/b]'.[/*][/list][b]How I help the Creator?[/b]
[list=2][*][size=85]Give a [b]Star[/b] or [b]Follow[/b] on [b][url=https://github.com/ful1e5/apple_cursor]GitHub[/url][/b] (issues & PullRequest are welcome).[/size][/*][*][size=85]By giving a [b]Pling[/b] or [b][url=https://www.paypal.me/kaizkhatri]Donation[/url][/b].[/size][/*][*][size=85][b]Download[/b] from[url=https://www.pling.com/p/1408466/] Pling.com[/url] Product page that helps to [b]increases[/b] my [b]monthly payout[/b].[/size][/*][*][size=85][b][url=https://www.pling.com/support]Become Support of Pling.com[/url][/b], So we become [b]Full-Time [/b]Libre & FOSS content creator [b];)[/b][/size][/*][/list]
[list=2][*][size=85]Give a [b]Star[/b] or [b]Follow[/b] on [b][url=https://github.com/ful1e5/apple_cursor]GitHub[/url][/b] (issues & PullRequest are welcome).[/size][/*][*][size=85]By giving a [b]Pling[/b] or [b][url=https://www.paypal.me/kaizkhatri]Donation[/url][/b].[/size][/*][*][size=85][b]Download[/b] from[url=https://www.pling.com/p/1408466/] Pling.com[/url] Product page that helps to [b]increases[/b] my [b]monthly payout[/b].[/size][/*][*][size=85][b][url=https://www.pling.com/support]Become Supporter of Pling.com[/url][/b], So we become [b]Full-Time [/b]Libre & FOSS content creator [b];)[/b][/size][/*][/list]
[size=150][b]License & Terms[/b][/size]
'[b]macOS Big Sur[/b]' Cursor Theme is available under the terms of the [b]GPL-3.0[/b] license.

View file

@ -1,2 +1,2 @@
clickgen==1.1.5
clickgen==1.1.6
Pillow==7.2.0