-
Notifications
You must be signed in to change notification settings - Fork 2
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #35 from talex5/release
Prepare release
- Loading branch information
Showing
1 changed file
with
24 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,3 +1,27 @@ | ||
## v0.2 | ||
|
||
- Fix staircasing in layout (@talex5 #28). | ||
Instead of placing a new fiber below all overlapping fibers, place it in the first large-enough gap. | ||
|
||
- Allow setting viewport values explicitly (@talex5 #29). | ||
Press `s` to see or edit the start time. | ||
Press `d` to see or edit the duration time. | ||
Useful to find values for command-line rendering or to ensure that images have the same scale for comparison. | ||
|
||
- Add a popup menu (@talex5 #31). | ||
|
||
- Add Reload feature (@talex5 #27, #33). | ||
With `eio-trace run` the window opens after 1 second. Press F5 to get further updates. | ||
|
||
- Add Export image to GTK UI (@talex5 #32). | ||
|
||
- Show GC running in red (@talex5 #30). | ||
This makes it easier to see the difference between domains actively running GC vs waiting for other domains to be ready. | ||
|
||
- Update README now that eio-trace is released (@talex5 #26). | ||
|
||
- Explain what to do about lost events (@talex5 #34). | ||
|
||
## v0.1 | ||
|
||
- Initial release. |