All Versions
20
Latest Version
Avg Release Cycle
-
Latest Release
-
Changelog History
Page 1
Changelog History
Page 1
-
v0.6.6 Changes
- bum dep sauron to 0.45.0
-
v0.6.5 Changes
- โ added svgbob_server package for serving svgbob in a rest api call
- โฌ๏ธ bump dep sauron to 0.44.0
-
v0.6.4 Changes
- simplify circle art
- ๐ improve the implementation of quarter arc making them consistent and work correctly.
-
v0.6.3 Changes
- ๐ move Settings to the top level of this crate
-
v0.6.2 Changes
- โก๏ธ Reorganize directory structure, update to sauron 0.43.4
- ๐ฒ reexport nalgebra, add logging on points ord
-
v0.6.1 Changes
- ๐ 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
-
v0.6.0 Changes
- โก๏ธ Update to sauron 0.41.0
- ๐ Fix jss
-
v0.5.5 Changes
- issue#38
- โ Add test for issue#38 and remove panicking code due to char boundary error
-
v0.5.4 Changes
- โก๏ธ Update sauron version to
0.40
- ๐ Use
sauron::jss
macro to simplify creating a css from settings - โ Add a compressed variant to the generated svg
- โ Add a little arrowed arc in unicode map
- ๐ Use the
parry2d
as a new new of the old libraryncollide2d
- โก๏ธ Update sauron version to
-
v0.5.3 Changes
- โก๏ธ Update to the lastest version of
nalgebra
andncollide2d
. - โ Add a public function for Rect fragment to determine whether it is using a rounded rectangle or not
- โก๏ธ Update to the lastest version of