From 218e5331af81b4c6b22a9e65850a11c8eecae4f2 Mon Sep 17 00:00:00 2001 From: Jovansonlee Cesar Date: Sun, 11 Jul 2021 20:49:42 +0800 Subject: Prepare for 0.5.2 release --- Changelog.md | 10 ++++++++++ svgbob/Cargo.toml | 2 +- 2 files changed, 11 insertions(+), 1 deletion(-) 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 "] edition = "2018" description = "Transform your ascii diagrams into happy little SVG" -- cgit v1.2.3