Skip to content

Releases: huytd/ascii-d

v0.3.0

21 Mar 17:18
a3aa3bd
Compare
Choose a tag to compare

What's Changed

  • feat: Support Light and Dark mode by @huytd in #21
  • fix: undo operation of eraser tool by @widcardw in #22

Full Changelog: v0.2.0...v0.3.0

v0.2.0

19 Mar 17:56
7f9830b
Compare
Choose a tag to compare

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

v0.1.0

22 Feb 18:30
Compare
Choose a tag to compare

Well, after 2 years hiatus, I finally made it. The first usable release of ASCII-d!
With this release, there's some basic functionality implemented, enough for a quick
drawing session.

Since it's not a stable release, I did not provide the pre-built binary yet, but the
process to build from source is pretty straightforward.

In this release:

  • 🧰 Basic drawing tools (Line, Rectangle, Text, Eraser)
  • 💾 Save and load diagram to/from text files (f656e04)
  • ⌨️ Support keyboard shortcuts (b862d50)

Full Changelog: https://github.com/huytd/ascii-d/commits/v0.1.0