mirror of
https://github.com/Orama-Interactive/Pixelorama.git
synced 2025-01-18 17:19:50 +00:00
Update CHANGELOG & AboutDialog, trim trailing whitespaces
This commit is contained in:
parent
7126074a0e
commit
4415f86c56
|
@ -7,11 +7,13 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/).
|
||||||
## Unreleased
|
## Unreleased
|
||||||
This update has been brought to you by the contributions of:
|
This update has been brought to you by the contributions of:
|
||||||
|
|
||||||
PinyaColada, Rémi Verschelde (akien-mga)
|
PinyaColada, Rémi Verschelde (akien-mga), dasimonde
|
||||||
|
|
||||||
### Added
|
### Added
|
||||||
- Added a "frame properties" option on the popup menu that appears when right-clicking on a cel. This lets the user choose a custom frame delay for that specific frame. ([#357](https://github.com/Orama-Interactive/Pixelorama/pull/357))
|
- Added a "frame properties" option on the popup menu that appears when right-clicking on a cel. This lets the user choose a custom frame delay for that specific frame. ([#357](https://github.com/Orama-Interactive/Pixelorama/pull/357))
|
||||||
- You can now select if you want rotation to apply in the selection, the current cel, the entire frame, all frames or even all projects (tabs)!
|
- You can now select if you want rotation to apply in the selection, the current cel, the entire frame, all frames or even all projects (tabs)!
|
||||||
|
- You can now change the transparency of the Tile Mode in the Preferences. ([#368](https://github.com/Orama-Interactive/Pixelorama/pull/368))
|
||||||
|
- Added a "Recent Projects" option in the File menu, to contain the most recently opened projects. ([#370](https://github.com/Orama-Interactive/Pixelorama/pull/370))
|
||||||
|
|
||||||
### Changed
|
### Changed
|
||||||
- `~` is now used as a random brush prefix instead of `%`. ([#362](https://github.com/Orama-Interactive/Pixelorama/pull/362))
|
- `~` is now used as a random brush prefix instead of `%`. ([#362](https://github.com/Orama-Interactive/Pixelorama/pull/362))
|
||||||
|
|
|
@ -29,6 +29,7 @@ func _ready() -> void:
|
||||||
contributors.create_item(contributor_root).set_text(0, " Xenofon Konitsas (huskee)")
|
contributors.create_item(contributor_root).set_text(0, " Xenofon Konitsas (huskee)")
|
||||||
contributors.create_item(contributor_root).set_text(0, " Matheus Pesegoginski (MatheusPese)")
|
contributors.create_item(contributor_root).set_text(0, " Matheus Pesegoginski (MatheusPese)")
|
||||||
contributors.create_item(contributor_root).set_text(0, " sapient_cogbag")
|
contributors.create_item(contributor_root).set_text(0, " sapient_cogbag")
|
||||||
|
contributors.create_item(contributor_root).set_text(0, " dasimonde")
|
||||||
contributors.create_item(contributor_root).set_text(0, " Matthew Paul (matthewpaul-us)")
|
contributors.create_item(contributor_root).set_text(0, " Matthew Paul (matthewpaul-us)")
|
||||||
contributors.create_item(contributor_root).set_text(0, " danielnaoexiste")
|
contributors.create_item(contributor_root).set_text(0, " danielnaoexiste")
|
||||||
contributors.create_item(contributor_root).set_text(0, " PinyaColada")
|
contributors.create_item(contributor_root).set_text(0, " PinyaColada")
|
||||||
|
|
Loading…
Reference in a new issue