Skip to content

v0.2.0

Compare
Choose a tag to compare
@huytd huytd released this 19 Mar 17:56
· 9 commits to master since this release
7f9830b

More improvements on editing experience

This release implemented a bunch of editing experience improvements, including keyboard
shortcuts, rework line overlapping algorithm, support undo and redo.

Also, this is the first release that we have a new contributor (aside from dependabot 😂):
Thank you so much @widcardw for the two issues and PR you found and fixed! 🎉

What's Changed

  • Draw arrowhead at the end of each line by @huytd in #7
  • Better file handling and keyboard shortcuts by @huytd in #8
  • Add configuration to bundle the app on macOS by @huytd in #9
  • feat: Implement copy/paste selection feature by @huytd in #12
  • feat: Highlight the current mouse position on the grid by @huytd in #13
  • Rework line overlapping algorithm and improve arrow styles by @huytd in #15
  • fix: #17 cursor position overflow error in text mode by @widcardw in #18
  • fix #16: change unknown symbol to arrow by @widcardw in #19
  • feat: Undo and Redo by @huytd in #20

New Contributors

Full Changelog: v0.1.0...v0.2.0