Skip to content

Commit

Permalink
Release v1.0.5
Browse files Browse the repository at this point in the history
  • Loading branch information
OverloadedOrama committed Nov 18, 2024
1 parent e2b6262 commit dd8bf5c
Show file tree
Hide file tree
Showing 6 changed files with 6 additions and 5 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ on:
env:
GODOT_VERSION: 4.3
EXPORT_NAME: Pixelorama
TAG: v1.0.4
TAG: v1.0.5
BUTLER_API_KEY: ${{ secrets.BUTLER_API_KEY }}

jobs:
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>

## [v1.0.5] - Unreleased
## [v1.0.5] - 2024-11-18
This update has been brought to you by the contributions of:
Fayez Akhtar ([@Variable-ind](https://github.com/Variable-ind))

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 @@ -44,6 +44,7 @@
</screenshots>
<content_rating type="oars-1.1"/>
<releases>
<release version="1.0.5" date="2024-11-18"/>
<release version="1.0.4" date="2024-10-25"/>
<release version="1.0.3" date="2024-09-13"/>
<release version="1.0.2" date="2024-08-21"/>
Expand Down
2 changes: 1 addition & 1 deletion installer/pixelorama.nsi
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
; Helper variables so that we don't change 20 instances of the version for every update

!define APPNAME "Pixelorama"
!define APPVERSION "v1.0.4"
!define APPVERSION "v1.0.5"
!define COMPANYNAME "Orama Interactive"


Expand Down
2 changes: 1 addition & 1 deletion project.godot
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ config_version=5

config/name="Pixelorama"
config/description="Unleash your creativity with Pixelorama, a powerful and accessible open-source pixel art multitool. Whether you want to create sprites, tiles, animations, or just express yourself in the language of pixel art, this software will realize your pixel-perfect dreams with a vast toolbox of features."
config/version="v1.0.5-dev"
config/version="v1.0.5-stable"
run/main_scene="res://src/Main.tscn"
config/use_custom_user_dir=true
config/custom_user_dir_name="pixelorama"
Expand Down
2 changes: 1 addition & 1 deletion src/UI/TopMenuContainer/TopMenuContainer.gd
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ const DOCS_URL := "https://www.oramainteractive.com/Pixelorama-Docs/"
const ISSUES_URL := "https://github.com/Orama-Interactive/Pixelorama/issues"
const SUPPORT_URL := "https://www.patreon.com/OramaInteractive"
# gdlint: ignore=max-line-length
const CHANGELOG_URL := "https://github.com/Orama-Interactive/Pixelorama/blob/master/CHANGELOG.md#v104---2024-10-25"
const CHANGELOG_URL := "https://github.com/Orama-Interactive/Pixelorama/blob/master/CHANGELOG.md#v105---2024-11-18"
const EXTERNAL_LINK_ICON := preload("res://assets/graphics/misc/external_link.svg")
const PIXELORAMA_ICON := preload("res://assets/graphics/icons/icon_16x16.png")
const HEART_ICON := preload("res://assets/graphics/misc/heart.svg")
Expand Down

0 comments on commit dd8bf5c

Please sign in to comment.