Skip to content

Commit 668a86a

Browse files
authored
Merge pull request #35 from talex5/release
Prepare release
2 parents 387367a + b13db86 commit 668a86a

File tree

1 file changed

+24
-0
lines changed

1 file changed

+24
-0
lines changed

CHANGES.md

Lines changed: 24 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,27 @@
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.

0 commit comments

Comments
 (0)