Skip to content

Commit

Permalink
Update changelog
Browse files Browse the repository at this point in the history
  • Loading branch information
scribblemaniac committed Dec 9, 2024
1 parent a25d7a4 commit c1d7e93
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion ChangeLog.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,12 +3,13 @@
### Features
+ Introduce new Undo/Redo system [#1817](https://github.com/pencil2d/pencil/pull/1817)

### Enhancements
### Enhancements/Changes
+ Add checkbox to allow polyline to close automatically [#1863](https://github.com/pencil2d/pencil/pull/1863)
+ Maintain active layer track in view - [#1867](https://github.com/pencil2d/pencil/pull/1867)
+ Update shortcuts [#1866](https://github.com/pencil2d/pencil/pull/1866)
+ Improve dock layout for lower resolutions [#1840](https://github.com/pencil2d/pencil/pull/1840)
+ Add ability to remove Last Polyline Segment using backspace [#1861](https://github.com/pencil2d/pencil/pull/1861)
+ Changed handling of pcl projects - [#1896](https://github.com/pencil2d/pencil/pull/1896)

### Bugfixes:
+ Do not make a new keyframe if double clicking on an existing keyframe - [#1851](https://github.com/pencil2d/pencil/pull/1851)
Expand All @@ -17,6 +18,9 @@
+ Fix hanging when adjusting cursor because of too many writes to disk [#1853](https://github.com/pencil2d/pencil/pull/1853)
+ Avoid updating width/feather sliders for tools that don’t use them [cce3107](https://github.com/pencil2d/pencil/commit/cce31079c871fcc04e957c44d5c6e65990f635f1)
+ Fix fill misbehaving when drawing was partly outside border [#1865](https://github.com/pencil2d/pencil/pull/1865)
+ Fixed memory leak when copying bitmap keyframes - [#1896](https://github.com/pencil2d/pencil/pull/1896)
+ Fixed potential issue on some systems when repeatedly copying bitmap frames - [#1896](https://github.com/pencil2d/pencil/pull/1896)
+ Fixed bitmap frame wipe that can occur under specific situations when using keyframe copy & paste - [#1896](https://github.com/pencil2d/pencil/pull/1896)

## Pencil2D v0.7.0 - 12 July 2024

Expand Down

0 comments on commit c1d7e93

Please sign in to comment.