From e088820c747645c40ac6c9ffcd0f4b309b6bc060 Mon Sep 17 00:00:00 2001 From: Manolis Papadeas <35376950+OverloadedOrama@users.noreply.github.com> Date: Sat, 28 Aug 2021 20:01:05 +0300 Subject: [PATCH] Bump version to v0.9-rc1 --- CHANGELOG.md | 5 +++-- export_presets.cfg | 12 ++++++------ project.godot | 2 +- src/UI/Dialogs/AboutDialog.gd | 5 +++++ 4 files changed, 15 insertions(+), 9 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 79ba24528..481e736b3 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: -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)), [mrtripie](https://github.com/mrtripie) +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)), [@mrtripie](https://github.com/mrtripie) ### Added - A total of 9 new tools! @@ -20,7 +20,7 @@ Kawan Weege ([@DragonOfWar](https://github.com/DragonOfWar)), Martin Novák ([@n - 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), based off [#459](https://github.com/Orama-Interactive/Pixelorama/pull/459) +- A new "fill inside" option has been added in the Pencil tool options. [#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. @@ -38,6 +38,7 @@ Kawan Weege ([@DragonOfWar](https://github.com/DragonOfWar)), Martin Novák ([@n - The toolbar on the left can now be resized by the user. - The frame delay minimum value is now 0.01 instead of 0. - Cloning frames now create linked cels on layers where the cel linking button is enabled. +- Window transparency has been temporarily disabled in macOS due to [#491](https://github.com/Orama-Interactive/Pixelorama/issues/491). ### Fixed - Issues such as not being able to create guides at random times, which are a result of PoolVectorArray locking issues, may have finally been solved. [#331](https://github.com/Orama-Interactive/Pixelorama/issues/331) diff --git a/export_presets.cfg b/export_presets.cfg index 0b225f503..4b055c10f 100644 --- a/export_presets.cfg +++ b/export_presets.cfg @@ -32,8 +32,8 @@ codesign/digest_algorithm=1 codesign/description="" codesign/custom_options=PoolStringArray( ) application/icon="res://assets/graphics/icons/icon.ico" -application/file_version="0.8.3" -application/product_version="0.8.3" +application/file_version="0.9" +application/product_version="0.9" application/company_name="Orama Interactive" application/product_name="Pixelorama" application/file_description="Pixelorama - Your free & open-source sprite editor" @@ -87,8 +87,8 @@ application/info="Pixelorama - Your free and open-source sprite editor" application/icon="res://assets/graphics/icons/icon.icns" application/identifier="com.orama_interactive.pixelorama" application/signature="" -application/short_version="0.8.3" -application/version="0.8.3" +application/short_version="0.9" +application/version="0.9" application/copyright="Orama Interactive and contributors 2019-present" display/high_res=false privacy/camera_usage_description="" @@ -156,8 +156,8 @@ codesign/digest_algorithm=1 codesign/description="" codesign/custom_options=PoolStringArray( ) application/icon="res://assets/graphics/icons/icon.ico" -application/file_version="0.8.3" -application/product_version="0.8.3" +application/file_version="0.9" +application/product_version="0.9" application/company_name="Orama Interactive" application/product_name="Pixelorama" application/file_description="Pixelorama - Your free & open-source sprite editor" diff --git a/project.godot b/project.godot index 6cf1d8c71..cd2ecf640 100644 --- a/project.godot +++ b/project.godot @@ -149,7 +149,7 @@ boot_splash/bg_color=Color( 0.145098, 0.145098, 0.164706, 1 ) config/icon="res://assets/graphics/icons/icon.png" config/macos_native_icon="res://assets/graphics/icons/icon.icns" config/windows_native_icon="res://assets/graphics/icons/icon.ico" -config/Version="v0.9-beta" +config/Version="v0.9-rc1" [audio] diff --git a/src/UI/Dialogs/AboutDialog.gd b/src/UI/Dialogs/AboutDialog.gd index e9fd30cab..543a82910 100644 --- a/src/UI/Dialogs/AboutDialog.gd +++ b/src/UI/Dialogs/AboutDialog.gd @@ -105,6 +105,7 @@ func create_donors() -> void: donors.create_item(donors_root).set_text(0, " MysteryStudio") 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") func create_contributors() -> void: @@ -145,6 +146,7 @@ func create_contributors() -> void: 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)") + contributors.create_item(contributor_root).set_text(0, " mrtripie") func create_translators() -> void: @@ -167,6 +169,7 @@ func create_translators() -> void: translators.create_item(translators_root).set_text(0, " Dawid Niedźwiedzki (tiritto) - " + tr("Polish")) translators.create_item(translators_root).set_text(0, " Serhiy Dmytryshyn (dies) - " + tr("Polish")) translators.create_item(translators_root).set_text(0, " Igor Santarek (jegor377) - " + tr("Polish")) + translators.create_item(translators_root).set_text(0, " RainbowP - " + tr("Polish")) translators.create_item(translators_root).set_text(0, " Michael Alexsander (YeldhamDev) - " + tr("Brazilian Portuguese")) translators.create_item(translators_root).set_text(0, " Cedulio Cezar (ceduliocezar) - " + tr("Brazilian Portuguese")) translators.create_item(translators_root).set_text(0, " Alexandre Oliveira (rockytvbr) - " + tr("Brazilian Portuguese")) @@ -191,6 +194,7 @@ func create_translators() -> void: translators.create_item(translators_root).set_text(0, " UncleFangs - " + tr("Spanish")) translators.create_item(translators_root).set_text(0, " Jaime Arancibia Soto - " + tr("Spanish") + " " + tr("and") + " " + tr("Catalan")) translators.create_item(translators_root).set_text(0, " foralistico - " + tr("Spanish")) + translators.create_item(translators_root).set_text(0, " Jose Callejas (satorikeiko) - " + tr("Spanish")) translators.create_item(translators_root).set_text(0, " Agnis Aldiņš (NeZvers) - " + tr("Latvian")) translators.create_item(translators_root).set_text(0, " Edgars Korns (Eddy11) - " + tr("Latvian")) translators.create_item(translators_root).set_text(0, " Teashrock - " + tr("Esperanto")) @@ -204,6 +208,7 @@ func create_translators() -> void: translators.create_item(translators_root).set_text(0, " daisuke osada (barlog) - " + tr("Japanese")) translators.create_item(translators_root).set_text(0, " Motomo.exe - " + tr("Japanese")) translators.create_item(translators_root).set_text(0, " hebekeg - " + tr("Japanese")) + translators.create_item(translators_root).set_text(0, " Sorenwds - " + tr("Japanese")) translators.create_item(translators_root).set_text(0, " M. Gabriel Lup - " + tr("Romanian")) translators.create_item(translators_root).set_text(0, " ANormalKnife - " + tr("Turkish")) translators.create_item(translators_root).set_text(0, " kmsecer - " + tr("Turkish"))