1
0
Fork 0
mirror of https://github.com/Orama-Interactive/Pixelorama.git synced 2025-01-18 17:19:50 +00:00

Bump version to v0.11.4-rc1

This commit is contained in:
Emmanouil Papadeas 2024-01-24 16:04:57 +02:00
parent eff79337e0
commit e84e08bf21
5 changed files with 10 additions and 9 deletions

View file

@ -9,7 +9,7 @@ env:
GODOT_VERSION_MAC: 3.5.2 GODOT_VERSION_MAC: 3.5.2
RASPBERRY_PI_BUILDS_VERSION: 1.15.0 RASPBERRY_PI_BUILDS_VERSION: 1.15.0
EXPORT_NAME: Pixelorama EXPORT_NAME: Pixelorama
TAG: v0.11.3 TAG: v0.11.4
BUTLER_API_KEY: ${{ secrets.BUTLER_API_KEY }} BUTLER_API_KEY: ${{ secrets.BUTLER_API_KEY }}
jobs: jobs:

View file

@ -30,6 +30,7 @@ Built using Godot 3.5.2
- The ellipse tool no longer produces gaps with large sizes. [4f3a7a305a264e0d2fe86c201af76eca4b2fea0a](https://github.com/Orama-Interactive/Pixelorama/commit/4f3a7a305a264e0d2fe86c201af76eca4b2fea0a) - The ellipse tool no longer produces gaps with large sizes. [4f3a7a305a264e0d2fe86c201af76eca4b2fea0a](https://github.com/Orama-Interactive/Pixelorama/commit/4f3a7a305a264e0d2fe86c201af76eca4b2fea0a)
- Fix "visible layers" option on the export dialog producing wrong results. [346d1f071a8c6b1defb1072d39aea9c642f1ef59](https://github.com/Orama-Interactive/Pixelorama/commit/346d1f071a8c6b1defb1072d39aea9c642f1ef59) - Fix "visible layers" option on the export dialog producing wrong results. [346d1f071a8c6b1defb1072d39aea9c642f1ef59](https://github.com/Orama-Interactive/Pixelorama/commit/346d1f071a8c6b1defb1072d39aea9c642f1ef59)
- Random brushes now work again. [1317e40ffa5e9f01a9d214221bb5133db20a1de9](https://github.com/Orama-Interactive/Pixelorama/commit/1317e40ffa5e9f01a9d214221bb5133db20a1de9) - Random brushes now work again. [1317e40ffa5e9f01a9d214221bb5133db20a1de9](https://github.com/Orama-Interactive/Pixelorama/commit/1317e40ffa5e9f01a9d214221bb5133db20a1de9)
- The gizmo in the rotation image effect dialog is now accurately following the mouse.
## [v0.11.3] - 2023-10-30 ## [v0.11.3] - 2023-10-30
This update has been brought to you by the contributions of: This update has been brought to you by the contributions of:

View file

@ -33,8 +33,8 @@ codesign/description=""
codesign/custom_options=PoolStringArray( ) codesign/custom_options=PoolStringArray( )
application/modify_resources=true application/modify_resources=true
application/icon="res://assets/graphics/icons/icon.ico" application/icon="res://assets/graphics/icons/icon.ico"
application/file_version="0.11.3.0" application/file_version="0.11.4.0"
application/product_version="0.11.3.0" application/product_version="0.11.4.0"
application/company_name="Orama Interactive" application/company_name="Orama Interactive"
application/product_name="Pixelorama" application/product_name="Pixelorama"
application/file_description="Pixelorama - Your free & open-source sprite editor" application/file_description="Pixelorama - Your free & open-source sprite editor"
@ -89,8 +89,8 @@ application/icon="res://assets/graphics/icons/icon.icns"
application/identifier="com.orama-interactive.pixelorama" application/identifier="com.orama-interactive.pixelorama"
application/signature="" application/signature=""
application/app_category="Graphics-design" application/app_category="Graphics-design"
application/short_version="0.11.3" application/short_version="0.11.4"
application/version="0.11.3" application/version="0.11.4"
application/copyright="Orama Interactive and contributors 2019-present" application/copyright="Orama Interactive and contributors 2019-present"
display/high_res=true display/high_res=true
privacy/microphone_usage_description="" privacy/microphone_usage_description=""
@ -210,8 +210,8 @@ codesign/description=""
codesign/custom_options=PoolStringArray( ) codesign/custom_options=PoolStringArray( )
application/modify_resources=true application/modify_resources=true
application/icon="res://assets/graphics/icons/icon.ico" application/icon="res://assets/graphics/icons/icon.ico"
application/file_version="0.11.3.0" application/file_version="0.11.4.0"
application/product_version="0.11.3.0" application/product_version="0.11.4.0"
application/company_name="Orama Interactive" application/company_name="Orama Interactive"
application/product_name="Pixelorama" application/product_name="Pixelorama"
application/file_description="Pixelorama - Your free & open-source sprite editor" application/file_description="Pixelorama - Your free & open-source sprite editor"

View file

@ -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 "v0.11.3" !define APPVERSION "v0.11.4"
!define COMPANYNAME "Orama Interactive" !define COMPANYNAME "Orama Interactive"

View file

@ -343,7 +343,7 @@ config/icon="res://assets/graphics/icons/icon.png"
config/macos_native_icon="res://assets/graphics/icons/icon.icns" config/macos_native_icon="res://assets/graphics/icons/icon.icns"
config/windows_native_icon="res://assets/graphics/icons/icon.ico" config/windows_native_icon="res://assets/graphics/icons/icon.ico"
config/custom_user_dir_name.X11="pixelorama" config/custom_user_dir_name.X11="pixelorama"
config/Version="v0.11.4-dev" config/Version="v0.11.4-rc1"
config/ExtensionsAPI_Version=3 config/ExtensionsAPI_Version=3
config/Pxo_Version=2 config/Pxo_Version=2