summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJovansonlee Cesar <ivanceras@gmail.com>2021-07-11 20:49:42 +0800
committerJovansonlee Cesar <ivanceras@gmail.com>2021-07-11 20:49:42 +0800
commit218e5331af81b4c6b22a9e65850a11c8eecae4f2 (patch)
tree4bb9cea57e24b4a044cb539065511e5ff803b9ee
parentcd15010093eb97fa4994c14655e7549f8d872905 (diff)
Prepare for 0.5.2 release
-rw-r--r--Changelog.md10
-rw-r--r--svgbob/Cargo.toml2
2 files changed, 11 insertions, 1 deletions
diff --git a/Changelog.md b/Changelog.md
index badf17f..e837b18 100644
--- a/Changelog.md
+++ b/Changelog.md
@@ -1,5 +1,15 @@
# Changelog
+# 0.5.2
+- overhaul circle map algorithm calculating centers and radius based on the circle art(number of cells occupied horizontally), specified edge_case, and offset from top cell to the circle_radius
+
+# 0.5.1
+- Improve implementation of is_intersecting
+- Include circle in intersection test
+- Add a function to return regular shapes such as circle and rect, this will be used for testing hit, which fragment is hit
+- Initial implementation for testing hit/intersection AABB to any fragment
+- refactor group_node_and_fragments to clearly group the fragments first, as this will be used to test for fragment hit test
+
# 0.5.0
- All the changes in 0.5.0-alpha.* is now on this version.
diff --git a/svgbob/Cargo.toml b/svgbob/Cargo.toml
index 2e6b7db..dfdd130 100644
--- a/svgbob/Cargo.toml
+++ b/svgbob/Cargo.toml
@@ -1,6 +1,6 @@
[package]
name = "svgbob"
-version = "0.5.1"
+version = "0.5.2"
authors = ["Jovansonlee Cesar <ivanceras@gmail.com>"]
edition = "2018"
description = "Transform your ascii diagrams into happy little SVG"