mirror of
https://github.com/Orama-Interactive/Pixelorama.git
synced 2025-01-18 09:09:47 +00:00
Prepare for v0.8.3-stable
This commit is contained in:
parent
596b403b9e
commit
51cb5d77fd
|
@ -16,7 +16,7 @@ DragonOfWar, novhack
|
|||
- The palette system has been completely replaced with a new one. See [#447](https://github.com/Orama-Interactive/Pixelorama/pull/447) for more details.
|
||||
<br><br>
|
||||
|
||||
## [v0.8.3] - Unreleased
|
||||
## [v0.8.3] - 2021-05-04
|
||||
This update has been brought to you by the contributions of:
|
||||
|
||||
Laurenz Reinthaler (Schweini07), kleonc, Fayez Akhtar (Variable), THWLF, Gamespleasure, ballerburg9005, kevinms
|
||||
|
|
|
@ -1,5 +1,5 @@
|
|||
<?xml version="1.0" encoding="UTF-8"?>
|
||||
<!-- Copyright (c) 2019-2020 Orama Interactive and contributors -->
|
||||
<!-- Copyright (c) 2019-present Orama Interactive and contributors -->
|
||||
<component type="desktop">
|
||||
<id>com.orama_interactive.Pixelorama.desktop</id>
|
||||
<name>Pixelorama</name>
|
||||
|
@ -31,6 +31,7 @@
|
|||
</screenshots>
|
||||
<content_rating type="oars-1.1"/>
|
||||
<releases>
|
||||
<release version="0.8.3" date="2021-05-04"/>
|
||||
<release version="0.8.2" date="2020-12-12"/>
|
||||
<release version="0.8.1" date="2020-10-14"/>
|
||||
<release version="0.8" date="2020-09-23"/>
|
||||
|
|
|
@ -101,10 +101,8 @@ func create_donors() -> void:
|
|||
donors.create_item(donors_root).set_text(0, " pcmxms - https://www.nonamefornowsoft.com.br/")
|
||||
donors.create_item(donors_root).set_text(0, " Mike King")
|
||||
donors.create_item(donors_root).set_text(0, " Guillaume Gautier")
|
||||
donors.create_item(donors_root).set_text(0, " Isambard")
|
||||
donors.create_item(donors_root).set_text(0, " Hugo Locurcio")
|
||||
donors.create_item(donors_root).set_text(0, " MysteryStudio")
|
||||
donors.create_item(donors_root).set_text(0, " Daniel Gagnon")
|
||||
donors.create_item(donors_root).set_text(0, " Ryan C. Gordon (icculus)")
|
||||
donors.create_item(donors_root).set_text(0, " Benedikt")
|
||||
|
||||
|
@ -116,14 +114,15 @@ func create_contributors() -> void:
|
|||
contributors.create_item(contributor_root).set_text(0, " Michael Alexsander (YeldhamDev)")
|
||||
contributors.create_item(contributor_root).set_text(0, " Martin Novák (novhack)")
|
||||
contributors.create_item(contributor_root).set_text(0, " Laurenz Reinthaler (Schweini07)")
|
||||
contributors.create_item(contributor_root).set_text(0, " azagaya")
|
||||
contributors.create_item(contributor_root).set_text(0, " Darshan Phaldesai (luiq54)")
|
||||
contributors.create_item(contributor_root).set_text(0, " kleonc")
|
||||
contributors.create_item(contributor_root).set_text(0, " azagaya")
|
||||
contributors.create_item(contributor_root).set_text(0, " Kinwailo")
|
||||
contributors.create_item(contributor_root).set_text(0, " Igor Santarek (jegor377)")
|
||||
contributors.create_item(contributor_root).set_text(0, " Darshan Phaldesai (luiq54)")
|
||||
contributors.create_item(contributor_root).set_text(0, " Xenofon Konitsas (huskee)")
|
||||
contributors.create_item(contributor_root).set_text(0, " Martin Zabinski (Martin1991zab)")
|
||||
contributors.create_item(contributor_root).set_text(0, " Marco Galli (Gaarco)")
|
||||
contributors.create_item(contributor_root).set_text(0, " Xenofon Konitsas (huskee)")
|
||||
contributors.create_item(contributor_root).set_text(0, " Fayez Akhtar (Variable)")
|
||||
contributors.create_item(contributor_root).set_text(0, " Matheus Pesegoginski (MatheusPese)")
|
||||
contributors.create_item(contributor_root).set_text(0, " AbhinavKDev (abhinav3967)")
|
||||
contributors.create_item(contributor_root).set_text(0, " sapient_cogbag")
|
||||
|
@ -140,7 +139,6 @@ func create_contributors() -> void:
|
|||
contributors.create_item(contributor_root).set_text(0, " Vriska Weaver (henlo-birb)")
|
||||
contributors.create_item(contributor_root).set_text(0, " Rémi Verschelde (akien-mga)")
|
||||
contributors.create_item(contributor_root).set_text(0, " gschwind")
|
||||
contributors.create_item(contributor_root).set_text(0, " Fayez Akhtar (Variable)")
|
||||
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")
|
||||
|
|
|
@ -484,11 +484,7 @@ func help_menu_id_pressed(id : int) -> void:
|
|||
HelpMenuId.ISSUE_TRACKER:
|
||||
OS.shell_open("https://github.com/Orama-Interactive/Pixelorama/issues")
|
||||
HelpMenuId.CHANGELOG:
|
||||
if OS.get_name() == "OSX":
|
||||
# Issue #275 - remove when macOS builds use Godot 3.2.3
|
||||
OS.shell_open("https://github.com/Orama-Interactive/Pixelorama/blob/master/CHANGELOG.md")
|
||||
else:
|
||||
OS.shell_open("https://github.com/Orama-Interactive/Pixelorama/blob/master/CHANGELOG.md#v082---2020-12-12")
|
||||
OS.shell_open("https://github.com/Orama-Interactive/Pixelorama/blob/master/CHANGELOG.md#v083---2021-05-04")
|
||||
HelpMenuId.ABOUT_PIXELORAMA:
|
||||
Global.control.get_node("Dialogs/AboutDialog").popup_centered()
|
||||
Global.dialog_open(true)
|
||||
|
|
Loading…
Reference in a new issue