Releases: huytd/ascii-d
v0.3.0
v0.2.0
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
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