@@ -6,16 +6,18 @@ Check [Keep a Changelog](http://keepachangelog.com/) for recommendations on how
66
77## [ Unreleased]
88
9+ ## [ 0.0.16] - 2025-05-07
10+
911### Added
1012
13+ - Pan & zoom for the graphs in both the IDE extensions and the web version
1114- Documentation now renders ` dot ` and ` dot-cfg ` (CFG-styled DOT diagrams)
12- - Documentation about our usage of Graphviz
13- - Documentation about the representation of control flow in the graph
15+ - Added docs about GraphViz tips and tricks
16+ - Added docs about our choices of visuals
1417- Added support for "special" function detection and process-terminating nodes in the graph.
1518 This is currently only enabled in the ` /render ` page to slowly build up a collection of
1619 functions to match and confidence in the representation before adding to the main tool.
17- - When changing the code language, the URL is updated to reflect that.
18- - Pan & zoom for the graphs in both the IDE extensions and the web version
20+ - In the web demo, URL now updates to reflect the selected language.
1921
2022### Fixed
2123
@@ -31,8 +33,7 @@ Check [Keep a Changelog](http://keepachangelog.com/) for recommendations on how
3133 with unexpected recursion in the command. It is also a nicer name.
3234- Language definitions are now more unified, making it easier to add new languages.
3335- ` language ` URL query parameter now takes language name instead of index.
34- - Sharing now shares full config in addition to code.
35- - Sharing now uses the ` compressed= ` query parameter for all information.
36+ - Sharing now includes configuration (color scheme, switch handling, highlighting) in addition to the code.
3637- Migrated from Bun Test to Vitest. Tests are now run using ` bun vitest ` .
3738- Web version layout changed to always fit in one screen (no scrollbar).
3839
0 commit comments