Skip to content

Releases: tylernh10/graphical-editor

v2.1.0

09 Jan 15:04
Compare
Choose a tag to compare
  • Bug fix: shapes can no longer be moved completely out of the bounds of the window
  • Code cleanup
  • Improvements to documentation

v2.0.0

09 Jan 05:35
101b713
Compare
Choose a tag to compare

Version 2.0.0

  • Added functional menu at top of editor for all operations
  • Menu includes additional info being shown when hovering over a button
  • Added cursor change whether in edit or insertion mode
  • Added support for saving a file through the keyboard or menu
  • Added a help dialog accessible through the keyboard or menu
  • Added the ability to change the color of the shape inserted through buttons in the menu
  • Updated documentation and organization
  • Made overall improvements to the code