From 18ed5b2a05989697298f7c53a169ab1dfa5414a4 Mon Sep 17 00:00:00 2001 From: Manolis Papadeas <35376950+OverloadedOrama@users.noreply.github.com> Date: Thu, 7 Oct 2021 16:57:26 +0300 Subject: [PATCH] Update CHANGELOG & AboutDialog --- CHANGELOG.md | 19 +++++++++++++++++++ src/UI/Dialogs/AboutDialog.gd | 1 + 2 files changed, 20 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index c5092b160..ae1973c7f 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -4,6 +4,25 @@ All notable changes to this project will be documented in this file. The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/). All the dates are in YYYY-MM-DD format.

+## 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)) + +### 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) +- A timer has been added in the HSV and Rotation image effect dialogs that let the user change the delay between the preview refresh, in order to prevent performance issues. [#531](https://github.com/Orama-Interactive/Pixelorama/pull/531) +- New left and right arrows on the splash screen to switch between the different artworks. [#538](https://github.com/Orama-Interactive/Pixelorama/pull/538) +- New setting in the Preferences that lets the user change the idle FPS. [#543](https://github.com/Orama-Interactive/Pixelorama/pull/543) +- 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) + +### Fixed +- Removing a project tab that is on the left of the currently active tab will no longer result in a crash when attempting to save. +- Merging layers with less than 100% opacity no longer crashes the application. [#541](https://github.com/Orama-Interactive/Pixelorama/issues/541) +- Fixed issue with copying and pasting content between projects of different sizes. +- 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) + ## [v0.9] - 2021-09-18 This update has been brought to you by the contributions of: diff --git a/src/UI/Dialogs/AboutDialog.gd b/src/UI/Dialogs/AboutDialog.gd index 7d9ff96dd..19f541ed1 100644 --- a/src/UI/Dialogs/AboutDialog.gd +++ b/src/UI/Dialogs/AboutDialog.gd @@ -203,6 +203,7 @@ func create_contributors() -> void: contributors.create_item(contributor_root).set_text(0, " Álex Román Núñez (EIREXE)") contributors.create_item(contributor_root).set_text(0, " mrtripie") contributors.create_item(contributor_root).set_text(0, " Jeremy Behreandt (behreajj)") + contributors.create_item(contributor_root).set_text(0, " Marquis Kurt (alicerunsonfedora)") func create_translators() -> void: