From ab01c6418980fae06b975f4cf576af214dcb0de7 Mon Sep 17 00:00:00 2001 From: Abdulkaiz Khatri <24286590+ful1e5@users.noreply.github.com> Date: Mon, 1 Jul 2024 09:50:39 +0530 Subject: [PATCH] feat(ci): support multi-resolution builda Related to #18 --- .github/workflows/build.yml | 10 +++++----- CHANGELOG.md | 3 +-- 2 files changed, 6 insertions(+), 7 deletions(-) diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 67e6619..f024578 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -39,9 +39,9 @@ jobs: - name: Print cbmp version run: npx cbmp --version - # - name: Rendering Bitmaps - # run: yarn render - # continue-on-error: false + - name: Rendering Bitmaps + run: yarn render + continue-on-error: false - name: Set up Python uses: actions/setup-python@v5 @@ -57,5 +57,5 @@ jobs: clickgen --version ctgen --version - # - name: Build - # run: yarn build + - name: Build + run: yarn build diff --git a/CHANGELOG.md b/CHANGELOG.md index 6d9c1cd..d315e32 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -19,11 +19,10 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ### What's New? -- Support `256px` cursors - Support `256px` cursors - feat: Added `Person` and `Pin` cursors for Windows - Official Distributing `16` and `20` XCursors #24 -- Multi Resolution Windows Cursors +- Multi Resolution Windows Cursors #18 - Attach version meta-data inside cursor packages - Using [cbmp v1.1.1](https://github.com/ful1e5/cbmp/tree/v1.1.1) for rendering cursor bitmaps.