From c271c88a97f86db5854fd593c4e6b924aaf509b0 Mon Sep 17 00:00:00 2001 From: Cameron White Date: Sun, 23 Jan 2022 22:28:45 -0500 Subject: [PATCH] Update changelog Also, configure the CI builds to avoid running a build when only the readme, changelog etc are modified. --- .github/workflows/build.yml | 2 ++ CHANGELOG.md | 1 + 2 files changed, 3 insertions(+) diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 21e456670f..901aca6374 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -3,6 +3,8 @@ name: Build on: # Build on new commits or pull requests. push: + paths-ignore: + - '**.md' pull_request: schedule: # Run every week just to make sure the CI environment still works. diff --git a/CHANGELOG.md b/CHANGELOG.md index e24af503dd..a3dc740bcc 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -27,6 +27,7 @@ Thanks to the following contributors who worked on this release: - Fixed an issue where the Cairo surface for live effect previews was not always disposed (#206) - Fixed errors that could occur if a selection existed but had zero area (e.g. after inverting a full selection) ([#1754440](https://bugs.launchpad.net/pinta/+bug/1754440)) - Fixed an issue on Windows where the ruler's text did not render correctly (#212) +- Fixed a regression from Pinta 2.0 where the rulers did not draw a marker for the current mouse position (#214) - Improved the zoom tool's rectangle zoom when working with smaller images ## [2.0.2](https://github.com/PintaProject/Pinta/compare/2.0.2...HEAD) - 2022/01/13