2019-12-28 22:04:55 +00:00
# Changelog
All notable changes to this project will be documented in this file.
The format is based on [Keep a Changelog ](https://keepachangelog.com/en/1.0.0/ ).
## [Unreleased] (v0.6)
### Added
2019-12-28 22:11:27 +00:00
- Palettes. You can choose default ones or make your own! (Thanks to greusser)
2019-12-28 22:04:55 +00:00
- Multiple theme support (Dark, Gray, Light, Godot, Gold) to better match your style (Thanks to Erevoid)!
- Image sub-menu with new features (Outlines, Color invert, desaturation) for more editing power.
- Added layer opacity feature.
- Added better circle brush and new random brush feature .
2019-12-29 02:14:29 +00:00
- Pixelorama goes worldwide with even more translations! (German, French, Polish, Brazilian Portuguese, Russian, Traditional Chinese)
2019-12-29 22:55:12 +00:00
- Importing spritesheets is now possible.
- Exporting matrix spritesheets is now possible. You can choose how many rows OR columns your spritesheet will be.
2019-12-29 02:14:29 +00:00
- Straight lines now have constrained angles if you press `Ctrl` . With a step of 15 angles.
2019-12-28 22:04:55 +00:00
- Straight line angles are now being shown on the top bar.
- Guide color can now be changed in Preferences.
- Added sliders next to the spinboxes of brush size, brush color interpolation and LightenDarken's amount.
2019-12-29 02:14:29 +00:00
- Color switch has `X` as its shortcut.
- Frames can now be removed with middle click.
2019-12-28 22:11:27 +00:00
- Selection content can be deleted with the "Delete" button.
2019-12-28 22:04:55 +00:00
### Changed
- Straight line improvements - it activates by pressing shift after last draw (Thanks to SbNanduri)
- Changed Preferences window's layout.
- Changed export dialog's options to be more clean and easier to understand.
- Switched from a single .csv to gettext for handling translations.
2019-12-29 22:55:12 +00:00
- The About dialog window got an overhaul. It now shows the names of the Development team, Contributors & Donors.
2019-12-28 22:04:55 +00:00
- Changed default cursor shape for the rulers.
- 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.
2019-12-29 02:14:29 +00:00
- Redo has both `Ctrl-Y` and `Shift-Ctrl-Z` as its shortcuts. (Thanks to Schweini07)
2019-12-28 22:04:55 +00:00
- Changed positions of color switch & color default buttons.
- Importing brushes from the Brushes older now looks inside its subfolders too, but not the subfolders of the subfolders.
- Enabled switching between menus in menu bar on hover (Thanks to YeldhamDev)
- The "View" menu remains visible when toggling items (Thanks to YeldhamDev)
- The UI darkens when exiting the application (Thanks to Calinou)
- The bucket tool's "paint all pixels with the same color" now gets limited to the selection, if there is any.
2019-12-28 22:11:27 +00:00
- If the alpha on the color picker is at 0 and any of the other RGB values change, alpha becomes 1. (Issue #54 )
2019-12-30 18:03:22 +00:00
- The Brushes folder now gets created if it doesn't exist (tested on Windows)
2019-12-28 22:04:55 +00:00
### Fixed
2019-12-28 22:11:27 +00:00
- UndoRedo leak (issue #34 ) (Thanks to qarmin)
2019-12-28 22:04:55 +00:00
- Enabled low processor usage and reduced the amount of times "update()" gets called on Canvas and the rulers, to improve CPU usage. (Thanks to Calinou & Martin1991zab)
- Fixed alpha in custom brushes, because their alpha was being blended along with its RGB values. (Issue #51 )
2019-12-28 22:11:27 +00:00
- Fixed "Parent node is busy setting up children, move_child() failed" when the Quit dialog popup was being called. (Issue #90 , thanks to Sslaxx)
2019-12-29 02:14:29 +00:00
- Fixed issues with bucket tool and mirroring.
2019-12-29 22:55:12 +00:00
- Fixed issue with invisible layers becomes visible when a layer was added/removed/moved or changed frame.