You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: CHANGELOG.md
+4-4Lines changed: 4 additions & 4 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -5,17 +5,17 @@ All notable changes to this project will be documented in this file.
5
5
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
6
6
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
7
7
8
-
## [Unreleased]
8
+
## [1.14.0] - 2024-02-12
9
9
10
10
### Added
11
11
12
12
- View, Filter and Group by namespace on the Call Tree, Analysis + Database views ([#299][#299])
13
-
- View and Filter : Call Tree, Analysis and Database views
14
-
- Group by : Analysis and Database views
13
+
- View and Filter by namespace on the Call Tree, Analysis and Database views
14
+
- Group by namespace on the Analysis and Database views
15
15
16
16
### Changed
17
17
18
-
- Apex Log Parser Speed improveed to between 2 and 3 faster ([#475][#475])
18
+
- Apex Log Parsing is up to 3X faster ([#475][#475])
19
19
- Go to file multiple workspace handling simplified ([#202][#202])
20
20
- Go to file from Call Tree will only ask you to select a workspace if more than one matching file is found in multiple workspaces, instead of everytime.
Copy file name to clipboardExpand all lines: lana/package.json
+1-1Lines changed: 1 addition & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -1,7 +1,7 @@
1
1
{
2
2
"name": "lana",
3
3
"displayName": "Apex Log Analyzer",
4
-
"version": "1.12.1",
4
+
"version": "1.14.0",
5
5
"description": "Analyzer for Salesforce debug logs - Visualize code execution via a Flame graph and identify performance and SOQL/DML problems via Method and Database analysis",
0 commit comments