From 21cd02deaf90310ffa296717b4bf5ec15ee63985 Mon Sep 17 00:00:00 2001 From: Emmanouil Papadeas Date: Tue, 20 Feb 2024 15:46:50 +0200 Subject: [PATCH] Revert "Update to Godot 3.5.3" This reverts commit 6492705d8a3e8e1c95faa7c0e403fd25bfecab7b. --- .github/workflows/dev-desktop-builds.yml | 8 ++++---- .github/workflows/dev-web.yml | 4 ++-- .github/workflows/release.yml | 10 +++++----- CHANGELOG.md | 3 +-- 4 files changed, 12 insertions(+), 13 deletions(-) diff --git a/.github/workflows/dev-desktop-builds.yml b/.github/workflows/dev-desktop-builds.yml index 330d8cacd..5ec9521b6 100644 --- a/.github/workflows/dev-desktop-builds.yml +++ b/.github/workflows/dev-desktop-builds.yml @@ -16,8 +16,8 @@ concurrency: cancel-in-progress: true env: - GODOT_VERSION: 3.5.3 - GODOT_VERSION_MAC: 3.5.3 + GODOT_VERSION: 3.5.2 + GODOT_VERSION_MAC: 3.5.2 RASPBERRY_PI_BUILDS_VERSION: 1.15.0 EXPORT_NAME: Pixelorama @@ -26,7 +26,7 @@ jobs: name: Windows Export 🗔 runs-on: ubuntu-latest container: - image: docker://barichello/godot-ci:3.5.3 + image: docker://barichello/godot-ci:3.5.2 steps: - name: Setup WINE and rcedit 🍷 run: | @@ -63,7 +63,7 @@ jobs: name: Linux Export 🐧 runs-on: ubuntu-latest container: - image: docker://barichello/godot-ci:3.5.3 + image: docker://barichello/godot-ci:3.5.2 steps: - name: Checkout 🛎️ uses: actions/checkout@v3 diff --git a/.github/workflows/dev-web.yml b/.github/workflows/dev-web.yml index cc2a736a5..5240803eb 100644 --- a/.github/workflows/dev-web.yml +++ b/.github/workflows/dev-web.yml @@ -9,7 +9,7 @@ concurrency: cancel-in-progress: true env: - GODOT_VERSION: 3.5.3 + GODOT_VERSION: 3.5.2 EXPORT_NAME: Pixelorama jobs: @@ -17,7 +17,7 @@ jobs: name: Web Export 🌐 runs-on: ubuntu-latest container: - image: docker://barichello/godot-ci:3.5.3 + image: docker://barichello/godot-ci:3.5.2 steps: - name: Checkout 🛎️ uses: actions/checkout@v3 diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index fe7d99389..2a517e5f8 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -5,8 +5,8 @@ on: branches: [ release ] env: - GODOT_VERSION: 3.5.3 - GODOT_VERSION_MAC: 3.5.3 + GODOT_VERSION: 3.5.2 + GODOT_VERSION_MAC: 3.5.2 RASPBERRY_PI_BUILDS_VERSION: 1.15.0 EXPORT_NAME: Pixelorama TAG: v0.11.4 @@ -17,7 +17,7 @@ jobs: name: Windows Export 🗔 runs-on: ubuntu-latest container: - image: docker://barichello/godot-ci:3.5.3 + image: docker://barichello/godot-ci:3.5.2 steps: - name: Setup WINE, rcedit and NSIS 🍷 run: | @@ -76,7 +76,7 @@ jobs: name: Linux Export 🐧 runs-on: ubuntu-latest container: - image: docker://barichello/godot-ci:3.5.3 + image: docker://barichello/godot-ci:3.5.2 steps: - name: Checkout 🛎️ uses: actions/checkout@v3 @@ -189,7 +189,7 @@ jobs: name: Web Export 🌐 runs-on: ubuntu-latest container: - image: docker://barichello/godot-ci:3.5.3 + image: docker://barichello/godot-ci:3.5.2 steps: - name: Checkout 🛎️ uses: actions/checkout@v3 diff --git a/CHANGELOG.md b/CHANGELOG.md index b3c873c10..940d6800d 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -8,7 +8,7 @@ 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: Fayez Akhtar ([@Variable-ind](https://github.com/Variable-ind)) -Built using Godot 3.5.3 +Built using Godot 3.5.2 ### Added - Exporting palettes to png files is now possible. @@ -24,7 +24,6 @@ Built using Godot 3.5.3 ### Fixed - Memory usage has been greatly optimized when doing operations such as drawing, image effects, selecting, transforming, etc, as the images stored in memory are now compressed. [#883](https://github.com/Orama-Interactive/Pixelorama/issues/883) - Fixed memory leak when applying image effects. [7235617db7c21837edc7ba7b95f2e7eeb1140691](https://github.com/Orama-Interactive/Pixelorama/commit/7235617db7c21837edc7ba7b95f2e7eeb1140691) -- Attempting to load an invalid pxo file no longer crashes the application. - Fixed memory leak when previewing layouts in the Manage Layouts dialog. - Tool shortcuts can now work with Control. [#935](https://github.com/Orama-Interactive/Pixelorama/issues/935) - Optimize canvas drawing by only updating it when the image(s) have changed. [ac6a4db43d9296ebc03e639d8199dd3878a25d86](https://github.com/Orama-Interactive/Pixelorama/commit/ac6a4db43d9296ebc03e639d8199dd3878a25d86)