mirror of
https://github.com/Orama-Interactive/Pixelorama.git
synced 2025-01-18 09:09:47 +00:00
Update CHANGELOG & AboutDialog
This commit is contained in:
parent
0d64b03fbf
commit
a46f21265e
|
@ -7,7 +7,7 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/).
|
|||
## [v0.9] - Unreleased
|
||||
This update has been brought to you by the contributions of:
|
||||
|
||||
DragonOfWar, novhack, Fayez Akhtar (Variable), Darshan Phaldesai (luiq54), Xenofon Konitsas (huskeee), Igor Santarek (jegor377), Álex Román Núñez (EIREXE)
|
||||
Kawan Weege ([@DragonOfWar](https://github.com/DragonOfWar)), Martin Novák ([@novhack](https://github.com/novhack)), Fayez Akhtar ([@Variable-ind](https://github.com/Variable-ind)), Darshan Phaldesai ([@luiq54](https://github.com/luiq54)), Xenofon Konitsas ([@huskeee](https://github.com/huskeee)), Igor Santarek ([@jegor377](https://github.com/jegor377)), Álex Román Núñez ([@EIREXE](https://github.com/EIREXE))
|
||||
|
||||
### Added
|
||||
- A total of 9 new tools!
|
||||
|
@ -20,7 +20,7 @@ DragonOfWar, novhack, Fayez Akhtar (Variable), Darshan Phaldesai (luiq54), Xenof
|
|||
- Frame numbers in the timeline above the cels are now clickable buttons that can be dragged and dropped to re-arrange the frames. Right clicking on these buttons brings up a frame-related menu with options that used to be on the cel right click menu.
|
||||
- You can now right click a cel to delete its contents.
|
||||
- Layer dragging and dropping is now also possible.
|
||||
- A new "fill inside" option has been added in the Pencil too. [#489](https://github.com/Orama-Interactive/Pixelorama/pull/489) and [#459](https://github.com/Orama-Interactive/Pixelorama/pull/459)
|
||||
- A new "fill inside" option has been added in the Pencil too. [#489](https://github.com/Orama-Interactive/Pixelorama/pull/489), based off [#459](https://github.com/Orama-Interactive/Pixelorama/pull/459)
|
||||
- You can now name the project name on the "create new project" dialog. [#490](https://github.com/Orama-Interactive/Pixelorama/pull/490)
|
||||
- A tool button size option has been added in the Preferences. This lets you choose between small or big tool button sizes.
|
||||
- Added Norwegian Bokmål and Ukrainian translations.
|
||||
|
@ -32,6 +32,7 @@ DragonOfWar, novhack, Fayez Akhtar (Variable), Darshan Phaldesai (luiq54), Xenof
|
|||
- Image color inverting, desaturation and HSV adjusting are now shader based. This improves the performance of these image effects and prevents crashes on large images. [#475](https://github.com/Orama-Interactive/Pixelorama/pull/475)
|
||||
- The lighten/darken tool has been renamed to Shading tool.
|
||||
- You now have to double click a layer button to rename a layer. Clicking it once just selects the layer.
|
||||
- Pixelorama's icon has been changed - proposed by creepertron95.
|
||||
- The toolbar on the left can now be resized by the user.
|
||||
- The frame delay minimum value is now 0.01 instead of 0.
|
||||
|
||||
|
|
|
@ -142,7 +142,7 @@ func create_contributors() -> void:
|
|||
contributors.create_item(contributor_root).set_text(0, " THWLF")
|
||||
contributors.create_item(contributor_root).set_text(0, " Gamespleasure")
|
||||
contributors.create_item(contributor_root).set_text(0, " ballerburg9005")
|
||||
contributors.create_item(contributor_root).set_text(0, " DragonOfWar")
|
||||
contributors.create_item(contributor_root).set_text(0, " Kawan Weege (DragonOfWar)")
|
||||
contributors.create_item(contributor_root).set_text(0, " kevinms")
|
||||
contributors.create_item(contributor_root).set_text(0, " Álex Román Núñez (EIREXE)")
|
||||
|
||||
|
|
Loading…
Reference in a new issue