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

Release v0.11.2-stable

This commit is contained in:
Emmanouil Papadeas 2023-08-31 11:38:47 +03:00
parent 016bd67ef9
commit b2c157fa07
7 changed files with 12 additions and 11 deletions

View file

@ -9,7 +9,7 @@ env:
GODOT_VERSION_MAC: 3.5.2 GODOT_VERSION_MAC: 3.5.2
RASPBERRY_PI_BUILDS_VERSION: 1.15.0 RASPBERRY_PI_BUILDS_VERSION: 1.15.0
EXPORT_NAME: Pixelorama EXPORT_NAME: Pixelorama
TAG: v0.11.1 TAG: v0.11.2
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.11.2] - Unreleased ## [v0.11.2] - 2023-08-31
This update has been brought to you by the contributions of: This update has been brought to you by the contributions of:
[@Lsbt1](https://github.com/Lsbt1), Fayez Akhtar ([@Variable-ind](https://github.com/Variable-ind)) [@Lsbt1](https://github.com/Lsbt1), Fayez Akhtar ([@Variable-ind](https://github.com/Variable-ind))

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.2" date="2023-08-31"/>
<release version="0.11.1" date="2023-08-12"/> <release version="0.11.1" date="2023-08-12"/>
<release version="0.11" date="2023-06-13"/> <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"/>

View file

@ -33,8 +33,8 @@ codesign/description=""
codesign/custom_options=PoolStringArray( ) codesign/custom_options=PoolStringArray( )
application/modify_resources=true application/modify_resources=true
application/icon="res://assets/graphics/icons/icon.ico" application/icon="res://assets/graphics/icons/icon.ico"
application/file_version="0.11.1.0" application/file_version="0.11.2.0"
application/product_version="0.11.1.0" application/product_version="0.11.2.0"
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"
@ -89,8 +89,8 @@ 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/app_category="Graphics-design" application/app_category="Graphics-design"
application/short_version="0.11.1" application/short_version="0.11.2"
application/version="0.11.1" application/version="0.11.2"
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/microphone_usage_description="" privacy/microphone_usage_description=""
@ -210,8 +210,8 @@ codesign/description=""
codesign/custom_options=PoolStringArray( ) codesign/custom_options=PoolStringArray( )
application/modify_resources=true application/modify_resources=true
application/icon="res://assets/graphics/icons/icon.ico" application/icon="res://assets/graphics/icons/icon.ico"
application/file_version="0.11.1.0" application/file_version="0.11.2.0"
application/product_version="0.11.1.0" application/product_version="0.11.2.0"
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"

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

View file

@ -343,7 +343,7 @@ 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/custom_user_dir_name.X11="pixelorama" config/custom_user_dir_name.X11="pixelorama"
config/Version="v0.11.1-stable" config/Version="v0.11.2-stable"
config/ExtensionsAPI_Version=3 config/ExtensionsAPI_Version=3
config/Pxo_Version=2 config/Pxo_Version=2

View file

@ -734,7 +734,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#v0111---2023-08-12" "https://github.com/Orama-Interactive/Pixelorama/blob/master/CHANGELOG.md#v0112---2023-08-31"
) )
Global.HelpMenu.ABOUT_PIXELORAMA: Global.HelpMenu.ABOUT_PIXELORAMA:
_popup_dialog(Global.control.get_node("Dialogs/AboutDialog")) _popup_dialog(Global.control.get_node("Dialogs/AboutDialog"))