mirror of
https://github.com/Orama-Interactive/Pixelorama.git
synced 2025-01-18 17:19:50 +00:00
Compare commits
3 commits
30eed8ad19
...
36266e5784
Author | SHA1 | Date | |
---|---|---|---|
36266e5784 | |||
e98d481a19 | |||
6c3fc95099 |
|
@ -21,12 +21,14 @@ Built using Godot 4.3
|
||||||
|
|
||||||
### Changed
|
### Changed
|
||||||
- System font names are now sorted by alphabetical order.
|
- System font names are now sorted by alphabetical order.
|
||||||
|
- "Tile Mode" under the Selection menu has been renamed to "Wrap Strokes". This does not affect the "Tile Mode" option in the View menu. [#1150](https://github.com/Orama-Interactive/Pixelorama/pull/1150)
|
||||||
|
|
||||||
### Fixed
|
### Fixed
|
||||||
- Fixed crash when Pixelorama starts without a palette.
|
- Fixed crash when Pixelorama starts without a palette.
|
||||||
- Undo/redo now works again when the cursor is hovering over the timeline.
|
- Undo/redo now works again when the cursor is hovering over the timeline.
|
||||||
- The first frame is no longer exported twice when using ping-pong loop.
|
- The first frame is no longer exported twice when using ping-pong loop.
|
||||||
- Fixed pencil/eraser/shading previews turning white for a brief moment when changing image brushes, and when switching between tools.
|
- Fixed pencil/eraser/shading previews turning white for a brief moment when changing image brushes, and when switching between tools.
|
||||||
|
- Fixed the preview on the left tool not being visible, if the right tool had a preview. [#1157](https://github.com/Orama-Interactive/Pixelorama/issues/1157)
|
||||||
- Dialogs that are children of other dialogs now always appear on top, to avoid issues where they could hide behind their parents and causing confusion that made Pixelorama seem unresponsive.
|
- Dialogs that are children of other dialogs now always appear on top, to avoid issues where they could hide behind their parents and causing confusion that made Pixelorama seem unresponsive.
|
||||||
- Palette swatches now get deleted when the user removes all palettes.
|
- Palette swatches now get deleted when the user removes all palettes.
|
||||||
- The CLI's output option now works with filepaths instead of just filenames. [#1145](https://github.com/Orama-Interactive/Pixelorama/pull/1145)
|
- The CLI's output option now works with filepaths instead of just filenames. [#1145](https://github.com/Orama-Interactive/Pixelorama/pull/1145)
|
||||||
|
|
|
@ -24,7 +24,7 @@ boot_splash/use_filter=false
|
||||||
config/icon="res://assets/graphics/icons/icon.png"
|
config/icon="res://assets/graphics/icons/icon.png"
|
||||||
config/macos_native_icon="res://assets/graphics/icons/icon.icns"
|
config/macos_native_icon="res://assets/graphics/icons/icon.icns"
|
||||||
config/windows_native_icon="res://assets/graphics/icons/icon.ico"
|
config/windows_native_icon="res://assets/graphics/icons/icon.ico"
|
||||||
config/ExtensionsAPI_Version=5
|
config/ExtensionsAPI_Version=6
|
||||||
config/Pxo_Version=4
|
config/Pxo_Version=4
|
||||||
|
|
||||||
[autoload]
|
[autoload]
|
||||||
|
|
Loading…
Reference in a new issue