mirror of
https://github.com/Orama-Interactive/Pixelorama.git
synced 2025-01-18 09:09:47 +00:00
Update Changelog.md
This commit is contained in:
parent
2be96f5d53
commit
ad2e1062ee
|
@ -12,6 +12,8 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/).
|
||||||
- Added layer opacity feature.
|
- Added layer opacity feature.
|
||||||
- Added better circle brush and new random brush feature .
|
- Added better circle brush and new random brush feature .
|
||||||
- Pixelorama goes worldwide with even more translations! (German, French, Polish, Brazilian Portuguese, Russian, Traditional Chinese)
|
- Pixelorama goes worldwide with even more translations! (German, French, Polish, Brazilian Portuguese, Russian, Traditional Chinese)
|
||||||
|
- Importing spritesheets is now possible.
|
||||||
|
- Exporting matrix spritesheets is now possible. You can choose how many rows OR columns your spritesheet will be.
|
||||||
- Straight lines now have constrained angles if you press `Ctrl`. With a step of 15 angles.
|
- Straight lines now have constrained angles if you press `Ctrl`. With a step of 15 angles.
|
||||||
- Straight line angles are now being shown on the top bar.
|
- Straight line angles are now being shown on the top bar.
|
||||||
- Guide color can now be changed in Preferences.
|
- Guide color can now be changed in Preferences.
|
||||||
|
@ -23,9 +25,9 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/).
|
||||||
### Changed
|
### Changed
|
||||||
- Straight line improvements - it activates by pressing shift after last draw (Thanks to SbNanduri)
|
- Straight line improvements - it activates by pressing shift after last draw (Thanks to SbNanduri)
|
||||||
- Changed Preferences window's layout.
|
- Changed Preferences window's layout.
|
||||||
- Importing spritesheets is now possible.
|
|
||||||
- Changed export dialog's options to be more clean and easier to understand.
|
- Changed export dialog's options to be more clean and easier to understand.
|
||||||
- Switched from a single .csv to gettext for handling translations.
|
- Switched from a single .csv to gettext for handling translations.
|
||||||
|
- The About dialog window got an overhaul. It now shows the names of the Development team, Contributors & Donors.
|
||||||
- Changed default cursor shape for the rulers.
|
- Changed default cursor shape for the rulers.
|
||||||
- Made the layer and timeline buttons have hover textures. (Thanks to Erevoid)
|
- Made the layer and timeline buttons have hover textures. (Thanks to Erevoid)
|
||||||
- Brush color interpolation and LightenDarknen's amount now range from 0-100, instead of 0-1.
|
- Brush color interpolation and LightenDarknen's amount now range from 0-100, instead of 0-1.
|
||||||
|
@ -44,4 +46,4 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/).
|
||||||
- Fixed alpha in custom brushes, because their alpha was being blended along with its RGB values. (Issue #51)
|
- Fixed alpha in custom brushes, because their alpha was being blended along with its RGB values. (Issue #51)
|
||||||
- Fixed "Parent node is busy setting up children, move_child() failed" when the Quit dialog popup was being called. (Issue #90, thanks to Sslaxx)
|
- Fixed "Parent node is busy setting up children, move_child() failed" when the Quit dialog popup was being called. (Issue #90, thanks to Sslaxx)
|
||||||
- Fixed issues with bucket tool and mirroring.
|
- Fixed issues with bucket tool and mirroring.
|
||||||
- Fixed issue with invisible layers becomes visible when a layer was added/removed/moved or changed frame.
|
- Fixed issue with invisible layers becomes visible when a layer was added/removed/moved or changed frame.
|
||||||
|
|
Loading…
Reference in a new issue