Skip to content

Commit f2a6b24

Browse files
committed
Update release dialog
1 parent 2462abd commit f2a6b24

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Dialogs/ReleaseDialog.vala

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -81,7 +81,7 @@ public class Akira.Dialogs.ReleaseDialog : Gtk.Dialog {
8181
scrolled.expand = true;
8282

8383
var release_info = new Gtk.TextView ();
84-
release_info.buffer.text = "New color picker for Fills and Borders.\nZooming with mouse wheel follows the position of the cursor.\nFix loading Artboards background color when opening a file.\nFix numbering of newly created items.\nFix Gtk-CRITICAL warning when opening the Export Dialog.\nFix flipping items inside Artboards.\nFix crash when dropping flipped items inside Artboards.\nGeneral code improvements and optimization.\n";
84+
release_info.buffer.text = "Complete rebuild of the Canvas library architecture.\nImplemented Pixel Grid.\n✓ Customize color of Pixel Grid.\nImplemented smart Snapping Guides.\n✓ Customize color and magnetic threshold of Snapping Guides.\nAllow items resizing in all directions.\nAdd images via click and drag with the Image Tool.\nHandle multiple Fills and Border colors for each item.\nAllow scaling items from the center.\n✓ Enable dropping images on the canvas.\nA lot of code improvements and optimization.\n";
8585
release_info.pixels_below_lines = 3;
8686
release_info.border_width = 12;
8787
release_info.wrap_mode = Gtk.WrapMode.WORD;

0 commit comments

Comments
 (0)