Skip to content

Commit 45e3c9c

Browse files
Release Pixelorama v1.1.6-stable
1 parent d726ab6 commit 45e3c9c

File tree

6 files changed

+10
-9
lines changed

6 files changed

+10
-9
lines changed

.github/workflows/release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ on:
77
env:
88
GODOT_VERSION: 4.5.1
99
EXPORT_NAME: Pixelorama
10-
TAG: v1.1.5
10+
TAG: v1.1.6
1111
BUTLER_API_KEY: ${{ secrets.BUTLER_API_KEY }}
1212

1313
jobs:

CHANGELOG.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ All notable changes to this project will be documented in this file.
44
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/). All the dates are in YYYY-MM-DD format.
55
<br><br>
66

7-
## [v1.1.6] - Unreleased
7+
## [v1.1.6] - 2025-10-31
88
This update has been brought to you by the contributions of:
99
Fayez Akhtar ([@Variable-ind](https://github.com/Variable-ind))
1010

Misc/Linux/com.orama_interactive.Pixelorama.appdata.xml

Lines changed: 5 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -12,14 +12,14 @@
1212
<metadata_license>CC0-1.0</metadata_license>
1313
<project_license>MIT</project_license>
1414
<developer_name>Orama Interactive</developer_name>
15-
<url type="homepage">https://www.oramainteractive.com/</url>
15+
<url type="homepage">https://pixelorama.org/</url>
1616
<url type="bugtracker">https://github.com/Orama-Interactive/Pixelorama/issues</url>
17-
<url type="faq">https://www.oramainteractive.com/Pixelorama-Docs/faq</url>
18-
<url type="help">https://www.oramainteractive.com/Pixelorama-Docs/</url>
17+
<url type="faq">https://pixelorama.org/faq</url>
18+
<url type="help">https://pixelorama.org/Introduction</url>
1919
<url type="donation">https://patreon.com/OramaInteractive</url>
2020
<url type="translate">https://crowdin.com/project/pixelorama</url>
2121
<url type="vcs-browser">https://github.com/Orama-Interactive/Pixelorama/</url>
22-
<url type="contribute">https://www.oramainteractive.com/Pixelorama-Docs/development_and_contributing</url>
22+
<url type="contribute">https://pixelorama.org/development_and_contributing</url>
2323
<screenshots>
2424
<screenshot type="default" width="1920" height="1080">
2525
<image type="source">https://shared.akamai.steamstatic.com/store_item_assets/steam/apps/2779170/ss_354ea5cfde19549cd19fbfe3d68fc1d66b67763e.1920x1080.jpg</image>
@@ -44,6 +44,7 @@
4444
</screenshots>
4545
<content_rating type="oars-1.1"/>
4646
<releases>
47+
<release version="1.1.6" date="2025-10-31"/>
4748
<release version="1.1.5" date="2025-09-06"/>
4849
<release version="1.1.4" date="2025-08-13"/>
4950
<release version="1.1.3" date="2025-08-06"/>

installer/pixelorama.nsi

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
; Helper variables so that we don't change 20 instances of the version for every update
77

88
!define APPNAME "Pixelorama"
9-
!define APPVERSION "v1.1.5"
9+
!define APPVERSION "v1.1.6"
1010
!define COMPANYNAME "Orama Interactive"
1111

1212

project.godot

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ config_version=5
1212

1313
config/name="Pixelorama"
1414
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."
15-
config/version="v1.1.6-rc1"
15+
config/version="v1.1.6-stable"
1616
config/tags=PackedStringArray("pixelorama")
1717
run/main_scene="res://src/Main.tscn"
1818
config/use_custom_user_dir=true

src/UI/TopMenuContainer/TopMenuContainer.gd

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ const DOCS_URL := "https://www.pixelorama.org/Introduction/"
66
const ISSUES_URL := "https://github.com/Orama-Interactive/Pixelorama/issues"
77
const SUPPORT_URL := "https://www.patreon.com/OramaInteractive"
88
# gdlint: ignore=max-line-length
9-
const CHANGELOG_URL := "https://github.com/Orama-Interactive/Pixelorama/blob/master/CHANGELOG.md#v116---unreleased"
9+
const CHANGELOG_URL := "https://github.com/Orama-Interactive/Pixelorama/blob/master/CHANGELOG.md#v116---2025-10-31"
1010
const EXTERNAL_LINK_ICON := preload("res://assets/graphics/misc/external_link.svg")
1111
const PIXELORAMA_ICON := preload("res://assets/graphics/icons/icon_16x16.png")
1212
const HEART_ICON := preload("res://assets/graphics/misc/heart.svg")

0 commit comments

Comments
 (0)