Skip to content

Commit

Permalink
Merge pull request #484 from lukecotter/chore-bump-releae-version-to-…
Browse files Browse the repository at this point in the history
…v1.14.0

chore: bump release version to v1.14.0
  • Loading branch information
lcottercertinia authored Feb 12, 2024
2 parents 771cb95 + fb17151 commit 6a82a8f
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
8 changes: 4 additions & 4 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,17 +5,17 @@ All notable changes to this project will be documented in this file.
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).

## [Unreleased]
## [1.14.0] - 2024-02-12

### Added

- View, Filter and Group by namespace on the Call Tree, Analysis + Database views ([#299][#299])
- View and Filter : Call Tree, Analysis and Database views
- Group by : Analysis and Database views
- View and Filter by namespace on the Call Tree, Analysis and Database views
- Group by namespace on the Analysis and Database views

### Changed

- Apex Log Parser Speed improveed to between 2 and 3 faster ([#475][#475])
- Apex Log Parsing is up to 3X faster ([#475][#475])
- Go to file multiple workspace handling simplified ([#202][#202])
- 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.

Expand Down
2 changes: 1 addition & 1 deletion lana/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "lana",
"displayName": "Apex Log Analyzer",
"version": "1.12.1",
"version": "1.14.0",
"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",
"keywords": [
"apex",
Expand Down

0 comments on commit 6a82a8f

Please sign in to comment.