From 47943703ec890177b7b20fdb6fbb5851692c6489 Mon Sep 17 00:00:00 2001 From: Manolis Papadeas <35376950+OverloadedOrama@users.noreply.github.com> Date: Tue, 7 Dec 2021 02:20:12 +0200 Subject: [PATCH] Update CHANGELOG & AboutDialog --- CHANGELOG.md | 6 ++++-- src/UI/Dialogs/AboutDialog.gd | 2 ++ 2 files changed, 6 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index d909eb8e7..b19aec6a1 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -6,7 +6,7 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/). ## Unreleased This update has been brought to you by the contributions of: -Laurenz Reinthaler ([@Schweini07](https://github.com/Schweini07)), Fayez Akhtar ([@Variable-ind](https://github.com/Variable-ind)), Marquis Kurt ([@alicerunsonfedora](https://github.com/alicerunsonfedora)), Xenofon Konitsas ([@huskeee](https://github.com/huskeee)), Silent Orb ([@silentorb](https://github.com/silentorb)), Jeremy Behreandt ([@behreajj](https://github.com/behreajj)), [@mrtripie](https://github.com/mrtripie) +Laurenz Reinthaler ([@Schweini07](https://github.com/Schweini07)), Fayez Akhtar ([@Variable-ind](https://github.com/Variable-ind)), Marquis Kurt ([@alicerunsonfedora](https://github.com/alicerunsonfedora)), Xenofon Konitsas ([@huskeee](https://github.com/huskeee)), Silent Orb ([@silentorb](https://github.com/silentorb)), Jeremy Behreandt ([@behreajj](https://github.com/behreajj)), [@mrtripie](https://github.com/mrtripie, [JumpJetAvocado](https://github.com/JumpJetAvocado) ### Added - Pixelorama is now available on the [Open Store](https://open-store.io/app/pixelorama.orama-interactive) for Ubuntu Touch. [#517](https://github.com/Orama-Interactive/Pixelorama/pull/517) @@ -22,8 +22,8 @@ Laurenz Reinthaler ([@Schweini07](https://github.com/Schweini07)), Fayez Akhtar - Added a README file for the macOS version that provides more information regarding the Gatekeeper. [#545](https://github.com/Orama-Interactive/Pixelorama/pull/545) - Added an "Open Logs Folder" option in the Help menu. [#546](https://github.com/Orama-Interactive/Pixelorama/pull/546) - The step of the UI scale slider has been changed to 0.25 from 0.1. -- "New Brush" in the Edit menu is now disabled when there is no active selection. - Options to place the onion skinning previews above or below the canvas are now available. [#600](https://github.com/Orama-Interactive/Pixelorama/pull/600) +- Added a clipboard pattern button. This lets the users fill patterns taken from the application's clipboard (copying selected content). ### Changed - Flipping the image's selected content now works as expected. The selection gets flipped with the content as well. @@ -34,6 +34,7 @@ Laurenz Reinthaler ([@Schweini07](https://github.com/Schweini07)), Fayez Akhtar - The guides now become transparent when they out of canvas bounds, along with other various improvements and fixes. [#561](https://github.com/Orama-Interactive/Pixelorama/pull/561) - Moved window opacity settings to a dedicated dialog with a slider and a spinbox. - The fill color of a projects now only gets applied to the cels of the bottom-most layer. +- "New Brush" in the Edit menu is now disabled when there is no active selection. - The undo/redo notification text for selection has been renamed to "Select" from "Rectangle Select". ### Fixed @@ -44,6 +45,7 @@ Laurenz Reinthaler ([@Schweini07](https://github.com/Schweini07)), Fayez Akhtar - Fixed issues with guides and notifications not working properly when the UI is scaled. - A bug was fixed where when the user has another application as their focus and reenters Pixelorama with the mouse but not focusing it and then exiting with the mouse, the target FPS would be set to the standard. [#543](https://github.com/Orama-Interactive/Pixelorama/pull/543) - Fixed issue with the backup confirmation dialog extending horizontally infinitely, which made the buttons disappear. Its text has also been changed. +- Fixed unexpected behavior which occurred while undoing in the middle of drawing. [#603](https://github.com/Orama-Interactive/Pixelorama/pull/603) - Pressing X on the backup confirmation dialog should start the backup autosave timer. - The "Brush color from" tool option no longer appears in the Eraser and Shading tool's options. - Fixed Alt-Tab causing the cursor to get stuck. [#552](https://github.com/Orama-Interactive/Pixelorama/issues/552) diff --git a/src/UI/Dialogs/AboutDialog.gd b/src/UI/Dialogs/AboutDialog.gd index cb730e464..c678245a4 100644 --- a/src/UI/Dialogs/AboutDialog.gd +++ b/src/UI/Dialogs/AboutDialog.gd @@ -115,6 +115,7 @@ func create_donors() -> void: donors.create_item(donors_root).set_text(0, " Ryan C. Gordon (icculus)") donors.create_item(donors_root).set_text(0, " Benedikt") donors.create_item(donors_root).set_text(0, " David Maziarka") + donors.create_item(donors_root).set_text(0, " Jonas Rudlang") func create_contributors() -> void: @@ -159,6 +160,7 @@ func create_contributors() -> void: contributors.create_item(contributor_root).set_text(0, " Jeremy Behreandt (behreajj)") contributors.create_item(contributor_root).set_text(0, " Marquis Kurt (alicerunsonfedora)") contributors.create_item(contributor_root).set_text(0, " Silent Orb (silentorb)") + contributors.create_item(contributor_root).set_text(0, " JumpJetAvocado") func create_translators() -> void: