From f9523173aa3658e5f4d03f9fa09428ca130ec009 Mon Sep 17 00:00:00 2001 From: Abdulkaiz Khatri <24286590+ful1e5@users.noreply.github.com> Date: Thu, 14 Sep 2023 12:11:13 +0530 Subject: [PATCH] feat: Distributing `16` and `20` XCursors Fixes #129 --- .github/workflows/build.yml | 9 ++++----- CHANGELOG.md | 12 ++++++++---- build.toml | 2 +- svg/original/question_arrow.svg | 2 +- 4 files changed, 14 insertions(+), 11 deletions(-) diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index f5ee4be3..5727263a 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -16,10 +16,7 @@ on: jobs: build: - runs-on: ${{ matrix.os }} - strategy: - matrix: - os: ["ubuntu-latest", "windows-latest", "macos-latest"] + runs-on: "ubuntu-latest" steps: - uses: actions/checkout@v3 @@ -30,7 +27,9 @@ jobs: node-version: 16 - name: Installing Node Dependencies - run: yarn install --frozen-lockfile + run: | + rm -rf node_modules yarn.lock + yarn install --frozen-lockfile continue-on-error: false - name: Print cbmp version diff --git a/CHANGELOG.md b/CHANGELOG.md index d615f18b..8da5c15a 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -17,18 +17,22 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ### What's New? - Pointer Actions Cursor is Re-Designed -- The maximum size for building a cursor without losing quality is `256px`. - The XCursor package size is now approximately `20MB` in its original form and `~2MB` when compressed. +- Official Distributing `16` and `20` XCursors (Fixes #129) +- The maximum size for building a cursor without losing quality is `256px`. - Animated cursors now have fewer frames, Fixes #134. -- We are now using [cbmp v1.0.0](https://github.com/ful1e5/cbmp/tree/v1.0.0) for rendering cursor bitmaps. -- Added build support with `python 3.11` in the CI process. -- docs: Added list of websites for testing cursor states in README (fixed #123) +- Resolved Missing Windows Cursors. (Fixes #133, #124) +- Using [cbmp v1.0.0](https://github.com/ful1e5/cbmp/tree/v1.0.0) for rendering cursor bitmaps. ### Changed - Use 'xz' for better compression in `release` script #140 - Corrected the AUR Package information in `README.md`, addressing issue #142. +### Issues Fixes + +- docs: Added list of websites for testing cursor states in README (fixed #123) + ## [v2.0.3] - 06 December 2022 ### Added diff --git a/build.toml b/build.toml index f6af2c63..6437eeef 100644 --- a/build.toml +++ b/build.toml @@ -10,7 +10,7 @@ platforms = ['x11', 'windows'] [cursors] [cursors.fallback_settings] -x11_sizes = [22, 24, 28, 32, 40, 48, 56, 64, 72, 80, 88, 96] +x11_sizes = [16, 20, 22, 24, 28, 32, 40, 48, 56, 64, 72, 80, 88, 96] win_sizes = [24, 28, 32, 48] x_hotspot = 100 y_hotspot = 100 diff --git a/svg/original/question_arrow.svg b/svg/original/question_arrow.svg index 3cb4fbfb..09130656 100644 --- a/svg/original/question_arrow.svg +++ b/svg/original/question_arrow.svg @@ -1,5 +1,5 @@ - +