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
diff options
context:
space:
mode:
authorBartosz Taudul <wolf.pld@gmail.com>2021-01-23 00:30:45 +0300
committerBartosz Taudul <wolf.pld@gmail.com>2021-01-23 00:30:45 +0300
commita8057edba048ba6ee2db5636432cc805ec2c8be2 (patch)
tree39b2887a30f05768084a8353b70b69ddf04ae25c
parentccf441176b6c8f1f1d660d151922b2e7b0e21748 (diff)
Update NEWS.
-rw-r--r--NEWS9
1 files changed, 9 insertions, 0 deletions
diff --git a/NEWS b/NEWS
index 13141a18..e9d0f823 100644
--- a/NEWS
+++ b/NEWS
@@ -12,12 +12,21 @@ v0.x.x (xxxx-xx-xx)
- More robust handling of system tracing on Android.
- Added warning dialog when the connection is lost before all needed data
can be retrieved.
+- Fixed handling of NaN plot entries (by skipping them).
- Dynamic zone colors are now supported through the ZoneColor() macro.
- Fixed Arm machine code printout to match the one printed by objdump.
+- Fixed client memory corruption when using colored messages.
- Switched to the next-gen ImGui table UI.
+ - Table columns can have their order rearranged, can be hidden, can be
+ sorted both in ascending and descending order (where appropriate).
+ - Table columns state is now preserved between runs.
- Various fixes related to restricting listening to localhost.
+- Improved compatibility of ETW tracing with non-MSVC compilers.
- Fixed Vulkan call stack transfer.
- Added support for transient GPU zones (OpenGL, Vulkan, Direct3D 12).
+- OpenCL fixes for assert-less builds and non-active zones.
+- Added support for thread names and title bar description in traces
+ imported from chrome tracing format.
v0.7.4 (2020-11-15)