Skip to content

Commit d726ab6

Browse files
[skip ci] Update CHANGELOG.md
1 parent 5b13162 commit d726ab6

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

CHANGELOG.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,14 +29,16 @@ Built using Godot 4.5.1
2929
- When moving frames using the arrow buttons in the timeline, all moved cels are now being selected. [#1358](https://github.com/Orama-Interactive/Pixelorama/pull/1358)
3030
- The "Offset/Zoom" effect has been renamed to "Offset & Scale". [#1362](https://github.com/Orama-Interactive/Pixelorama/pull/1362)
3131
- On Linux, the native screen color picker of the operating system is now used.
32+
- The canvas can now be moved by arrow keys if there is a selection tool selected, but there is not an active selection. If there is, the selection itself gets moved, just like before.
3233

3334
### Fixed
3435
- The canvas no longer jitters when it is zoomed out a lot and smooth zoom is enabled.
3536
- The screen color picker now works properly on Linux, users can pick colors outside of Pixelorama's window.
3637
- Optimized the "Mirror Image" effect when a selection is active. Now it should no longer lag on big canvases.
3738
- Fixed a crash when a user selects a 3D object, then does an undo or redo [#1353](https://github.com/Orama-Interactive/Pixelorama/pull/1353)
3839
- Fixed tilemap cells being erased in manual mode if there are cells outside of the canvas boundaries.
39-
- Fixed transparent checkers not following canvas movement vertically, if "Follow canvs movement" was enabled, and "Follow canvas zoom level" was disabled from the Preferences.
40+
- Invisible layers are no longer included when exporting images in headless mode, such as from the command line. [#1368](https://github.com/Orama-Interactive/Pixelorama/issues/1368)
41+
- Fixed transparent checkers not following canvas movement vertically, if "Follow canvas movement" was enabled, and "Follow canvas zoom level" was disabled from the Preferences.
4042
- The color picker's RGB values can no longer go higher than 255. [#349](https://github.com/Orama-Interactive/Pixelorama/issues/349)
4143
- Fixed the restore to default button in the Preferences not hiding after being clicked next to text fields and color buttons.
4244
- Fixed the "Open last project" button in the splash screen not hiding in the Web version.

0 commit comments

Comments
 (0)