You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: CHANGELOG.md
+3-1Lines changed: 3 additions & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -29,14 +29,16 @@ Built using Godot 4.5.1
29
29
- 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)
30
30
- The "Offset/Zoom" effect has been renamed to "Offset & Scale". [#1362](https://github.com/Orama-Interactive/Pixelorama/pull/1362)
31
31
- 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.
32
33
33
34
### Fixed
34
35
- The canvas no longer jitters when it is zoomed out a lot and smooth zoom is enabled.
35
36
- The screen color picker now works properly on Linux, users can pick colors outside of Pixelorama's window.
36
37
- Optimized the "Mirror Image" effect when a selection is active. Now it should no longer lag on big canvases.
37
38
- 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)
38
39
- 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.
40
42
- The color picker's RGB values can no longer go higher than 255. [#349](https://github.com/Orama-Interactive/Pixelorama/issues/349)
41
43
- Fixed the restore to default button in the Preferences not hiding after being clicked next to text fields and color buttons.
42
44
- Fixed the "Open last project" button in the splash screen not hiding in the Web version.
0 commit comments