apple_cursor/CHANGELOG.md
2021-06-24 15:26:27 +05:30

7 KiB

Changelog

All notable changes to this project will be documented in this file.

The format is based on Keep a Changelog, and this project adheres to Semantic Versioning.

unreleased

[v1.1.5] - 21 Jun 2021

Added

  • Setup target updated inside builder/Makefile

Changed

  • applbuild modules relative imports
  • Removed setup.py from builder/

v1.1.4 - 4 Apr 2021

Added

  • 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

Changed

  • 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)

v1.1.3 - 21 Feb 2021

Added

  • Shadow underneath cursor #41 fixed

Changed

  • Preview with shadows cursors

v1.1.2 - 15 Feb 2021

Added

  • reinstall target added in project makeFile

Changed

  • Dynamic make install
  • #39 Corner resize cursors are inverted fixed

v1.1.1 - 9 Feb 2021

Changed

  • Cursor is not in expected position fixed #37

v1.1.0 - 7 Feb 2021

Added

  • Smooth animation of Animated Cursors
  • Auto-Package by clickgen
  • Customize & Build with make
  • Organized project
  • Builder with setup.py
  • Cursors design #33 fixed

Changed

  • Variable length frames render fixed
  • Minimum frames rendering added.
  • Windows cursors are renamed
  • cursor's config moved to builder/applbuild/constants.py

v1.0.6 - 1 Nov 2020

Added

  • left_ptr_watch with blue pinwheel

Changed

  • build.log removed feature in clickgen v1.1.8
  • Repack Windows cursors
  • Removed npm scripts & documentation (yon package removed)
  • npm dependencies got upgraded (dependabot 🤖 security warning)

v1.0.6 - 1 Nov 2020

Added

  • left_ptr_watch with blue pinwheel

Changed

  • Pixel match ratio set to 0.1 in src\utils\matchImages.ts
  • Symlinks of watch cursor removed
  • AppStarting.ani changed
  • PLING.bbcode missing content fix
  • Cursor preview updated
  • hand2 lines fixed.(from pling.com @peotincelogy)

v1.0.5 - 23 Oct 2020

Added

  • utils getFrameName.ts added.
  • 22 cursor size added.

Changed

  • remove Quick Install using scripts.
  • Windows wrong resize cursor fix.
  • README.md docs & Table of Content refactor.

v1.0.4 - 25 Sept 2020

Changed

  • Product logo (on imgur)
  • fix wrong implementation vertical resize cursor in KDE
  • Compressed files in build GitHub Action

v1.0.3 - 30 August 2020

Changed

  • Windows Cursors Info added in src/svg/README.md (14d85f7)
  • Quick install and Build Docs Improved
  • Color palette Icons Changed to Semi-Circle
  • Node Script with yarn-or-npm package (2b026ea)
  • Window Config Sorted (acbbea2)
  • Store actual data in install.inf in Windows Cursors.
  • Build Logs stored to the build.log file
  • Out Directories are themes and bitmaps
  • Windows Cursors Package is Redesign
  • config.ts cleanup

Added

  • Builder Version in build script
  • Main method in render
  • Bitmaps Pixel check in Animated Cursors
  • New utils for Frames Save
  • OCS Install support as default for Linux users

v1.0.2 - 10 August 2020

Changed

  • hand2 and left_ptr hotspots alignments fixed.
  • Smooth Animation with 35 Delay (6698a56)
  • Ignored docs files (**.md ,LICENCE, **.bbcode) in build GitHub Actions. (0df635b)
  • Windows Configs inside config.py (e7d5092)
  • Redesign Windows package with install.inf. (5f99e05)
  • Remove unnecessary Windows Cursors. (5f99e05)

Added

  • Cursors Preview, Build Dependencies, Runtime Dependencies and other Documents @ README.md
  • CONTRIBUTING.md
  • CODE_OF_CONDUCT.md
  • Quick Install (Windows & Linux) Documents @ README.md (686bde5, f36656d)
  • install.sh and windows.inf(automated installation files) added in scripts directory.
  • Table Of Content in README.md(476c64a)

v1.0.1-beta - 3 August 2020

Changed

  • hand1 hand2 move cursors finger gap & border in center
  • Drop shadow & FPS(62) improvements in wait, left_ptr_watch cursors.
  • Build size fix 65x65 to 64x64. (1120d17)
  • Pling product page Docs at PLING.bbcode.

v1.0.0-alpha1 - 31 July 2020

Added

  • Initial release 🎊
  • Logo and badges
  • CI/CD Pipelines