mirror of
https://github.com/tonytins/CozyPixelStudio.git
synced 2025-06-25 11:14:42 -04:00
You can now resize cels in the timeline by holding Control
and scrolling with the mouse wheel.
Addresses part of #306
This commit is contained in:
parent
77185b5263
commit
7f1594e1bc
8 changed files with 75 additions and 11 deletions
|
@ -13,6 +13,7 @@ Laurenz Reinthaler (Schweini07), kleonc, Variable-ind
|
|||
### Added
|
||||
- A new pan tool, used to move around the canvas. ([#399](https://github.com/Orama-Interactive/Pixelorama/pull/399))
|
||||
- Dragging and dropping individual cels in the timeline to change their position is now possible.
|
||||
- You can now resize cels in the timeline by holding `Control` and scrolling with the mouse wheel.
|
||||
- Added a new "Performance" tab in the Preferences that exposes options related to the application's FPS to the user.
|
||||
- Added a new pixel grid, which is a grid of size 1px and it appears after a certain zoom level. ([#427](https://github.com/Orama-Interactive/Pixelorama/pull/427))
|
||||
- Added offset options to the grid. ([#434](https://github.com/Orama-Interactive/Pixelorama/pull/434))
|
||||
|
@ -28,13 +29,16 @@ Laurenz Reinthaler (Schweini07), kleonc, Variable-ind
|
|||
- Frame tags can now be set for frames larger than 100. ([#408](https://github.com/Orama-Interactive/Pixelorama/pull/408))
|
||||
- The "lock aspect ratio" button in the create new image dialog has been changed to a texture button.
|
||||
- Improved the "Scale Image" dialog. It now automatically sets the size to the current project's size, has a button to lock aspect ratio, and resizing based on percentage.
|
||||
- Tile mode rects are now cached for a little speedup. ([#443](https://github.com/Orama-Interactive/Pixelorama/pull/443))
|
||||
|
||||
### Fixed
|
||||
- Fixed layer button textures not being updated properly when changing theme. ([#404](https://github.com/Orama-Interactive/Pixelorama/issues/404))
|
||||
- Keyboard shortcut conflicts between tool shortcuts and other shortcuts that use the "Control" key, like menu shortcuts, have been resolved. ([#407](https://github.com/Orama-Interactive/Pixelorama/pull/407))
|
||||
- The opacity of a cel and the tile mode opacity are now multiplicative. ([#414](https://github.com/Orama-Interactive/Pixelorama/pull/414))
|
||||
- Fixed an issue where adding a new layer did not select it, rather it was selecting the above layer of the previously selected layer. ([#424](https://github.com/Orama-Interactive/Pixelorama/pull/424))
|
||||
- Fixed cel opacity not being always updated on the UI. ([#420](https://github.com/Orama-Interactive/Pixelorama/pull/420))
|
||||
- Fixed cel opacity not always being updated on the UI. ([#420](https://github.com/Orama-Interactive/Pixelorama/pull/420))
|
||||
- Loading empty backuped projects no longer result in a crash. ([#445](https://github.com/Orama-Interactive/Pixelorama/issues/445))
|
||||
- Fixed potential index out of bounds error when loading backup files. ([#446](https://github.com/Orama-Interactive/Pixelorama/pull/446))
|
||||
<br><br>
|
||||
|
||||
## [v0.8.2] - 2020-12-12
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue