File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -79,12 +79,13 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
7979
8080### Changed
8181
82- - 🎯 ** Call Tree Go To** : Go-to links in call tree now navigate to method definition instead of where method was called from ([ #632 ] [ #200 ] )
82+ - 🎯 ** Call Tree Go To** : Go-to links in call tree now navigate to method definition instead of where method was called from. ([ #632 ] [ #200 ] )
8383- 🔍 ** Search Navigation** : ` Shift+Enter ` navigates to the previous search result; hold ` Enter ` to continuously navigate.
84- - ⚡ ** Log Parsing** : Improved performance ([ #552 ] )
85- - ✨ ** Duration Formatting** : Human-readable duration formatting in tooltips (30000 ms -> 30s and 0.01 ms -> 10 µs) ([ #671 ] )
86- - 🎯 ** Number Precision** : Total and Self Time column precision changed to 2 decimal places for improved readability ([ #671 ] )
87- - 🎨 ** Navigation Bar** : Redesigned to better match VS Code’s look and feel ([ #694 ] )
84+ - ⚡ ** Search Performance** : Up to 10x faster search on large logs. ([ #627 ] )
85+ - ⚡ ** Log Parsing** : Improved performance. ([ #552 ] )
86+ - ✨ ** Duration Formatting** : Human-readable duration formatting in tooltips (30000 ms -> 30s and 0.01 ms -> 10 µs). ([ #671 ] )
87+ - 🎯 ** Number Precision** : Total and Self Time column precision changed to 2 decimal places for improved readability. ([ #671 ] )
88+ - 🎨 ** Navigation Bar** : Redesigned to better match VS Code’s look and feel. ([ #694 ] )
8889
8990## [ 1.18.1] 2025-07-09
9091
@@ -476,6 +477,7 @@ Skipped due to adopting odd numbering for pre releases and even number for relea
476477
477478<!-- Unreleased -->
478479
480+ [ #627 ] : https://github.com/certinia/debug-log-analyzer/issues/627
479481[ #685 ] : https://github.com/certinia/debug-log-analyzer/issues/685
480482[ #98 ] : https://github.com/certinia/debug-log-analyzer/issues/98
481483[ #204 ] : https://github.com/certinia/debug-log-analyzer/issues/204
You can’t perform that action at this time.
0 commit comments