Skip to content

Commit e83d560

Browse files
Release v1.0.1
1 parent 511ebfa commit e83d560

File tree

7 files changed

+13
-12
lines changed

7 files changed

+13
-12
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.2.2
99
EXPORT_NAME: Pixelorama
10-
TAG: v1.0
10+
TAG: v1.0.1
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.0.1] - Unreleased
7+
## [v1.0.1] - 2024-08-05
88
This update has been brought to you by the contributions of:
99
Fayez Akhtar ([@Variable-ind](https://github.com/Variable-ind)), [Kiisu_Master](https://github.com/Kiisu-Master).
1010

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

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -44,6 +44,7 @@
4444
</screenshots>
4545
<content_rating type="oars-1.1"/>
4646
<releases>
47+
<release version="1.0.1" date="2024-08-05"/>
4748
<release version="1.0" date="2024-07-29"/>
4849
<release version="0.11.4" date="2024-04-17"/>
4950
<release version="0.11.3" date="2023-10-30"/>

export_presets.cfg

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -79,8 +79,8 @@ application/modify_resources=true
7979
application/icon="res://assets/graphics/icons/icon.ico"
8080
application/console_wrapper_icon=""
8181
application/icon_interpolation=4
82-
application/file_version="1.0.0.0"
83-
application/product_version="1.0.0.0"
82+
application/file_version="1.0.1.0"
83+
application/product_version="1.0.1.0"
8484
application/company_name="Orama Interactive"
8585
application/product_name="Pixelorama"
8686
application/file_description="Pixelorama - Your free & open-source sprite editor"
@@ -184,8 +184,8 @@ application/modify_resources=true
184184
application/icon="res://assets/graphics/icons/icon.ico"
185185
application/console_wrapper_icon=""
186186
application/icon_interpolation=4
187-
application/file_version="1.0.0.0"
188-
application/product_version="1.0.0.0"
187+
application/file_version="1.0.1.0"
188+
application/product_version="1.0.1.0"
189189
application/company_name="Orama Interactive"
190190
application/product_name="Pixelorama"
191191
application/file_description="Pixelorama - Your free & open-source sprite editor"
@@ -368,8 +368,8 @@ application/icon_interpolation=4
368368
application/bundle_identifier="com.orama-interactive.pixelorama"
369369
application/signature=""
370370
application/app_category="Graphics-design"
371-
application/short_version="1.0"
372-
application/version="1.0"
371+
application/short_version="1.0.1"
372+
application/version="1.0.1"
373373
application/copyright="Orama Interactive and contributors 2019-present"
374374
application/copyright_localized={}
375375
application/min_macos_version="10.12"

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.0"
9+
!define APPVERSION "v1.0.1"
1010
!define COMPANYNAME "Orama Interactive"
1111

1212

project.godot

Lines changed: 2 additions & 2 deletions
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.0.1-dev"
15+
config/version="v1.0.1-stable"
1616
run/main_scene="res://src/Main.tscn"
1717
config/use_custom_user_dir=true
1818
config/custom_user_dir_name="pixelorama"
@@ -677,7 +677,7 @@ adjust_hsv={
677677
"deadzone": 0.5,
678678
"events": []
679679
}
680-
adjust_brightness_saturation={
680+
adjust_brightness_contrast={
681681
"deadzone": 0.5,
682682
"events": []
683683
}

src/UI/TopMenuContainer/TopMenuContainer.gd

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ const DOCS_URL := "https://www.oramainteractive.com/Pixelorama-Docs/"
44
const ISSUES_URL := "https://github.com/Orama-Interactive/Pixelorama/issues"
55
const SUPPORT_URL := "https://www.patreon.com/OramaInteractive"
66
# gdlint: ignore=max-line-length
7-
const CHANGELOG_URL := "https://github.com/Orama-Interactive/Pixelorama/blob/master/CHANGELOG.md#v10---2024-07-29"
7+
const CHANGELOG_URL := "https://github.com/Orama-Interactive/Pixelorama/blob/master/CHANGELOG.md#v101---2024-08-05"
88
const EXTERNAL_LINK_ICON := preload("res://assets/graphics/misc/external_link.svg")
99
const PIXELORAMA_ICON := preload("res://assets/graphics/icons/icon_16x16.png")
1010
const HEART_ICON := preload("res://assets/graphics/misc/heart.svg")

0 commit comments

Comments
 (0)