@@ -6,16 +6,18 @@ Check [Keep a Changelog](http://keepachangelog.com/) for recommendations on how
6
6
7
7
## [ Unreleased]
8
8
9
+ ## [ 0.0.16] - 2025-05-07
10
+
9
11
### Added
10
12
13
+ - Pan & zoom for the graphs in both the IDE extensions and the web version
11
14
- 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
14
17
- Added support for "special" function detection and process-terminating nodes in the graph.
15
18
This is currently only enabled in the ` /render ` page to slowly build up a collection of
16
19
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.
19
21
20
22
### Fixed
21
23
@@ -31,8 +33,7 @@ Check [Keep a Changelog](http://keepachangelog.com/) for recommendations on how
31
33
with unexpected recursion in the command. It is also a nicer name.
32
34
- Language definitions are now more unified, making it easier to add new languages.
33
35
- ` 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.
36
37
- Migrated from Bun Test to Vitest. Tests are now run using ` bun vitest ` .
37
38
- Web version layout changed to always fit in one screen (no scrollbar).
38
39
0 commit comments