File tree Expand file tree Collapse file tree 1 file changed +24
-0
lines changed Expand file tree Collapse file tree 1 file changed +24
-0
lines changed Original file line number Diff line number Diff line change 1+ ## v0.2
2+
3+ - Fix staircasing in layout (@talex5 #28 ).
4+ Instead of placing a new fiber below all overlapping fibers, place it in the first large-enough gap.
5+
6+ - Allow setting viewport values explicitly (@talex5 #29 ).
7+ Press ` s ` to see or edit the start time.
8+ Press ` d ` to see or edit the duration time.
9+ Useful to find values for command-line rendering or to ensure that images have the same scale for comparison.
10+
11+ - Add a popup menu (@talex5 #31 ).
12+
13+ - Add Reload feature (@talex5 #27 , #33 ).
14+ With ` eio-trace run ` the window opens after 1 second. Press F5 to get further updates.
15+
16+ - Add Export image to GTK UI (@talex5 #32 ).
17+
18+ - Show GC running in red (@talex5 #30 ).
19+ This makes it easier to see the difference between domains actively running GC vs waiting for other domains to be ready.
20+
21+ - Update README now that eio-trace is released (@talex5 #26 ).
22+
23+ - Explain what to do about lost events (@talex5 #34 ).
24+
125## v0.1
226
327- Initial release.
You can’t perform that action at this time.
0 commit comments