From 320f1a4da2d58085816354535d2c2217462dfaec Mon Sep 17 00:00:00 2001 From: OverloadedOrama <35376950+OverloadedOrama@users.noreply.github.com> Date: Wed, 14 Oct 2020 16:15:30 +0300 Subject: [PATCH] Update v0.8.1 --- .github/workflows/release.yml | 2 +- CHANGELOG.md | 2 +- Misc/Linux/com.orama_interactive.Pixelorama.appdata.xml | 1 + project.godot | 2 +- src/UI/TopMenuContainer.gd | 2 +- 5 files changed, 5 insertions(+), 4 deletions(-) diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index f6dabc350..2a6a6ca21 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -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: diff --git a/CHANGELOG.md b/CHANGELOG.md index f513d0414..4f45a4a7e 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -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.

-## [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 diff --git a/Misc/Linux/com.orama_interactive.Pixelorama.appdata.xml b/Misc/Linux/com.orama_interactive.Pixelorama.appdata.xml index e7e6df19e..b72142961 100644 --- a/Misc/Linux/com.orama_interactive.Pixelorama.appdata.xml +++ b/Misc/Linux/com.orama_interactive.Pixelorama.appdata.xml @@ -31,6 +31,7 @@ + diff --git a/project.godot b/project.godot index fdfc97db4..2561941a0 100644 --- a/project.godot +++ b/project.godot @@ -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] diff --git a/src/UI/TopMenuContainer.gd b/src/UI/TopMenuContainer.gd index 8caa649cc..912b9f0f0 100644 --- a/src/UI/TopMenuContainer.gd +++ b/src/UI/TopMenuContainer.gd @@ -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)