speedscope/CHANGELOG.md

70 lines
1.6 KiB
Markdown
Raw Normal View History

2018-09-05 02:14:41 +03:00
## Unreleased
2018-09-05 03:04:35 +03:00
### Fixed
2018-09-05 02:14:41 +03:00
* Change time formatting for minutes from 1.50min to 1:30 (#153)
2018-09-05 03:04:35 +03:00
* Fix import for Firefox 63 (#156)
2018-09-05 02:14:41 +03:00
## [1.0.1] - 2018-08-23
* Fixed an issue where flamegraph bounds were not always being cleared correctly, leading to visual artifacts [#150]
2018-08-23 19:38:56 +03:00
## [1.0.0] - 2018-08-23
### Fixed
* Fixed rendering issues when switching between screens w/ different `devicePixelRatios` [#147]
2018-08-20 18:46:13 +03:00
## [0.7.1] - 2018-08-20
### Fixed
* Removed dependency on regl in order to allow speedscope to run in strict content-security-policy environments [#140]
2018-08-20 18:46:13 +03:00
* Fixed text culling bug [#143]
2018-08-20 18:46:13 +03:00
## [0.7.0] - 2018-08-16
2018-08-16 21:56:17 +03:00
2018-08-06 00:12:31 +03:00
### Added
* Added support to import from linux `perf script` [#135]
2018-08-20 18:46:13 +03:00
## [0.6.0] - 2018-08-14
2018-08-14 19:42:10 +03:00
### Added
* Added support for multiple threads/processes [#130]
* Import all runs & threads from Instruments .trace files instead of just main thread from selected run [#130]
### Fixed
2018-08-14 19:42:10 +03:00
* Ensure the JSON schema has actual contents [#133]
2018-08-09 19:43:55 +03:00
## [0.5.1] - 2018-08-09
2018-08-06 00:12:31 +03:00
### Fixed
2018-08-09 19:27:08 +03:00
2018-08-09 19:43:55 +03:00
* Fixed broken CLI
2018-08-09 19:38:55 +03:00
## [0.5.0] - 2018-08-09
### Fixed
2018-08-09 19:26:26 +03:00
* Fix emscripten remapping when symbols contain dashes, like `527:i32s-div` [#129]
2018-08-09 05:20:58 +03:00
* Improved firefox import speed and fixed bugs in it [#128]
2018-08-08 04:42:56 +03:00
* Prevent non-contiguous blocks in the time ordered flamechart from appearing as a single node for selection [#123]
2018-08-09 19:27:08 +03:00
* Prevent dragging from changing selection [#122]
* Clamp zoom to prevent floating point issues [#121]
* Preserve view state when switching tabs [#100]
2018-08-06 00:12:31 +03:00
2018-07-22 05:44:57 +03:00
## [0.4.0] - 2018-07-21
### Added
2018-07-22 05:44:57 +03:00
* Support for importing v8 logs from node [#98]
* Optionally read from stdin via cli [#99]
2018-07-18 18:52:53 +03:00
## [0.3.0] - 2018-07-18
### Added
* Support for remapping profiles using a wasm symbol file [#93]