This commit is contained in:
Jamie Wong 2020-08-05 01:02:17 -07:00
parent f55c53f699
commit 64fe369c42
3 changed files with 12 additions and 1 deletions

View File

@ -1,5 +1,15 @@
## Unreleased
## [1.9.0] - 2020-08-05
### Added
- Provide prev/next buttons to cycle through search results, make search results more visually prominen [[#304](https://github.com/jlfwong/speedscope/pull/304)]
### Fixed
- Fix accumulated errors in Chrome profile imports caused by zeroed negative timeDeltas [[#305](https://github.com/jlfwong/speedscope/pull/305)] (by [@taneliang](https://github.com/taneliang))
## [1.8.0] - 2020-07-19
### Added

View File

@ -117,6 +117,7 @@ Once a profile has loaded, the main view is split into two: the top area is the
* `n`: Go to next profile/thread if one is available
* `p`: Go to previous profile/thread if one is available
* `t`: Open the profile/thread selector if available
* `Cmd+F`/`Ctrl+F`: to open search. While open, `Enter` and `Shift+Enter` cycle through results
## Contributing

View File

@ -1,6 +1,6 @@
{
"name": "speedscope",
"version": "1.8.0",
"version": "1.9.0",
"description": "",
"repository": "jlfwong/speedscope",
"main": "index.js",