From a46f21265e3646675454eea4d36d403702af17e3 Mon Sep 17 00:00:00 2001 From: Manolis Papadeas <35376950+OverloadedOrama@users.noreply.github.com> Date: Tue, 6 Jul 2021 14:01:36 +0300 Subject: [PATCH] Update CHANGELOG & AboutDialog --- CHANGELOG.md | 5 +++-- src/UI/Dialogs/AboutDialog.gd | 2 +- 2 files changed, 4 insertions(+), 3 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index cda492888..b12ff98ad 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -7,7 +7,7 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/). ## [v0.9] - Unreleased This update has been brought to you by the contributions of: -DragonOfWar, novhack, Fayez Akhtar (Variable), Darshan Phaldesai (luiq54), Xenofon Konitsas (huskeee), Igor Santarek (jegor377), Álex Román Núñez (EIREXE) +Kawan Weege ([@DragonOfWar](https://github.com/DragonOfWar)), Martin Novák ([@novhack](https://github.com/novhack)), Fayez Akhtar ([@Variable-ind](https://github.com/Variable-ind)), Darshan Phaldesai ([@luiq54](https://github.com/luiq54)), Xenofon Konitsas ([@huskeee](https://github.com/huskeee)), Igor Santarek ([@jegor377](https://github.com/jegor377)), Álex Román Núñez ([@EIREXE](https://github.com/EIREXE)) ### Added - A total of 9 new tools! @@ -20,7 +20,7 @@ DragonOfWar, novhack, Fayez Akhtar (Variable), Darshan Phaldesai (luiq54), Xenof - Frame numbers in the timeline above the cels are now clickable buttons that can be dragged and dropped to re-arrange the frames. Right clicking on these buttons brings up a frame-related menu with options that used to be on the cel right click menu. - You can now right click a cel to delete its contents. - Layer dragging and dropping is now also possible. -- A new "fill inside" option has been added in the Pencil too. [#489](https://github.com/Orama-Interactive/Pixelorama/pull/489) and [#459](https://github.com/Orama-Interactive/Pixelorama/pull/459) +- A new "fill inside" option has been added in the Pencil too. [#489](https://github.com/Orama-Interactive/Pixelorama/pull/489), based off [#459](https://github.com/Orama-Interactive/Pixelorama/pull/459) - You can now name the project name on the "create new project" dialog. [#490](https://github.com/Orama-Interactive/Pixelorama/pull/490) - A tool button size option has been added in the Preferences. This lets you choose between small or big tool button sizes. - Added Norwegian Bokmål and Ukrainian translations. @@ -32,6 +32,7 @@ DragonOfWar, novhack, Fayez Akhtar (Variable), Darshan Phaldesai (luiq54), Xenof - Image color inverting, desaturation and HSV adjusting are now shader based. This improves the performance of these image effects and prevents crashes on large images. [#475](https://github.com/Orama-Interactive/Pixelorama/pull/475) - The lighten/darken tool has been renamed to Shading tool. - You now have to double click a layer button to rename a layer. Clicking it once just selects the layer. +- Pixelorama's icon has been changed - proposed by creepertron95. - The toolbar on the left can now be resized by the user. - The frame delay minimum value is now 0.01 instead of 0. diff --git a/src/UI/Dialogs/AboutDialog.gd b/src/UI/Dialogs/AboutDialog.gd index 6a4d56d74..e9fd30cab 100644 --- a/src/UI/Dialogs/AboutDialog.gd +++ b/src/UI/Dialogs/AboutDialog.gd @@ -142,7 +142,7 @@ func create_contributors() -> void: contributors.create_item(contributor_root).set_text(0, " THWLF") contributors.create_item(contributor_root).set_text(0, " Gamespleasure") contributors.create_item(contributor_root).set_text(0, " ballerburg9005") - contributors.create_item(contributor_root).set_text(0, " DragonOfWar") + contributors.create_item(contributor_root).set_text(0, " Kawan Weege (DragonOfWar)") contributors.create_item(contributor_root).set_text(0, " kevinms") contributors.create_item(contributor_root).set_text(0, " Álex Román Núñez (EIREXE)")