From e83d56074130ad7871d1201c662138d576707a46 Mon Sep 17 00:00:00 2001
From: Emmanouil Papadeas <35376950+OverloadedOrama@users.noreply.github.com>
Date: Mon, 5 Aug 2024 22:16:25 +0300
Subject: [PATCH] Release v1.0.1
---
.github/workflows/release.yml | 2 +-
CHANGELOG.md | 2 +-
.../com.orama_interactive.Pixelorama.appdata.xml | 1 +
export_presets.cfg | 12 ++++++------
installer/pixelorama.nsi | 2 +-
project.godot | 4 ++--
src/UI/TopMenuContainer/TopMenuContainer.gd | 2 +-
7 files changed, 13 insertions(+), 12 deletions(-)
diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml
index b8556b5f4..ef953889c 100644
--- a/.github/workflows/release.yml
+++ b/.github/workflows/release.yml
@@ -7,7 +7,7 @@ on:
env:
GODOT_VERSION: 4.2.2
EXPORT_NAME: Pixelorama
- TAG: v1.0
+ TAG: v1.0.1
BUTLER_API_KEY: ${{ secrets.BUTLER_API_KEY }}
jobs:
diff --git a/CHANGELOG.md b/CHANGELOG.md
index 2d809a89b..3c6a81a79 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.
-## [v1.0.1] - Unreleased
+## [v1.0.1] - 2024-08-05
This update has been brought to you by the contributions of:
Fayez Akhtar ([@Variable-ind](https://github.com/Variable-ind)), [Kiisu_Master](https://github.com/Kiisu-Master).
diff --git a/Misc/Linux/com.orama_interactive.Pixelorama.appdata.xml b/Misc/Linux/com.orama_interactive.Pixelorama.appdata.xml
index 5199b75f4..e2386d456 100644
--- a/Misc/Linux/com.orama_interactive.Pixelorama.appdata.xml
+++ b/Misc/Linux/com.orama_interactive.Pixelorama.appdata.xml
@@ -44,6 +44,7 @@
+
diff --git a/export_presets.cfg b/export_presets.cfg
index 6bcc9a9a4..641facdbe 100644
--- a/export_presets.cfg
+++ b/export_presets.cfg
@@ -79,8 +79,8 @@ application/modify_resources=true
application/icon="res://assets/graphics/icons/icon.ico"
application/console_wrapper_icon=""
application/icon_interpolation=4
-application/file_version="1.0.0.0"
-application/product_version="1.0.0.0"
+application/file_version="1.0.1.0"
+application/product_version="1.0.1.0"
application/company_name="Orama Interactive"
application/product_name="Pixelorama"
application/file_description="Pixelorama - Your free & open-source sprite editor"
@@ -184,8 +184,8 @@ application/modify_resources=true
application/icon="res://assets/graphics/icons/icon.ico"
application/console_wrapper_icon=""
application/icon_interpolation=4
-application/file_version="1.0.0.0"
-application/product_version="1.0.0.0"
+application/file_version="1.0.1.0"
+application/product_version="1.0.1.0"
application/company_name="Orama Interactive"
application/product_name="Pixelorama"
application/file_description="Pixelorama - Your free & open-source sprite editor"
@@ -368,8 +368,8 @@ application/icon_interpolation=4
application/bundle_identifier="com.orama-interactive.pixelorama"
application/signature=""
application/app_category="Graphics-design"
-application/short_version="1.0"
-application/version="1.0"
+application/short_version="1.0.1"
+application/version="1.0.1"
application/copyright="Orama Interactive and contributors 2019-present"
application/copyright_localized={}
application/min_macos_version="10.12"
diff --git a/installer/pixelorama.nsi b/installer/pixelorama.nsi
index 954accb5c..df1d9f8d3 100644
--- a/installer/pixelorama.nsi
+++ b/installer/pixelorama.nsi
@@ -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"
+ !define APPVERSION "v1.0.1"
!define COMPANYNAME "Orama Interactive"
diff --git a/project.godot b/project.godot
index 505d937bf..ddeda548e 100644
--- a/project.godot
+++ b/project.godot
@@ -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.1-dev"
+config/version="v1.0.1-stable"
run/main_scene="res://src/Main.tscn"
config/use_custom_user_dir=true
config/custom_user_dir_name="pixelorama"
@@ -677,7 +677,7 @@ adjust_hsv={
"deadzone": 0.5,
"events": []
}
-adjust_brightness_saturation={
+adjust_brightness_contrast={
"deadzone": 0.5,
"events": []
}
diff --git a/src/UI/TopMenuContainer/TopMenuContainer.gd b/src/UI/TopMenuContainer/TopMenuContainer.gd
index 8f316d6cc..ec9c3beb3 100644
--- a/src/UI/TopMenuContainer/TopMenuContainer.gd
+++ b/src/UI/TopMenuContainer/TopMenuContainer.gd
@@ -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#v10---2024-07-29"
+const CHANGELOG_URL := "https://github.com/Orama-Interactive/Pixelorama/blob/master/CHANGELOG.md#v101---2024-08-05"
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")