Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Promote beta to main #316

Merged
merged 14 commits into from
Aug 6, 2024
Merged

Promote beta to main #316

merged 14 commits into from
Aug 6, 2024

Conversation

lewish
Copy link
Owner

@lewish lewish commented Aug 5, 2024

This most notably contains #299 which adds precision drawing, and #311 that fixes a lot of bugs with managing the state of saved drawings and potentially results in data loss.

Fixes #298 #276 #272 #254 #226 #199 #305 #277.

lewish and others added 14 commits May 29, 2024 21:31
* Big revamp of box/line drawing logic.

Rather than just drawing a single special character and trying to work it out, actually draw the correct values on lines, and move snapping to draw time, not render time.

* Revamp line moving semantics to match new drawing logic

* Further improvements to line moving

* Various cleanups

* Remove drawing stringifier dependency on the store
This commit calls `preventDefault()` for a few keyboard shortcuts. Partially addresses #189
* Remove legacy version

* Remove mobx so we can write some tests
* Add screenshots to readme

* Fix relative image links

* Fix light color scheme

* add the actual img tag...

* Add a better title/CTA/link
* Bump GH actions (#300)

Old ones based on Node 16 are deprecated.

https://github.blog/changelog/2023-09-22-github-actions-transitioning-from-node-16-to-node-20

* Bump ws from 8.16.0 to 8.17.1 (#304)

Bumps [ws](https://github.com/websockets/ws) from 8.16.0 to 8.17.1.
- [Release notes](https://github.com/websockets/ws/releases)
- [Commits](websockets/ws@8.16.0...8.17.1)

---
updated-dependencies:
- dependency-name: ws
  dependency-type: indirect
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>

* Bump braces from 3.0.2 to 3.0.3 (#302)

Bumps [braces](https://github.com/micromatch/braces) from 3.0.2 to 3.0.3.
- [Changelog](https://github.com/micromatch/braces/blob/master/CHANGELOG.md)
- [Commits](micromatch/braces@3.0.2...3.0.3)

---
updated-dependencies:
- dependency-name: braces
  dependency-type: indirect
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>

---------

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: Zongle Wang <wangzongler@gmail.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
@lewish lewish merged commit 9037f9c into main Aug 6, 2024
2 checks passed
@erwin
Copy link

erwin commented Aug 7, 2024

The improvements look amazing! Thanks so much for the time you put into making AsciiFlow!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Disable line auto connect in freeform
3 participants