Skip to content

Commit

Permalink
Update v0.8.1
Browse files Browse the repository at this point in the history
  • Loading branch information
OverloadedOrama committed Oct 14, 2020
1 parent a9f9569 commit 320f1a4
Show file tree
Hide file tree
Showing 5 changed files with 5 additions and 4 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down
2 changes: 1 addition & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down
1 change: 1 addition & 0 deletions Misc/Linux/com.orama_interactive.Pixelorama.appdata.xml
Original file line number Diff line number Diff line change
Expand Up @@ -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"/>
Expand Down
2 changes: 1 addition & 1 deletion project.godot
Original file line number Diff line number Diff line change
Expand Up @@ -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]

Expand Down
2 changes: 1 addition & 1 deletion src/UI/TopMenuContainer.gd
Original file line number Diff line number Diff line change
Expand Up @@ -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)

0 comments on commit 320f1a4

Please sign in to comment.