Skip to content

Commit

Permalink
Add preliminary AppStream release entry
Browse files Browse the repository at this point in the history
  • Loading branch information
J5lx authored and chchwy committed Jul 12, 2024
1 parent f0d874b commit 4833988
Showing 1 changed file with 95 additions and 0 deletions.
95 changes: 95 additions & 0 deletions app/data/org.pencil2d.Pencil2D.metainfo.xml
Original file line number Diff line number Diff line change
Expand Up @@ -32,6 +32,101 @@
</screenshots>
<content_rating type="oars-1.1"/>
<releases>
<release version="0.7.0" date="TODO">
<url type="details">https://www.pencil2d.org/2024/TODO/pencil2d-0.7.0-release.html</url>
<description>
<p>Feature Highlights:</p>
<ul>
<li>Added the ability to adjust layer and keyframe opacity</li>
<li>Greatly improved the ease of use of the camera system</li>
<li>Added the ability to reposition the content of multiple frames at once</li>
<li>Added the ability to copy, paste, remove, reverse or alter the exposure of multi-frame selections</li>
<li>Improved frame dragging on the timeline so that no changes are made until the frames are dropped at their final position</li>
<li>Greatly improved the move tool’s handling of rotated selections</li>
<li>Added perspective overlays</li>
</ul>
<p>Interface Enhancements and Changes:</p>
<ul>
<li>Introduced a comprehensive new icon set</li>
<li>Replaced the zoom text on the status bar with an interactive control</li>
<li>Added help text for the currently active tool to the status bar</li>
<li>Added toolbars for commonly used actions</li>
<li>Improved layout of the onion skin tool window</li>
<li>Changed the default export file path to the file path of the current project</li>
<li>Removed vector layer from default timeline setup</li>
<li>Added a warning when adding more sound clips than can be exported</li>
<li>Added a warning when opening multiple instances of Pencil2D</li>
<li>Replaced the display option window with a toolbar</li>
<li>Improved error messages when importing images</li>
<li>Added an abortable progress dialog when importing animated images</li>
<li>Added support for importing animated WebP images</li>
<li>Added support for importing and exporting static WebP images</li>
<li>Improved usability and reliability of quick sizing</li>
<li>Added an option to configure keyboard shortcuts to flip the current selection</li>
<li>Improved zoom behavior for devices that report pixel-based scrolling data</li>
<li>Added translations for Bulgarian, Persian, Korean, Norwegian Bokmål, Dutch (Netherlands) and Cantonese</li>
<li>Changed the warning dialog when switching the application language to display in the new language instead of the current one</li>
<li>Improved the movie export dialog to prevent exporting MP4 files in an invalid resolution</li>
</ul>
<p>Bucket Tool Enhancements and Changes:</p>
<ul>
<li>Added an option to set the fill reference layer</li>
<li>Added an option to toggle tolerance on/off</li>
<li>Added an option to expand the fill area</li>
<li>Added the ability to drag to fill</li>
<li>Improved fill performance <em>significantly</em></li>
<li>Added an option to fill using a blend mode: Overlay/Behind/Replace</li>
<li>Removed nonsensical quick sizing support</li>
</ul>
<p>Workflow Improvements:</p>
<ul>
<li>Aligned color palette behavior on vector and bitmap layers so that palette colors and their associated vector strokes are only updated when the replace function is used</li>
<li>Added an action to paste content from the previous frame</li>
<li>Added an action to duplicate layers</li>
<li>Optimized the peg bar alignment workflow by activating the select tool, creating an initial selection and pre-selecting the first layer upon opening the dialog</li>
</ul>
<p>Behind the Curtain:</p>
<ul>
<li>Optimized visual updates of the timeline window</li>
<li>Improved painting performance</li>
<li>Reworked switching tools temporarily through modifier keys or right-clicking to be more reliable</li>
</ul>
<p>Bug Fixes:</p>
<ul>
<li>Fixed an issue where undoing after deleting a layer caused the program to crash</li>
<li>Fixed several issues where the canvas did not immediately update after using certain actions</li>
<li>Fixed an issue where undoing the deletion of a keyframe caused the program to perform an additional undo operation or crash</li>
<li>Fixed an issue where the hand tool icon remained active after zooming with a stylus</li>
<li>Fixed an issue where transforming areas in certain imported footage would color them black</li>
<li>Fixed an issue where fill operations were performed twice when performed with a tablet</li>
<li>Fixed an issue where the system language was detected incorrecty on systems that have secondary languages configured</li>
<li>Fixed an issue where mouse wheel zoom misbehaved on some systems using the X Window System</li>
<li>Fixed an issue where undo information was recorded improperly for the first change made after navigating between frames</li>
<li>Fixed an issue where the project recovery dialog appeared behind the main window on some systems</li>
<li>Fixed an issue where rotated selections boundaries were not visualised properly</li>
<li>Fixed an issue where transforms were applied incorrectly to rotated selections</li>
<li>Fixed an issue where the undo and redo shortcuts were erroneously disabled under certain circumstances</li>
<li>Fixed an issue where the use of valid file name extensions was not properly enforced in file save dialogs</li>
<li>Fixed several issues where the timeline was drawn incorrectly</li>
<li>Fixed an issue where dragging the timeline with the middle mouse button could alter the frame selection</li>
<li>Fixed an issue where tool windows briefly appeared and disappeared on startup before the main window was shown</li>
<li>Fixed an issue where the follow camera image import option used the wrong transform and resulted in general inaccuracies</li>
<li>Fixed an issue where the movie exporter sometimes failed to export sounds when exporting a range that does not start at the first frame</li>
<li>Fixed an issue where the movie exporter erroneously included hidden sound layers</li>
<li>Fixed an issue where importing vector layers from a project file did not preserve their original colors</li>
<li>Fixed an issue where importing vector layers from a project file caused the program to crash</li>
<li>Fixed an issue where exporting a movie did not prevent interaction with the rest of the program</li>
<li>Fixed an issue where importing an image did not account for certain types of potential errors</li>
<li>Fixed an issue where trying to import an image onto a hidden layer caused the program to crash if a keyframe did not already exist on the target frame</li>
<li>Fixed an issue where trying to import an image onto a hidden layer did not produce an error if a keyframe already existed on the target frame</li>
<li>Fixed various memory leaks</li>
</ul>
<p>Miscellaneous Changes:</p>
<ul>
<li>Improved robustness of project save/load logic</li>
</ul>
</description>
</release>
<release version="0.6.6" date="2021-02-17">
<url type="details">https://www.pencil2d.org/2021/02/pencil2d-0.6.6-release.html</url>
</release>
Expand Down

0 comments on commit 4833988

Please sign in to comment.