You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: src/Dialogs/ReleaseDialog.vala
+1-1Lines changed: 1 addition & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -81,7 +81,7 @@ public class Akira.Dialogs.ReleaseDialog : Gtk.Dialog {
81
81
scrolled.expand =true;
82
82
83
83
var release_info =newGtk.TextView ();
84
-
release_info.buffer.text ="✓ New color picker for Fills and Borders.\n✓ Zooming with mouse wheel follows the position of the cursor.\n✓ Fix loading Artboards background color when opening a file.\n✓ Fix numbering of newly created items.\n✓ Fix Gtk-CRITICAL warning when opening the Export Dialog.\n✓ Fix flipping items inside Artboards.\n✓ Fix crash when dropping flipped items inside Artboards.\n✓ General code improvements and optimization.\n";
84
+
release_info.buffer.text ="✓ Complete rebuild of the Canvas library architecture.\n✓ Implemented Pixel Grid.\n✓ Customize color of Pixel Grid.\n✓ Implemented smart Snapping Guides.\n✓ Customize color and magnetic threshold of Snapping Guides.\n✓ Allow items resizing in all directions.\n✓ Add images via click and drag with the Image Tool.\n✓ Handle multiple Fills and Border colors for each item.\n✓ Allow scaling items from the center.\n✓ Enable dropping images on the canvas.\n✓ A lot of code improvements and optimization.\n";
0 commit comments