2018-09-05 02:14:41 +03:00
|
|
|
## Unreleased
|
|
|
|
|
2018-12-04 06:25:54 +03:00
|
|
|
## [1.3.2] - 2018-12-03
|
|
|
|
|
|
|
|
### Fixed
|
|
|
|
|
2018-12-04 06:29:25 +03:00
|
|
|
* Fixed import of multithreaded Chrome profiles [#19] (by @jlfwong)
|
|
|
|
|
2018-11-08 21:05:52 +03:00
|
|
|
## [1.3.1] - 2018-11-08
|
|
|
|
|
|
|
|
### Fixed
|
|
|
|
|
|
|
|
* Fixed a file import performance regression by using TextDecoder [#188] (by @jlfwong)
|
|
|
|
|
2018-10-29 19:51:03 +03:00
|
|
|
## [1.3.0] - 2018-10-29
|
|
|
|
|
|
|
|
### Added
|
|
|
|
|
|
|
|
* Support import from Haskell GHC JSON format support [#183] (by @trishume)
|
|
|
|
|
|
|
|
### Fixed
|
|
|
|
|
|
|
|
* Make the wasd keymappings work on azerty keyboards [#184] (by @vrischmann)
|
|
|
|
* Fix import of binary formats via profileURL [#179] (by @f-hj)
|
|
|
|
|
2018-10-08 19:49:15 +03:00
|
|
|
## [1.2.0] - 2018-10-08
|
|
|
|
|
|
|
|
### Added
|
|
|
|
|
|
|
|
* Add import of v8 heap allocation profile [#170] (by @vmarchaud)
|
|
|
|
|
2018-09-26 21:46:41 +03:00
|
|
|
## [1.1.0] - 2018-09-26
|
|
|
|
|
|
|
|
### Added
|
|
|
|
|
|
|
|
* Add go tool pprof import support [#165]
|
|
|
|
|
2018-09-13 04:22:59 +03:00
|
|
|
## [1.0.4] - 2018-09-12
|
|
|
|
|
|
|
|
### Fixed
|
|
|
|
|
|
|
|
* Fix import from Chrome < 69 when there are multiple profiles [#161]
|
|
|
|
|
2018-09-10 23:54:32 +03:00
|
|
|
## [1.0.3] - 2018-09-10
|
|
|
|
|
|
|
|
### Fixed
|
|
|
|
|
2018-09-11 00:40:18 +03:00
|
|
|
* Fix import for Chrome 69, support leading idle time before first call [#160]
|
|
|
|
|
2018-09-05 06:55:25 +03:00
|
|
|
## [1.0.2] - 2018-09-04
|
|
|
|
|
2018-09-05 03:04:35 +03:00
|
|
|
### Fixed
|
2018-09-05 06:55:25 +03:00
|
|
|
|
2018-09-05 06:13:29 +03:00
|
|
|
* Allow optional CR before LF when probing collapsed stacks files [#154]
|
|
|
|
* Fix import for Firefox 63 [#156]
|
2018-10-08 19:49:15 +03:00
|
|
|
* Change time formatting for minutes from 1.50min to 1:30 [#153] (by @Alex-Diez)
|
2018-09-05 02:14:41 +03:00
|
|
|
|
2018-08-23 19:59:16 +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
|
2018-07-22 02:00:25 +03:00
|
|
|
|
2018-08-23 06:36:09 +03:00
|
|
|
### 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
|
|
|
|
|
2018-08-19 21:37:47 +03:00
|
|
|
### 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-19 21:37:47 +03:00
|
|
|
|
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
|
|
|
|
|
2018-08-16 20:24:12 +03:00
|
|
|
* 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
|
|
|
|
|
2018-08-12 08:01:52 +03:00
|
|
|
* 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
|
|
|
|
|
2018-07-22 02:00:25 +03:00
|
|
|
### 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-22 02:00:25 +03:00
|
|
|
|
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]
|