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

Update v0.8.1

This commit is contained in:
OverloadedOrama 2020-10-14 16:15:30 +03:00
parent a9f9569012
commit 320f1a4da2
5 changed files with 5 additions and 4 deletions

View file

@ -8,7 +8,7 @@ env:
GODOT_VERSION: 3.2.3 GODOT_VERSION: 3.2.3
GODOT_VERSION_MAC: 3.2.2 GODOT_VERSION_MAC: 3.2.2
EXPORT_NAME: Pixelorama EXPORT_NAME: Pixelorama
TAG: v0.8 TAG: v0.8.1
jobs: jobs:
export-windows: export-windows:

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.8.1] - Unreleased ## [v0.8.1] - 2020-10-14
This update has been brought to you by the contributions of: This update has been brought to you by the contributions of:
Laurenz Reinthaler (Schweini07), PinyaColada Laurenz Reinthaler (Schweini07), PinyaColada

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.8.1" date="2020-10-14"/>
<release version="0.8" date="2020-09-23"/> <release version="0.8" date="2020-09-23"/>
<release version="0.7" date="2020-05-16"/> <release version="0.7" date="2020-05-16"/>
<release version="0.6.2" date="2020-02-17"/> <release version="0.6.2" date="2020-02-17"/>

View file

@ -113,7 +113,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.8.1-dev" config/Version="v0.8.1-stable"
[audio] [audio]

View file

@ -382,7 +382,7 @@ func help_menu_id_pressed(id : int) -> void:
if OS.get_name() == "OSX": if OS.get_name() == "OSX":
OS.shell_open("https://github.com/Orama-Interactive/Pixelorama/blob/master/CHANGELOG.md") OS.shell_open("https://github.com/Orama-Interactive/Pixelorama/blob/master/CHANGELOG.md")
else: else:
OS.shell_open("https://github.com/Orama-Interactive/Pixelorama/blob/master/CHANGELOG.md#v08---2020-09-23") OS.shell_open("https://github.com/Orama-Interactive/Pixelorama/blob/master/CHANGELOG.md#v08---2020-10-14")
4: # About Pixelorama 4: # About Pixelorama
Global.control.get_node("Dialogs/AboutDialog").popup_centered() Global.control.get_node("Dialogs/AboutDialog").popup_centered()
Global.dialog_open(true) Global.dialog_open(true)