From 6e92ebb82371db3ab5d4367db64ee7ccd08784e1 Mon Sep 17 00:00:00 2001 From: Emmanouil Papadeas Date: Thu, 18 May 2023 14:59:55 +0300 Subject: [PATCH] Update to Godot 3.5.2, bump to rc2 --- .github/workflows/dev-desktop-builds.yml | 10 +++++----- .github/workflows/dev-web.yml | 4 ++-- .github/workflows/release.yml | 14 +++++++------- CHANGELOG.md | 7 ++++++- export_presets.cfg | 14 +++++++------- project.godot | 2 +- 6 files changed, 28 insertions(+), 23 deletions(-) diff --git a/.github/workflows/dev-desktop-builds.yml b/.github/workflows/dev-desktop-builds.yml index bbd8d0e8f..eed2dccc6 100644 --- a/.github/workflows/dev-desktop-builds.yml +++ b/.github/workflows/dev-desktop-builds.yml @@ -11,9 +11,9 @@ on: - "installer/po/*" env: - GODOT_VERSION: 3.5 - GODOT_VERSION_MAC: 3.5 - RASPBERRY_PI_BUILDS_VERSION: 1.13.0 + GODOT_VERSION: 3.5.2 + GODOT_VERSION_MAC: 3.5.2 + RASPBERRY_PI_BUILDS_VERSION: 1.15.0 EXPORT_NAME: Pixelorama jobs: @@ -21,7 +21,7 @@ jobs: name: Windows Export ๐Ÿ—” runs-on: ubuntu-latest container: - image: docker://barichello/godot-ci:3.5 + image: docker://barichello/godot-ci:3.5.2 steps: - name: Setup WINE and rcedit ๐Ÿท run: | @@ -58,7 +58,7 @@ jobs: name: Linux Export ๐Ÿง runs-on: ubuntu-latest container: - image: docker://barichello/godot-ci:3.5 + image: docker://barichello/godot-ci:3.5.2 steps: - name: Checkout ๐Ÿ›Ž๏ธ uses: actions/checkout@v2 diff --git a/.github/workflows/dev-web.yml b/.github/workflows/dev-web.yml index 7cac7633a..a8c659406 100644 --- a/.github/workflows/dev-web.yml +++ b/.github/workflows/dev-web.yml @@ -5,7 +5,7 @@ on: branches: [ master ] env: - GODOT_VERSION: 3.5 + GODOT_VERSION: 3.5.2 EXPORT_NAME: Pixelorama jobs: @@ -13,7 +13,7 @@ jobs: name: Web Export ๐ŸŒ runs-on: ubuntu-latest container: - image: docker://barichello/godot-ci:3.5 + image: docker://barichello/godot-ci:3.5.2 steps: - name: Checkout ๐Ÿ›Ž๏ธ uses: actions/checkout@v2 diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 1775a5df2..7a6107563 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -5,11 +5,11 @@ on: branches: [ release ] env: - GODOT_VERSION: 3.5 - GODOT_VERSION_MAC: 3.5 - RASPBERRY_PI_BUILDS_VERSION: 1.13.0 + GODOT_VERSION: 3.5.2 + GODOT_VERSION_MAC: 3.5.2 + RASPBERRY_PI_BUILDS_VERSION: 1.15.0 EXPORT_NAME: Pixelorama - TAG: v0.10.3 + TAG: v0.11 BUTLER_API_KEY: ${{ secrets.BUTLER_API_KEY }} jobs: @@ -17,7 +17,7 @@ jobs: name: Windows Export ๐Ÿ—” runs-on: ubuntu-latest container: - image: docker://barichello/godot-ci:3.5 + image: docker://barichello/godot-ci:3.5.2 steps: - name: Setup WINE, rcedit and NSIS ๐Ÿท run: | @@ -78,7 +78,7 @@ jobs: name: Linux Export ๐Ÿง runs-on: ubuntu-latest container: - image: docker://barichello/godot-ci:3.5 + image: docker://barichello/godot-ci:3.5.2 steps: - name: Checkout ๐Ÿ›Ž๏ธ uses: actions/checkout@v2 @@ -191,7 +191,7 @@ jobs: name: Web Export ๐ŸŒ runs-on: ubuntu-latest container: - image: docker://barichello/godot-ci:3.5 + image: docker://barichello/godot-ci:3.5.2 steps: - name: Checkout ๐Ÿ›Ž๏ธ uses: actions/checkout@v2 diff --git a/CHANGELOG.md b/CHANGELOG.md index 44e77a09b..4333bcf41 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -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: [@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 - 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) @@ -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: Fayez Akhtar ([@Variable-ind](https://github.com/Variable-ind)) +Built using Godot 3.5. + ### 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). - 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: Fayez Akhtar ([@Variable-ind](https://github.com/Variable-ind)), [@GrantMoyer](https://github.com/GrantMoyer) +Built using Godot 3.5. + ### Added - 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. @@ -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. - 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. -- Updated to Godot 3.5. ### Fixed - Fixed a macOS crash on startup. [90d2473](https://github.com/Orama-Interactive/Pixelorama/commit/90d2473f5256425146a8c10f539b7737aa37fd23) diff --git a/export_presets.cfg b/export_presets.cfg index 0b3980675..5858024b0 100644 --- a/export_presets.cfg +++ b/export_presets.cfg @@ -33,8 +33,8 @@ codesign/description="" codesign/custom_options=PoolStringArray( ) application/modify_resources=true application/icon="res://assets/graphics/icons/icon.ico" -application/file_version="0.10.3.0" -application/product_version="0.10.3.0" +application/file_version="0.11.0.0" +application/product_version="0.11.0.0" application/company_name="Orama Interactive" application/product_name="Pixelorama" 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/signature="" application/app_category="Graphics-design" -application/short_version="0.10.3" -application/version="0.10.3" +application/short_version="0.11" +application/version="0.11" application/copyright="Orama Interactive and contributors 2019-present" display/high_res=false privacy/microphone_usage_description="" @@ -210,8 +210,8 @@ codesign/description="" codesign/custom_options=PoolStringArray( ) application/modify_resources=true application/icon="res://assets/graphics/icons/icon.ico" -application/file_version="0.10.3.0" -application/product_version="0.10.3.0" +application/file_version="0.11.0.0" +application/product_version="0.11.0.0" application/company_name="Orama Interactive" application/product_name="Pixelorama" application/file_description="Pixelorama - Your free & open-source sprite editor" @@ -284,7 +284,7 @@ script_encryption_key="" [preset.7.options] 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/embed_pck=false texture_format/bptc=false diff --git a/project.godot b/project.godot index 7731a9416..7352198df 100644 --- a/project.godot +++ b/project.godot @@ -331,7 +331,7 @@ config/icon="res://assets/graphics/icons/icon.png" config/macos_native_icon="res://assets/graphics/icons/icon.icns" config/windows_native_icon="res://assets/graphics/icons/icon.ico" config/custom_user_dir_name.X11="pixelorama" -config/Version="v0.11-rc1" +config/Version="v0.11-rc2" config/ExtensionsAPI_Version=3 config/Pxo_Version=2