1
0
Fork 0
mirror of https://github.com/Orama-Interactive/Pixelorama.git synced 2025-01-31 07:29:49 +00:00

[skip ci] Add a release date for v0.11

This commit is contained in:
Emmanouil Papadeas 2023-06-13 17:53:06 +03:00
parent b7e464bc2e
commit 6f2e2e89ba
4 changed files with 5 additions and 4 deletions

View file

@ -4,7 +4,7 @@ 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. The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/). All the dates are in YYYY-MM-DD format.
<br><br> <br><br>
## [v0.11] - Unreleased ## [v0.11] - 2023-06-13
This update has been brought to you by the contributions of: This update has been brought to you by the contributions of:
[@mrtripie](https://github.com/mrtripie), Martin Novák ([@novhack](https://github.com/novhack)), Fayez Akhtar ([@Variable-ind](https://github.com/Variable-ind)), [@20kdc](https://github.com/20kdc), Arron Washington ([@radicaled](https://github.com/radicaled)), Christos Tsoychlakis ([@ChrisTs8920](https://github.com/ChrisTs8920)) [@mrtripie](https://github.com/mrtripie), Martin Novák ([@novhack](https://github.com/novhack)), Fayez Akhtar ([@Variable-ind](https://github.com/Variable-ind)), [@20kdc](https://github.com/20kdc), Arron Washington ([@radicaled](https://github.com/radicaled)), Christos Tsoychlakis ([@ChrisTs8920](https://github.com/ChrisTs8920))

View file

@ -37,6 +37,7 @@
</screenshots> </screenshots>
<content_rating type="oars-1.1"/> <content_rating type="oars-1.1"/>
<releases> <releases>
<release version="0.11" date="2023-06-13"/>
<release version="0.10.3" date="2022-09-26"/> <release version="0.10.3" date="2022-09-26"/>
<release version="0.10.2" date="2022-08-18"/> <release version="0.10.2" date="2022-08-18"/>
<release version="0.10.1" date="2022-06-06"/> <release version="0.10.1" date="2022-06-06"/>

View file

@ -6,7 +6,7 @@
; Helper variables so that we don't change 20 instances of the version for every update ; Helper variables so that we don't change 20 instances of the version for every update
!define APPNAME "Pixelorama" !define APPNAME "Pixelorama"
!define APPVERSION "v0.10.3" !define APPVERSION "v0.11"
!define COMPANYNAME "Orama Interactive" !define COMPANYNAME "Orama Interactive"

View file

@ -729,7 +729,7 @@ func help_menu_id_pressed(id: int) -> void:
OS.shell_open(ProjectSettings.globalize_path("user://logs")) OS.shell_open(ProjectSettings.globalize_path("user://logs"))
Global.HelpMenu.CHANGELOG: Global.HelpMenu.CHANGELOG:
OS.shell_open( OS.shell_open(
"https://github.com/Orama-Interactive/Pixelorama/blob/master/CHANGELOG.md#v0103---2022-09-26" "https://github.com/Orama-Interactive/Pixelorama/blob/master/CHANGELOG.md#v011---2023-06-13"
) )
Global.HelpMenu.ABOUT_PIXELORAMA: Global.HelpMenu.ABOUT_PIXELORAMA:
_popup_dialog(Global.control.get_node("Dialogs/AboutDialog")) _popup_dialog(Global.control.get_node("Dialogs/AboutDialog"))