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:
parent
57d4156341
commit
ea41bef350
29
CHANGELOG.md
29
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.
|
||||
<br><br>
|
||||
|
||||
## [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.
|
||||
<br><br>
|
||||
|
||||
## [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.
|
||||
<br><br>
|
||||
|
||||
|
|
Loading…
Reference in a new issue