summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJovansonlee Cesar <ivanceras@gmail.com>2021-09-09 02:21:05 +0800
committerJovansonlee Cesar <ivanceras@gmail.com>2021-09-09 02:21:05 +0800
commit732a93158a9cff3089c4dbba5d9c202cfa8a0f7d (patch)
tree9691940d2e2a4878aba0503e9fb2630136ffa257
parenta0989292b9501af673b3d6148f055e5d7f3fb8c5 (diff)
Prepare for 0.6.1 release
-rw-r--r--Changelog.md11
-rw-r--r--TODO.md (renamed from svgbob/TODO.md)1
2 files changed, 12 insertions, 0 deletions
diff --git a/Changelog.md b/Changelog.md
index b2b6480..ce4cf0b 100644
--- a/Changelog.md
+++ b/Changelog.md
@@ -1,5 +1,16 @@
# Changelog
+## 0.6.1
+Improve code readability on view by using arrays instead of vec
+Modify the algorithm for endorse such that circles and arcs are matched by their ascii art rather than their computed fragments, this way, it can intersect with other fragments
+
+## 0.6.0
+- Update to sauron 0.41.0
+- Fix jss
+## 0.5.5
+- issue#38
+- Add test for issue#38 and remove panicking code due to char boundary error
+
## 0.5.4
- Update sauron version to `0.40`
- Use `sauron::jss` macro to simplify creating a css from settings
diff --git a/svgbob/TODO.md b/TODO.md
index 22d98b4..a9b429f 100644
--- a/svgbob/TODO.md
+++ b/TODO.md
@@ -25,3 +25,4 @@
- [X] Update to library to latest version
- nalgebra
- ncollide2d -> parry2d
+- [ ] Make the top-level directory a workspace and put svgbob and cli into packages/