mirror of
https://github.com/Orama-Interactive/Pixelorama.git
synced 2025-01-18 17:19:50 +00:00
Update to Godot 3.5.3
This commit is contained in:
parent
3f6e1385e0
commit
6492705d8a
8
.github/workflows/dev-desktop-builds.yml
vendored
8
.github/workflows/dev-desktop-builds.yml
vendored
|
@ -16,8 +16,8 @@ concurrency:
|
|||
cancel-in-progress: true
|
||||
|
||||
env:
|
||||
GODOT_VERSION: 3.5.2
|
||||
GODOT_VERSION_MAC: 3.5.2
|
||||
GODOT_VERSION: 3.5.3
|
||||
GODOT_VERSION_MAC: 3.5.3
|
||||
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.2
|
||||
image: docker://barichello/godot-ci:3.5.3
|
||||
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.2
|
||||
image: docker://barichello/godot-ci:3.5.3
|
||||
steps:
|
||||
- name: Checkout 🛎️
|
||||
uses: actions/checkout@v3
|
||||
|
|
4
.github/workflows/dev-web.yml
vendored
4
.github/workflows/dev-web.yml
vendored
|
@ -9,7 +9,7 @@ concurrency:
|
|||
cancel-in-progress: true
|
||||
|
||||
env:
|
||||
GODOT_VERSION: 3.5.2
|
||||
GODOT_VERSION: 3.5.3
|
||||
EXPORT_NAME: Pixelorama
|
||||
|
||||
jobs:
|
||||
|
@ -17,7 +17,7 @@ jobs:
|
|||
name: Web Export 🌐
|
||||
runs-on: ubuntu-latest
|
||||
container:
|
||||
image: docker://barichello/godot-ci:3.5.2
|
||||
image: docker://barichello/godot-ci:3.5.3
|
||||
steps:
|
||||
- name: Checkout 🛎️
|
||||
uses: actions/checkout@v3
|
||||
|
|
10
.github/workflows/release.yml
vendored
10
.github/workflows/release.yml
vendored
|
@ -5,8 +5,8 @@ on:
|
|||
branches: [ release ]
|
||||
|
||||
env:
|
||||
GODOT_VERSION: 3.5.2
|
||||
GODOT_VERSION_MAC: 3.5.2
|
||||
GODOT_VERSION: 3.5.3
|
||||
GODOT_VERSION_MAC: 3.5.3
|
||||
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.2
|
||||
image: docker://barichello/godot-ci:3.5.3
|
||||
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.2
|
||||
image: docker://barichello/godot-ci:3.5.3
|
||||
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.2
|
||||
image: docker://barichello/godot-ci:3.5.3
|
||||
steps:
|
||||
- name: Checkout 🛎️
|
||||
uses: actions/checkout@v3
|
||||
|
|
|
@ -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.2
|
||||
Built using Godot 3.5.3
|
||||
|
||||
### Added
|
||||
- Exporting palettes to png files is now possible.
|
||||
|
@ -24,6 +24,7 @@ Built using Godot 3.5.2
|
|||
### 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 <kbd>Control</kbd>. [#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)
|
||||
|
|
Loading…
Reference in a new issue