Skip to content

Commit 32838c1

Browse files
committed
update to version 0.2.4
Update of `keywords.json` file
1 parent bb9d080 commit 32838c1

File tree

4 files changed

+12
-6
lines changed

4 files changed

+12
-6
lines changed

CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -44,3 +44,7 @@ Check [Keep a Changelog](http://keepachangelog.com/) for recommendations on how
4444
- Update of `patterns.json` file
4545
- Added support for large ORCA output files (>50MB).Added a new command `Show ORCA Outline External` to allow the user to load large ORCA output files manually from the file system.
4646
- Fixed a bug by adding dummy headings to the `ORCA FILE OUTLINE` view when the heading levels are not in strict ascending order.
47+
48+
## [0.2.4] - 2023-10-28
49+
50+
- Update of `keywords.json` file

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ N/A
1414

1515
## Extension Settings
1616

17-
The current version (0.2.3) of this extension does not have any settings.
17+
The current version (0.2.4) of this extension does not have any settings.
1818

1919
## Issues and Important Notes
2020

@@ -34,7 +34,7 @@ The current version (0.2.3) of this extension does not have any settings.
3434

3535
For detailed release notes, please see [CHANGELOG.md](CHANGELOG.md).
3636

37-
### 0.2.3
37+
### 0.2.4
3838

3939
Bug fixes and optimizations.
4040

keywords.json

Lines changed: 5 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -28,8 +28,8 @@
2828
"In ": "in ",
2929
"To ": "to ",
3030
"For ": "for ",
31-
"With": "with ",
32-
"By": "by ",
31+
"With ": "with ",
32+
"By ": "by ",
3333
"Ci-": "CI-",
3434
"tda": "TDA",
3535
"Tda": "TDA",
@@ -52,5 +52,7 @@
5252
"Mr-pt":"MR-PT",
5353
"Tsel":"TSel",
5454
"-field":"-Field",
55-
"-splitting":"-Splitting"
55+
"-splitting":"-Splitting",
56+
"Ecp": "ECP",
57+
"Xes": "XES"
5658
}

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
"name": "orcatoc",
33
"displayName": "orca_toc",
44
"description": "Provides an outline for ORCA files in the VS Code sidebar.",
5-
"version": "0.2.3",
5+
"version": "0.2.4",
66
"engines": {
77
"vscode": "^1.82.0"
88
},

0 commit comments

Comments
 (0)