1
0
Fork 0
mirror of https://github.com/Orama-Interactive/Pixelorama.git synced 2025-01-18 17:19:50 +00:00

Update tags to 0.10

This commit is contained in:
Manolis Papadeas 2022-04-14 18:32:39 +03:00
parent 93c122f07b
commit fc482831a8
6 changed files with 7 additions and 6 deletions

View file

@ -8,7 +8,7 @@ env:
GODOT_VERSION: 3.4.2 GODOT_VERSION: 3.4.2
GODOT_VERSION_MAC: 3.4.2 GODOT_VERSION_MAC: 3.4.2
EXPORT_NAME: Pixelorama EXPORT_NAME: Pixelorama
TAG: v0.9.2 TAG: v0.10
BUTLER_API_KEY: ${{ secrets.BUTLER_API_KEY }} BUTLER_API_KEY: ${{ secrets.BUTLER_API_KEY }}
jobs: jobs:

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.10] - Unreleased ## [v0.10] - 2022-04-15
This update has been brought to you by the contributions of: This update has been brought to you by the contributions of:
Fayez Akhtar ([@Variable-ind](https://github.com/Variable-ind)), Martin Novák ([@novhack](https://github.com/novhack)), Lili Zoey ([@sayaks](https://github.com/sayaks)), [@ArthyChaux](https://github.com/ArthyChaux) Fayez Akhtar ([@Variable-ind](https://github.com/Variable-ind)), Martin Novák ([@novhack](https://github.com/novhack)), Lili Zoey ([@sayaks](https://github.com/sayaks)), [@ArthyChaux](https://github.com/ArthyChaux)

View file

@ -1,6 +1,6 @@
{ {
"architecture": "@CLICK_ARCH@", "architecture": "@CLICK_ARCH@",
"description": "A free & open-source 2D sprite editor, made with the Godot Engine!", "description": "A free & open-source 2D sprite editor!",
"framework": "ubuntu-sdk-16.04.5", "framework": "ubuntu-sdk-16.04.5",
"hooks": { "hooks": {
"pixelorama": { "pixelorama": {
@ -11,5 +11,5 @@
"maintainer": "Orama Interactive <oramagamestudios@gmail.com>", "maintainer": "Orama Interactive <oramagamestudios@gmail.com>",
"name": "pixelorama.orama-interactive", "name": "pixelorama.orama-interactive",
"title": "Pixelorama", "title": "Pixelorama",
"version": "0.9.2-stable" "version": "0.10-stable"
} }

View file

@ -31,6 +31,7 @@
</screenshots> </screenshots>
<content_rating type="oars-1.1"/> <content_rating type="oars-1.1"/>
<releases> <releases>
<release version="0.10" date="2022-04-15"/>
<release version="0.9.2" date="2022-01-21"/> <release version="0.9.2" date="2022-01-21"/>
<release version="0.9.1" date="2021-12-20"/> <release version="0.9.1" date="2021-12-20"/>
<release version="0.9" date="2021-09-18"/> <release version="0.9" date="2021-09-18"/>

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.9.2" !define APPVERSION "v0.10"
!define COMPANYNAME "Orama Interactive" !define COMPANYNAME "Orama Interactive"

View file

@ -703,7 +703,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"))
HelpMenuId.CHANGELOG: HelpMenuId.CHANGELOG:
OS.shell_open( OS.shell_open(
"https://github.com/Orama-Interactive/Pixelorama/blob/master/CHANGELOG.md#v092---2022-01-21" "https://github.com/Orama-Interactive/Pixelorama/blob/master/CHANGELOG.md#v019---2022-04-15"
) )
HelpMenuId.ABOUT_PIXELORAMA: HelpMenuId.ABOUT_PIXELORAMA:
Global.control.get_node("Dialogs/AboutDialog").popup_centered() Global.control.get_node("Dialogs/AboutDialog").popup_centered()