Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/wolfpld/tracy.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
path: root/NEWS
diff options
context:
space:
mode:
authorBartosz Taudul <wolf@nereid.pl>2022-10-14 18:38:57 +0300
committerBartosz Taudul <wolf@nereid.pl>2022-10-14 18:38:57 +0300
commitf25c43462a6050495d2969911364d0ae0a75bdfa (patch)
tree818c38960bb548e7563b3ef144974607b162688a /NEWS
parenta226446a9294fcf63ffad399068b717270c884a6 (diff)
Update NEWS.
Diffstat (limited to 'NEWS')
-rw-r--r--NEWS7
1 files changed, 5 insertions, 2 deletions
diff --git a/NEWS b/NEWS
index eb7493c8..b35fac3c 100644
--- a/NEWS
+++ b/NEWS
@@ -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)