mirror of
https://github.com/Orama-Interactive/Pixelorama.git
synced 2025-01-18 17:19:50 +00:00
Bump version to v0.9-rc1
This commit is contained in:
parent
9122cf56ed
commit
e088820c74
|
@ -7,7 +7,7 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/).
|
||||||
## [v0.9] - Unreleased
|
## [v0.9] - Unreleased
|
||||||
This update has been brought to you by the contributions of:
|
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
|
### Added
|
||||||
- A total of 9 new tools!
|
- 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.
|
- 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.
|
- You can now right click a cel to delete its contents.
|
||||||
- Layer dragging and dropping is now also possible.
|
- 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)
|
- 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.
|
- 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.
|
- 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 toolbar on the left can now be resized by the user.
|
||||||
- The frame delay minimum value is now 0.01 instead of 0.
|
- 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.
|
- 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
|
### 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)
|
- 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)
|
||||||
|
|
|
@ -32,8 +32,8 @@ codesign/digest_algorithm=1
|
||||||
codesign/description=""
|
codesign/description=""
|
||||||
codesign/custom_options=PoolStringArray( )
|
codesign/custom_options=PoolStringArray( )
|
||||||
application/icon="res://assets/graphics/icons/icon.ico"
|
application/icon="res://assets/graphics/icons/icon.ico"
|
||||||
application/file_version="0.8.3"
|
application/file_version="0.9"
|
||||||
application/product_version="0.8.3"
|
application/product_version="0.9"
|
||||||
application/company_name="Orama Interactive"
|
application/company_name="Orama Interactive"
|
||||||
application/product_name="Pixelorama"
|
application/product_name="Pixelorama"
|
||||||
application/file_description="Pixelorama - Your free & open-source sprite editor"
|
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/icon="res://assets/graphics/icons/icon.icns"
|
||||||
application/identifier="com.orama_interactive.pixelorama"
|
application/identifier="com.orama_interactive.pixelorama"
|
||||||
application/signature=""
|
application/signature=""
|
||||||
application/short_version="0.8.3"
|
application/short_version="0.9"
|
||||||
application/version="0.8.3"
|
application/version="0.9"
|
||||||
application/copyright="Orama Interactive and contributors 2019-present"
|
application/copyright="Orama Interactive and contributors 2019-present"
|
||||||
display/high_res=false
|
display/high_res=false
|
||||||
privacy/camera_usage_description=""
|
privacy/camera_usage_description=""
|
||||||
|
@ -156,8 +156,8 @@ codesign/digest_algorithm=1
|
||||||
codesign/description=""
|
codesign/description=""
|
||||||
codesign/custom_options=PoolStringArray( )
|
codesign/custom_options=PoolStringArray( )
|
||||||
application/icon="res://assets/graphics/icons/icon.ico"
|
application/icon="res://assets/graphics/icons/icon.ico"
|
||||||
application/file_version="0.8.3"
|
application/file_version="0.9"
|
||||||
application/product_version="0.8.3"
|
application/product_version="0.9"
|
||||||
application/company_name="Orama Interactive"
|
application/company_name="Orama Interactive"
|
||||||
application/product_name="Pixelorama"
|
application/product_name="Pixelorama"
|
||||||
application/file_description="Pixelorama - Your free & open-source sprite editor"
|
application/file_description="Pixelorama - Your free & open-source sprite editor"
|
||||||
|
|
|
@ -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/icon="res://assets/graphics/icons/icon.png"
|
||||||
config/macos_native_icon="res://assets/graphics/icons/icon.icns"
|
config/macos_native_icon="res://assets/graphics/icons/icon.icns"
|
||||||
config/windows_native_icon="res://assets/graphics/icons/icon.ico"
|
config/windows_native_icon="res://assets/graphics/icons/icon.ico"
|
||||||
config/Version="v0.9-beta"
|
config/Version="v0.9-rc1"
|
||||||
|
|
||||||
[audio]
|
[audio]
|
||||||
|
|
||||||
|
|
|
@ -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, " MysteryStudio")
|
||||||
donors.create_item(donors_root).set_text(0, " Ryan C. Gordon (icculus)")
|
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, " Benedikt")
|
||||||
|
donors.create_item(donors_root).set_text(0, " David Maziarka")
|
||||||
|
|
||||||
|
|
||||||
func create_contributors() -> void:
|
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, " Kawan Weege (DragonOfWar)")
|
||||||
contributors.create_item(contributor_root).set_text(0, " kevinms")
|
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, " Álex Román Núñez (EIREXE)")
|
||||||
|
contributors.create_item(contributor_root).set_text(0, " mrtripie")
|
||||||
|
|
||||||
|
|
||||||
func create_translators() -> void:
|
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, " 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, " 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, " 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, " 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, " Cedulio Cezar (ceduliocezar) - " + tr("Brazilian Portuguese"))
|
||||||
translators.create_item(translators_root).set_text(0, " Alexandre Oliveira (rockytvbr) - " + 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, " 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, " 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, " 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, " 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, " Edgars Korns (Eddy11) - " + tr("Latvian"))
|
||||||
translators.create_item(translators_root).set_text(0, " Teashrock - " + tr("Esperanto"))
|
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, " 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, " Motomo.exe - " + tr("Japanese"))
|
||||||
translators.create_item(translators_root).set_text(0, " hebekeg - " + 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, " M. Gabriel Lup - " + tr("Romanian"))
|
||||||
translators.create_item(translators_root).set_text(0, " ANormalKnife - " + tr("Turkish"))
|
translators.create_item(translators_root).set_text(0, " ANormalKnife - " + tr("Turkish"))
|
||||||
translators.create_item(translators_root).set_text(0, " kmsecer - " + tr("Turkish"))
|
translators.create_item(translators_root).set_text(0, " kmsecer - " + tr("Turkish"))
|
||||||
|
|
Loading…
Reference in a new issue