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:
parent
a9f9569012
commit
320f1a4da2
2
.github/workflows/release.yml
vendored
2
.github/workflows/release.yml
vendored
|
@ -8,7 +8,7 @@ env:
|
|||
GODOT_VERSION: 3.2.3
|
||||
GODOT_VERSION_MAC: 3.2.2
|
||||
EXPORT_NAME: Pixelorama
|
||||
TAG: v0.8
|
||||
TAG: v0.8.1
|
||||
|
||||
jobs:
|
||||
export-windows:
|
||||
|
|
|
@ -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.
|
||||
<br><br>
|
||||
|
||||
## [v0.8.1] - Unreleased
|
||||
## [v0.8.1] - 2020-10-14
|
||||
This update has been brought to you by the contributions of:
|
||||
Laurenz Reinthaler (Schweini07), PinyaColada
|
||||
|
||||
|
|
|
@ -31,6 +31,7 @@
|
|||
</screenshots>
|
||||
<content_rating type="oars-1.1"/>
|
||||
<releases>
|
||||
<release version="0.8.1" date="2020-10-14"/>
|
||||
<release version="0.8" date="2020-09-23"/>
|
||||
<release version="0.7" date="2020-05-16"/>
|
||||
<release version="0.6.2" date="2020-02-17"/>
|
||||
|
|
|
@ -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/macos_native_icon="res://assets/graphics/icons/icon.icns"
|
||||
config/windows_native_icon="res://assets/graphics/icons/icon.ico"
|
||||
config/Version="v0.8.1-dev"
|
||||
config/Version="v0.8.1-stable"
|
||||
|
||||
[audio]
|
||||
|
||||
|
|
|
@ -382,7 +382,7 @@ func help_menu_id_pressed(id : int) -> void:
|
|||
if OS.get_name() == "OSX":
|
||||
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#v08---2020-09-23")
|
||||
OS.shell_open("https://github.com/Orama-Interactive/Pixelorama/blob/master/CHANGELOG.md#v08---2020-10-14")
|
||||
4: # About Pixelorama
|
||||
Global.control.get_node("Dialogs/AboutDialog").popup_centered()
|
||||
Global.dialog_open(true)
|
||||
|
|
Loading…
Reference in a new issue