Releases: ful1e5/apple_cursor
Releases · ful1e5/apple_cursor
v2.0.1
⚠️ Breaking Changes
macOS Monterey
Cursor deprecated
⚠️ Changes for Developers/Package Distributors
-
07767c2 The 'bitmaps' directory has been removed from the git repository. You can now generate the PNG files using
yarn render
or download them from the release assets. -
c684a72 The
build.toml
file has been removed. Instead, the cursor build configurations are now distributed according to platforms within theconfigs
directory:configs/x.build.toml
: Used to build XCursor.configs/win_rg.build.toml
: Used to build regular size Windows cursors.configs/win_lg.build.toml
: Used to build large size Windows cursors.configs/win_xxl.build.toml
: Used to build extra large size Windows cursors.
What's New?
- feat: Redesign all cursor to latest macOS (Related to #95)
- feat: Added
Person
andPin
cursors for Windows - Official Distributing
16
and20
XCursors - Multi Resolution Windows Cursors
- README.md: AUR docs added #91
- Attach version meta-data inside cursor packages
- Using cbmp v1.1.1 for rendering cursor bitmaps.
Changes
- Use 'xz' for better compression in
build.sh
script
Issue Fixes
v2.0.0
What's New?
- Add cursor top_left_arrow ful1e5/BreezeX_Cursor#10 ful1e5/BreezeX_Cursor#11
- ci: runner updated
linux
,windows
andmacos
Improvements
- refactor: Removed unnecessary source code
- Some cursors are very blurry on lower sizes fixed #74
- README.md: removed unnecessary colors fixed #81
- README.md: Updated build docs
Issue Fixes
v1.2.3
What's New?
- macOSMonterey cursors added 🎊 fixed #66
- Generate master
bitmaps.zip
insidebin
directory Makefile
binaries targets with variable- pling docs: size and support info updated
bigsur
cursor bitmapper as a node package- New commands added inside
Makefile
forbitmapper
- symlink script for
macOSMonterey
SVG files
Improvements
- Removed unnecessary badges from
README.md
- Simplified README.md (removed emojis)
- sponsor with liberapay
- fixed text cursor state in
xterm
&vertical-text
(increase border size) #67 - bitmapper
core
as node package - macOSBigSur .svg files moved to
svgs/bigsur
directory
v1.2.2
v1.2.1
v1.2.0
✨ What's New?
- Dark branding
- Multiple config supports inside bitmapper
macOSBigSur-White
CI added insidebuild.yml
⬆️ Improvements
- Drop shadow removed from
plus.svg
- Key colors added inside
.svg
files builder/src
configured as dynamic comment and theme-namebuilder/Makefile
updatedMakefile
with macOSBigSur-White cursor themePULL_REQUEST_TEMPLATE.md
template updated
v1.1.6
✨ What's New?
- Support button inside PLING.bbcode product page
make prepare
command for preparing bibata binariespyrightconfig.json
init
⬆️ Improvements
- Removed clean target from
builder/Makefile
- Compact code inside
builder/*
- Remove
setup.py
- Builder code moved to
src
- Import
src
module directly insidebuild.py
Makefile
build commands re-arrange with groups
🔧 Issues Fixes
crosshair
cursors border added fixed #59
v1.1.5
v1.1.4
✨ What's New?
- Cursors Preview with shadows
- use
clickgen.packagers
for packaging X11/UNIX cursors - typing supports from
clickgen
(v1.1.9) - Set clickgen version to v1.1.9 inside
builder/setup.py
Pillow
version locked at 8.1.1 by clickgen v1.1.9- 2 Space format in
bitmapper
- Sphinx based docsstring in
builder/applbuild
⬆️ Improvements
- Clean builder cache on every
make
commands - Apple Cursors builder
applbuild
install as system level - Removed python3 virtual environment from
builder/Makefile
- clean target fixed in
builder/Makefile
- Format
svg
files - Add Shadows / Drop Shadows to arrow cursor fixed #45 (check 29ab657)
- Fixed Windows HiDPi issue #43 (check 7b49e34)