Update NEWS.

This commit is contained in:
Bartosz Taudul 2022-10-14 17:38:57 +02:00
parent a226446a92
commit f25c43462a
No known key found for this signature in database
GPG Key ID: B7FE2008B7575DF3

7
NEWS
View File

@ -107,14 +107,17 @@ v0.x.x (xxxx-xx-xx)
propagation.
- Assembly line costs are not affected.
- Available clients now also broadcast their PID.
- Reversed mouse button assignments for jumping to source / assembly line in
symbol view. The left mouse button will now focus the target line.
- Assembly lines tooltip will now display local call stack of inline functions
(within the symbol).
- Right-clicking the source location entry in assembly line will show the
local call stack, along with source code preview of each entry and ability
to navigate to any selected inline function.
- The profiler UI will now indicate that it needs attention if the window is
not focused and something interesting happens. For example when a connection
is established, or when a saved trace finishes loading, etc. How the
attention request is indicated depends on the operating system.
- Reversed mouse button assignments for jumping to source / assembly line in
symbol view. The left mouse button will now focus the target line.
v0.8.2 (2022-06-28)