Skip to content

Commit 64fe369

Browse files
committed
1.9.0
1 parent f55c53f commit 64fe369

File tree

3 files changed

+12
-1
lines changed

3 files changed

+12
-1
lines changed

CHANGELOG.md

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,15 @@
11
## Unreleased
22

3+
## [1.9.0] - 2020-08-05
4+
5+
### Added
6+
7+
- Provide prev/next buttons to cycle through search results, make search results more visually prominen [[#304](https://github.com/jlfwong/speedscope/pull/304)]
8+
9+
### Fixed
10+
11+
- 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))
12+
313
## [1.8.0] - 2020-07-19
414

515
### Added

README.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -117,6 +117,7 @@ Once a profile has loaded, the main view is split into two: the top area is the
117117
* `n`: Go to next profile/thread if one is available
118118
* `p`: Go to previous profile/thread if one is available
119119
* `t`: Open the profile/thread selector if available
120+
* `Cmd+F`/`Ctrl+F`: to open search. While open, `Enter` and `Shift+Enter` cycle through results
120121

121122
## Contributing
122123

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "speedscope",
3-
"version": "1.8.0",
3+
"version": "1.9.0",
44
"description": "",
55
"repository": "jlfwong/speedscope",
66
"main": "index.js",

0 commit comments

Comments
 (0)