-
Notifications
You must be signed in to change notification settings - Fork 256
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
4cfdd11
commit 6b79cb6
Showing
1 changed file
with
19 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 |
---|---|---|
@@ -0,0 +1,19 @@ | ||
# Changelog | ||
|
||
## [1.6.0](https://github.com/KDAB/hotspot/compare/v1.5.0...v1.6.0) (2024-05-27) | ||
|
||
|
||
### Features | ||
|
||
* add tab width setting ([0cdebbb](https://github.com/KDAB/hotspot/commit/0cdebbb7dd7f7a00302405ed8eb20dcd322db31f)), closes [#583](https://github.com/KDAB/hotspot/issues/583) | ||
* bundle qt platform plugins ([e291eef](https://github.com/KDAB/hotspot/commit/e291eef5999709d6750cd8fc5040711cf75d3429)), closes [#554](https://github.com/KDAB/hotspot/issues/554) | ||
|
||
|
||
### Bug Fixes | ||
|
||
* [#624](https://github.com/KDAB/hotspot/issues/624) ([8e54107](https://github.com/KDAB/hotspot/commit/8e5410759df0b37f352eff968bc8b87e9367c1b2)) | ||
* add a wrapper for std::valarray to catch out of range access ([d8de369](https://github.com/KDAB/hotspot/commit/d8de3698d12a736e82b54e2295e4d65e70d856e0)), closes [#629](https://github.com/KDAB/hotspot/issues/629) | ||
* can't select directory in unwind->sysroot ([f6a4e8f](https://github.com/KDAB/hotspot/commit/f6a4e8fa81e22bc37d6f2272b93e3dc71c071a76)), closes [#645](https://github.com/KDAB/hotspot/issues/645) | ||
* clear flamegraph background in 5.15.12 ([8e54107](https://github.com/KDAB/hotspot/commit/8e5410759df0b37f352eff968bc8b87e9367c1b2)), closes [#624](https://github.com/KDAB/hotspot/issues/624) | ||
* crash in disassembler on hover ([4cfdd11](https://github.com/KDAB/hotspot/commit/4cfdd11814f3030d7d07c3c3dd508712ca9f01e4)), closes [#642](https://github.com/KDAB/hotspot/issues/642) | ||
* don't show ansi escape sequences in tooltip ([ed8cf88](https://github.com/KDAB/hotspot/commit/ed8cf88c168b62d7a184a87011beee302b57c5be)) |