1
0
Fork 0
mirror of https://github.com/Orama-Interactive/Pixelorama.git synced 2025-01-18 17:19:50 +00:00

Update Changelog.md

This commit is contained in:
Manolis Papadeas 2020-01-08 17:40:38 +02:00 committed by GitHub
parent 83641ecc9a
commit a4886a2ee7
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -3,6 +3,24 @@ 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/). The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/).
## [v0.6.1] - Unreleased
### Added
- Italian localization - thanks to Marco Galli!
### Changed
- More translatable strings, updates to Greek & Brazilian Portuguese (thanks to YeldhamDev) localizations.
- The dark theme button is now pressed by default if the user hasn't saved a theme preference in the config file.
- Added a VSplitContainer for Palettes and Layers.
- Added a ScrollContainer for the palette buttons on the Edit Palette popup.
- Made Palette .json files more readable, and made "comments" on top of the color data.
- THe grid options are now being updated realtime when they're being changed from the preferences.
### Fixed
- Crash that occured when trying to delete contents of a selection, that were outside the canvas.
- Fixed .gpl palettes not being imported correctly - Issue #112
- Fixed crash that occured when pressing the play buttons on the timeline, on Godot 3.2 - Issue #111
## [v0.6] - 06-01-2020 ## [v0.6] - 06-01-2020
### Added ### Added