Skip to content

Commit d40c763

Browse files
Bump version to v1.1.2-rc1
1 parent 206b077 commit d40c763

File tree

3 files changed

+9
-9
lines changed

3 files changed

+9
-9
lines changed

CHANGELOG.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ Built using Godot 4.4.1
2121

2222
### Fixed
2323
- Transformed content no longer gets lost when pressing Control + an arrow key. [#1245](https://github.com/Orama-Interactive/Pixelorama/pull/1245)
24-
- Transformed content no longer gets lost when copying layers & frames.
24+
- Transformed content no longer gets lost when cloning layers & frames.
2525
- Pressing Enter or Cancel when changing the value of a slider in the options of a selection tool when there is an active transformation, no longer confirms/cancels the transformation.
2626
- Fixed a bug where some child layer of group layers were not rendered. [#1268](https://github.com/Orama-Interactive/Pixelorama/pull/1268)
2727
- Group layers with blend modes other than passthrough received a performance boost. [#1269](https://github.com/Orama-Interactive/Pixelorama/pull/1269)

export_presets.cfg

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -87,8 +87,8 @@ application/modify_resources=true
8787
application/icon="res://assets/graphics/icons/icon.ico"
8888
application/console_wrapper_icon=""
8989
application/icon_interpolation=4
90-
application/file_version="1.1.1.0"
91-
application/product_version="1.1.1.0"
90+
application/file_version="1.1.2.0"
91+
application/product_version="1.1.2.0"
9292
application/company_name="Orama Interactive"
9393
application/product_name="Pixelorama"
9494
application/file_description="Pixelorama - Your free & open-source sprite editor"
@@ -206,8 +206,8 @@ application/modify_resources=true
206206
application/icon="res://assets/graphics/icons/icon.ico"
207207
application/console_wrapper_icon=""
208208
application/icon_interpolation=4
209-
application/file_version="1.1.1.0"
210-
application/product_version="1.1.1.0"
209+
application/file_version="1.1.2.0"
210+
application/product_version="1.1.2.0"
211211
application/company_name="Orama Interactive"
212212
application/product_name="Pixelorama"
213213
application/file_description="Pixelorama - Your free & open-source sprite editor"
@@ -418,8 +418,8 @@ application/icon_interpolation=4
418418
application/bundle_identifier="com.orama-interactive.pixelorama"
419419
application/signature=""
420420
application/app_category="Graphics-design"
421-
application/short_version="1.1.1"
422-
application/version="1.1.1"
421+
application/short_version="1.1.2"
422+
application/version="1.1.2"
423423
application/copyright="Orama Interactive and contributors 2019-present"
424424
application/copyright_localized={}
425425
application/min_macos_version_x86_64="10.12"
@@ -678,7 +678,7 @@ architectures/arm64-v8a=true
678678
architectures/x86=false
679679
architectures/x86_64=false
680680
version/code=1
681-
version/name="1.1.1"
681+
version/name="1.1.2"
682682
package/unique_name="com.orama_interactive.pixelorama"
683683
package/name="Pixelorama"
684684
package/signed=true

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.2-dev"
15+
config/version="v1.1.2-rc1"
1616
config/tags=PackedStringArray("pixelorama")
1717
run/main_scene="res://src/Main.tscn"
1818
config/use_custom_user_dir=true

0 commit comments

Comments
 (0)