mirror of
https://github.com/Orama-Interactive/Pixelorama.git
synced 2025-01-18 09:09:47 +00:00
Release v1.0.4
This commit is contained in:
parent
638130c5c8
commit
6c31708e35
2
.github/workflows/release.yml
vendored
2
.github/workflows/release.yml
vendored
|
@ -7,7 +7,7 @@ on:
|
||||||
env:
|
env:
|
||||||
GODOT_VERSION: 4.3
|
GODOT_VERSION: 4.3
|
||||||
EXPORT_NAME: Pixelorama
|
EXPORT_NAME: Pixelorama
|
||||||
TAG: v1.0.3
|
TAG: v1.0.4
|
||||||
BUTLER_API_KEY: ${{ secrets.BUTLER_API_KEY }}
|
BUTLER_API_KEY: ${{ secrets.BUTLER_API_KEY }}
|
||||||
|
|
||||||
jobs:
|
jobs:
|
||||||
|
|
|
@ -4,9 +4,9 @@ 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.
|
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>
|
<br><br>
|
||||||
|
|
||||||
## [v1.0.4] - Unreleased
|
## [v1.0.4] - 2024-10-25
|
||||||
This update has been brought to you by the contributions of:
|
This update has been brought to you by the contributions of:
|
||||||
Fayez Akhtar ([@Variable-ind](https://github.com/Variable-ind))
|
Fayez Akhtar ([@Variable-ind](https://github.com/Variable-ind)), Mariano Semelman ([@msemelman](https://github.com/msemelman))
|
||||||
|
|
||||||
Built using Godot 4.3
|
Built using Godot 4.3
|
||||||
|
|
||||||
|
@ -18,7 +18,7 @@ Built using Godot 4.3
|
||||||
- Implemented the ability to change the font of the interface from the properties.
|
- Implemented the ability to change the font of the interface from the properties.
|
||||||
- Clipping to selection during export is now possible. [#1113](https://github.com/Orama-Interactive/Pixelorama/pull/1113)
|
- Clipping to selection during export is now possible. [#1113](https://github.com/Orama-Interactive/Pixelorama/pull/1113)
|
||||||
- Added a preference to share options between tools. [#1120](https://github.com/Orama-Interactive/Pixelorama/pull/1120)
|
- Added a preference to share options between tools. [#1120](https://github.com/Orama-Interactive/Pixelorama/pull/1120)
|
||||||
- Added an option to quickly center the canvas in the View menu. [#1123](https://github.com/Orama-Interactive/Pixelorama/pull/1123)
|
- Added an option to quickly center the canvas in the View menu. Mapped to <kbd>Control + C</kbd> by default. [#1123](https://github.com/Orama-Interactive/Pixelorama/pull/1123)
|
||||||
- Added hotkeys to switch between tabs. <kbd>Control+Tab</kbd> to go to the next project tab, and <kbd>Control+Shift+Tab</kbd> to go to the previous. [#1109](https://github.com/Orama-Interactive/Pixelorama/pull/1109)
|
- Added hotkeys to switch between tabs. <kbd>Control+Tab</kbd> to go to the next project tab, and <kbd>Control+Shift+Tab</kbd> to go to the previous. [#1109](https://github.com/Orama-Interactive/Pixelorama/pull/1109)
|
||||||
- Added menus next to each of the two mirroring buttons in the Global Tool Options, that allow users to automatically move the symmetry guides to the center of the canvas, or the view center.
|
- Added menus next to each of the two mirroring buttons in the Global Tool Options, that allow users to automatically move the symmetry guides to the center of the canvas, or the view center.
|
||||||
- A new Reset category has been added to the Preferences that lets users easily restore certain options.
|
- A new Reset category has been added to the Preferences that lets users easily restore certain options.
|
||||||
|
|
|
@ -44,6 +44,7 @@
|
||||||
</screenshots>
|
</screenshots>
|
||||||
<content_rating type="oars-1.1"/>
|
<content_rating type="oars-1.1"/>
|
||||||
<releases>
|
<releases>
|
||||||
|
<release version="1.0.4" date="2024-10-25"/>
|
||||||
<release version="1.0.3" date="2024-09-13"/>
|
<release version="1.0.3" date="2024-09-13"/>
|
||||||
<release version="1.0.2" date="2024-08-21"/>
|
<release version="1.0.2" date="2024-08-21"/>
|
||||||
<release version="1.0.1" date="2024-08-05"/>
|
<release version="1.0.1" date="2024-08-05"/>
|
||||||
|
|
|
@ -6,7 +6,7 @@
|
||||||
; Helper variables so that we don't change 20 instances of the version for every update
|
; Helper variables so that we don't change 20 instances of the version for every update
|
||||||
|
|
||||||
!define APPNAME "Pixelorama"
|
!define APPNAME "Pixelorama"
|
||||||
!define APPVERSION "v1.0.3"
|
!define APPVERSION "v1.0.4"
|
||||||
!define COMPANYNAME "Orama Interactive"
|
!define COMPANYNAME "Orama Interactive"
|
||||||
|
|
||||||
|
|
||||||
|
|
|
@ -12,7 +12,7 @@ config_version=5
|
||||||
|
|
||||||
config/name="Pixelorama"
|
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/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.4-rc1"
|
config/version="v1.0.4-stable"
|
||||||
run/main_scene="res://src/Main.tscn"
|
run/main_scene="res://src/Main.tscn"
|
||||||
config/use_custom_user_dir=true
|
config/use_custom_user_dir=true
|
||||||
config/custom_user_dir_name="pixelorama"
|
config/custom_user_dir_name="pixelorama"
|
||||||
|
|
|
@ -4,7 +4,7 @@ const DOCS_URL := "https://www.oramainteractive.com/Pixelorama-Docs/"
|
||||||
const ISSUES_URL := "https://github.com/Orama-Interactive/Pixelorama/issues"
|
const ISSUES_URL := "https://github.com/Orama-Interactive/Pixelorama/issues"
|
||||||
const SUPPORT_URL := "https://www.patreon.com/OramaInteractive"
|
const SUPPORT_URL := "https://www.patreon.com/OramaInteractive"
|
||||||
# gdlint: ignore=max-line-length
|
# gdlint: ignore=max-line-length
|
||||||
const CHANGELOG_URL := "https://github.com/Orama-Interactive/Pixelorama/blob/master/CHANGELOG.md#v103---2024-09-13"
|
const CHANGELOG_URL := "https://github.com/Orama-Interactive/Pixelorama/blob/master/CHANGELOG.md#v104---2024-10-25"
|
||||||
const EXTERNAL_LINK_ICON := preload("res://assets/graphics/misc/external_link.svg")
|
const EXTERNAL_LINK_ICON := preload("res://assets/graphics/misc/external_link.svg")
|
||||||
const PIXELORAMA_ICON := preload("res://assets/graphics/icons/icon_16x16.png")
|
const PIXELORAMA_ICON := preload("res://assets/graphics/icons/icon_16x16.png")
|
||||||
const HEART_ICON := preload("res://assets/graphics/misc/heart.svg")
|
const HEART_ICON := preload("res://assets/graphics/misc/heart.svg")
|
||||||
|
|
Loading…
Reference in a new issue