From ea41bef350ebf53edc1e4f94abb2ee8cc22a9fd3 Mon Sep 17 00:00:00 2001 From: OverloadedOrama <35376950+OverloadedOrama@users.noreply.github.com> Date: Sun, 14 Jun 2020 04:59:57 +0300 Subject: [PATCH] Update CHANGELOG.md --- CHANGELOG.md | 29 +++++++++++++---------------- 1 file changed, 13 insertions(+), 16 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 3bf2e2112..a8b9e57b9 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -4,38 +4,35 @@ 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/). All the dates are in YYYY-MM-DD format.

-## [v0.8] - Unreleased +## [Unreleased] This update has been brought to you by the contributions of: -Darshan Phaldesai (luiq54) +Darshan Phaldesai (luiq54), Igor Santarek (jegor377), rob-a-bolton, Kinwailo ### Added - Project tabs! You can now have multiple projects open at the same time, and access each one with tabs. -- You can now draw on the tiling mode previews! ([#65](https://github.com/Orama-Interactive/Pixelorama/issues/65)) - -### Changed -- The .pxo file structure has been changed. It's now consisted of a JSON-structured metadata part, where all the data that can be stored as text are, and a binary part, that contain all the actual image data for each cel and project brush. -

- -## [v0.7.1] - Unreleased -This update has been brought to you by the contributions of: -Igor Santarek (jegor377), rob-a-bolton, Kinwailo - -### Added -- Ability to remove the current palette. +- Ability to remove the current palette. [#239](https://github.com/Orama-Interactive/Pixelorama/pull/239)) - You can now drag & drop files into the program while it's running to open them. +- You can now draw on the tiling mode previews! ([#65](https://github.com/Orama-Interactive/Pixelorama/issues/65)) +- Added Resize Canvas option to Image menu. ### Changed - Drawing is no longer limited by the canvas boundaries. This means that, if you have a brush largen than 1px, you can draw on the edges of the canvas. All pixels that are being drawn outside of the canvas will still have no effect. -- Language and theme checkboxes are now radio buttons. -- The Blue theme has more similar margins and seperations with the rest of the themes. - The guides are now the same for all frames. - Pixel perfect is no longer enabled when the brush size is bigger than 1px. +- The .pxo file structure has been changed. It's now consisted of a JSON-structured metadata part, where all the data that can be stored as text are, and a binary part, that contain all the actual image data for each cel and project brush. +- When making a straight line, a preview of how the line's pixels will look is now being shown. ([#260](https://github.com/Orama-Interactive/Pixelorama/pull/260)) +- Language and theme checkboxes are now radio buttons. +- The Blue theme has more similar margins and seperations with the rest of the themes. +- The "Import" option from the file menu has been removed, users can now import image files from "Open". (This is still a WIP) ### Fixed +- Exporting large images and drawing with large image brushes is now a lot faster. - Fixed failed imports of gpl palettes by adding support for the newer variant of gpl files. ([#250](https://github.com/Orama-Interactive/Pixelorama/pull/250)) - Fixed alpha blending and lighting/darkening issues when drawing pixels with mirroring. - Fixed issue where if you moved a frame to the start (move left), it was invisible. - Fixed a rare issue with Undo/Redo not working while motion drawing and making lines. +- Grid and guides are now longer being displayed on previews. ([#205](https://github.com/Orama-Interactive/Pixelorama/issues/205)) +- Fixed a rare problem where the custom mouse cursor's image was failing to load. - Importing a non-palette json file no longer crashes the app.