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

Update to Godot 3.5.2, bump to rc2

This commit is contained in:
Emmanouil Papadeas 2023-05-18 14:59:55 +03:00
parent 74fea47a8c
commit 6e92ebb823
6 changed files with 28 additions and 23 deletions

View file

@ -11,9 +11,9 @@ on:
- "installer/po/*" - "installer/po/*"
env: env:
GODOT_VERSION: 3.5 GODOT_VERSION: 3.5.2
GODOT_VERSION_MAC: 3.5 GODOT_VERSION_MAC: 3.5.2
RASPBERRY_PI_BUILDS_VERSION: 1.13.0 RASPBERRY_PI_BUILDS_VERSION: 1.15.0
EXPORT_NAME: Pixelorama EXPORT_NAME: Pixelorama
jobs: jobs:
@ -21,7 +21,7 @@ jobs:
name: Windows Export 🗔 name: Windows Export 🗔
runs-on: ubuntu-latest runs-on: ubuntu-latest
container: container:
image: docker://barichello/godot-ci:3.5 image: docker://barichello/godot-ci:3.5.2
steps: steps:
- name: Setup WINE and rcedit 🍷 - name: Setup WINE and rcedit 🍷
run: | run: |
@ -58,7 +58,7 @@ jobs:
name: Linux Export 🐧 name: Linux Export 🐧
runs-on: ubuntu-latest runs-on: ubuntu-latest
container: container:
image: docker://barichello/godot-ci:3.5 image: docker://barichello/godot-ci:3.5.2
steps: steps:
- name: Checkout 🛎️ - name: Checkout 🛎️
uses: actions/checkout@v2 uses: actions/checkout@v2

View file

@ -5,7 +5,7 @@ on:
branches: [ master ] branches: [ master ]
env: env:
GODOT_VERSION: 3.5 GODOT_VERSION: 3.5.2
EXPORT_NAME: Pixelorama EXPORT_NAME: Pixelorama
jobs: jobs:
@ -13,7 +13,7 @@ jobs:
name: Web Export 🌐 name: Web Export 🌐
runs-on: ubuntu-latest runs-on: ubuntu-latest
container: container:
image: docker://barichello/godot-ci:3.5 image: docker://barichello/godot-ci:3.5.2
steps: steps:
- name: Checkout 🛎️ - name: Checkout 🛎️
uses: actions/checkout@v2 uses: actions/checkout@v2

View file

@ -5,11 +5,11 @@ on:
branches: [ release ] branches: [ release ]
env: env:
GODOT_VERSION: 3.5 GODOT_VERSION: 3.5.2
GODOT_VERSION_MAC: 3.5 GODOT_VERSION_MAC: 3.5.2
RASPBERRY_PI_BUILDS_VERSION: 1.13.0 RASPBERRY_PI_BUILDS_VERSION: 1.15.0
EXPORT_NAME: Pixelorama EXPORT_NAME: Pixelorama
TAG: v0.10.3 TAG: v0.11
BUTLER_API_KEY: ${{ secrets.BUTLER_API_KEY }} BUTLER_API_KEY: ${{ secrets.BUTLER_API_KEY }}
jobs: jobs:
@ -17,7 +17,7 @@ jobs:
name: Windows Export 🗔 name: Windows Export 🗔
runs-on: ubuntu-latest runs-on: ubuntu-latest
container: container:
image: docker://barichello/godot-ci:3.5 image: docker://barichello/godot-ci:3.5.2
steps: steps:
- name: Setup WINE, rcedit and NSIS 🍷 - name: Setup WINE, rcedit and NSIS 🍷
run: | run: |
@ -78,7 +78,7 @@ jobs:
name: Linux Export 🐧 name: Linux Export 🐧
runs-on: ubuntu-latest runs-on: ubuntu-latest
container: container:
image: docker://barichello/godot-ci:3.5 image: docker://barichello/godot-ci:3.5.2
steps: steps:
- name: Checkout 🛎️ - name: Checkout 🛎️
uses: actions/checkout@v2 uses: actions/checkout@v2
@ -191,7 +191,7 @@ jobs:
name: Web Export 🌐 name: Web Export 🌐
runs-on: ubuntu-latest runs-on: ubuntu-latest
container: container:
image: docker://barichello/godot-ci:3.5 image: docker://barichello/godot-ci:3.5.2
steps: steps:
- name: Checkout 🛎️ - name: Checkout 🛎️
uses: actions/checkout@v2 uses: actions/checkout@v2

View file

@ -8,6 +8,8 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/).
This update has been brought to you by the contributions of: This update has been brought to you by the contributions of:
[@mrtripie](https://github.com/mrtripie), Martin Novák ([@novhack](https://github.com/novhack)), Fayez Akhtar ([@Variable-ind](https://github.com/Variable-ind)), [@20kdc](https://github.com/20kdc), Arron Washington ([@radicaled](https://github.com/radicaled)), Christos Tsoychlakis ([@ChrisTs8920](https://github.com/ChrisTs8920)) [@mrtripie](https://github.com/mrtripie), Martin Novák ([@novhack](https://github.com/novhack)), Fayez Akhtar ([@Variable-ind](https://github.com/Variable-ind)), [@20kdc](https://github.com/20kdc), Arron Washington ([@radicaled](https://github.com/radicaled)), Christos Tsoychlakis ([@ChrisTs8920](https://github.com/ChrisTs8920))
Built using Godot 3.5.2.
### Added ### Added
- Layer groups in the timeline, for better organization. [#698](https://github.com/Orama-Interactive/Pixelorama/pull/698) - Layer groups in the timeline, for better organization. [#698](https://github.com/Orama-Interactive/Pixelorama/pull/698)
- Support for reference images has been implemented. [#771](https://github.com/Orama-Interactive/Pixelorama/pull/771) - Support for reference images has been implemented. [#771](https://github.com/Orama-Interactive/Pixelorama/pull/771)
@ -76,6 +78,8 @@ This update has been brought to you by the contributions of:
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))
Built using Godot 3.5.
### Added ### Added
- The UI now automatically gets scaled, based on the dpi and resolution of the monitor. Resolves [#643](https://github.com/Orama-Interactive/Pixelorama/issues/643). - The UI now automatically gets scaled, based on the dpi and resolution of the monitor. Resolves [#643](https://github.com/Orama-Interactive/Pixelorama/issues/643).
- A "Divide into equal parts" button has been added in Gradient Map. This is meant for easy gradient bisecting, which is helpful for converting Linear/Cubic interpolated gradients into Constant. This will eventually be used in gradient generation as well, once multi-color gradient generation support gets implemented. - A "Divide into equal parts" button has been added in Gradient Map. This is meant for easy gradient bisecting, which is helpful for converting Linear/Cubic interpolated gradients into Constant. This will eventually be used in gradient generation as well, once multi-color gradient generation support gets implemented.
@ -112,6 +116,8 @@ Fayez Akhtar ([@Variable-ind](https://github.com/Variable-ind))
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)), [@GrantMoyer](https://github.com/GrantMoyer) Fayez Akhtar ([@Variable-ind](https://github.com/Variable-ind)), [@GrantMoyer](https://github.com/GrantMoyer)
Built using Godot 3.5.
### Added ### Added
- A gradient map image effect. Addresses the second half of [#595](https://github.com/Orama-Interactive/Pixelorama/discussions/595). - A gradient map image effect. Addresses the second half of [#595](https://github.com/Orama-Interactive/Pixelorama/discussions/595).
- A new rotation type, Rotxel with smear. Thanks to [azagaya](https://github.com/azagaya) for the shader code. - A new rotation type, Rotxel with smear. Thanks to [azagaya](https://github.com/azagaya) for the shader code.
@ -130,7 +136,6 @@ Fayez Akhtar ([@Variable-ind](https://github.com/Variable-ind)), [@GrantMoyer](h
- On quit, the "Save & Exit" button is now focused by default. - On quit, the "Save & Exit" button is now focused by default.
- The icon for onion skinning options has changed. [#711](https://github.com/Orama-Interactive/Pixelorama/pull/711) - The icon for onion skinning options has changed. [#711](https://github.com/Orama-Interactive/Pixelorama/pull/711)
- Extensions are now being automatically reloaded if the user installs an already-existing extension, without the need to restart Pixelorama. - Extensions are now being automatically reloaded if the user installs an already-existing extension, without the need to restart Pixelorama.
- Updated to Godot 3.5.
### Fixed ### Fixed
- Fixed a macOS crash on startup. [90d2473](https://github.com/Orama-Interactive/Pixelorama/commit/90d2473f5256425146a8c10f539b7737aa37fd23) - Fixed a macOS crash on startup. [90d2473](https://github.com/Orama-Interactive/Pixelorama/commit/90d2473f5256425146a8c10f539b7737aa37fd23)

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.10.3.0" application/file_version="0.11.0.0"
application/product_version="0.10.3.0" application/product_version="0.11.0.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.10.3" application/short_version="0.11"
application/version="0.10.3" application/version="0.11"
application/copyright="Orama Interactive and contributors 2019-present" application/copyright="Orama Interactive and contributors 2019-present"
display/high_res=false display/high_res=false
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.10.3.0" application/file_version="0.11.0.0"
application/product_version="0.10.3.0" application/product_version="0.11.0.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"
@ -284,7 +284,7 @@ script_encryption_key=""
[preset.7.options] [preset.7.options]
custom_template/debug="" custom_template/debug=""
custom_template/release="./godot_3.5-stable_rpi4/godot_3.5-stable_rpi4_export-template_lto.bin" custom_template/release="./godot_3.5.2-stable_rpi4/godot_3.5.2-stable_rpi4_export-template_lto.bin"
binary_format/64_bits=false binary_format/64_bits=false
binary_format/embed_pck=false binary_format/embed_pck=false
texture_format/bptc=false texture_format/bptc=false

View file

@ -331,7 +331,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-rc1" config/Version="v0.11-rc2"
config/ExtensionsAPI_Version=3 config/ExtensionsAPI_Version=3
config/Pxo_Version=2 config/Pxo_Version=2