Skip to content

Commit

Permalink
chore: Update README, CHANGELOG and bump version
Browse files Browse the repository at this point in the history
  • Loading branch information
rvost committed Sep 10, 2024
1 parent 0e506bc commit 8a1a145
Show file tree
Hide file tree
Showing 5 changed files with 49 additions and 3 deletions.
33 changes: 33 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,39 @@

## [Unreleased]

## [1.1.0]

### Added

- Hover with flag content tooltips for user-defined flags in `types.xml`(and custom files).
- Hover tooltips with human-readable time format for time values in following files:
- `types.xml` (and custom files);
- `events.xml` (and custom files);
- `globals.xml` (and custom files);
- `cfgweather.xml`.
- Link navigation for:
- files in `cfgeconomycore.xml`;
- files in `cfgenvironment.xml`.
- `Go To Declaration` implementation for:
- Random presets in `cfgspawnabletypes.xml`;
- User-defined flags in `types.xml`;
- Event groups in `cfgeventspawns.xml`;
- Map group prototypes in `cfgeventgroups.xml`.
- `Find Reference`/`Find All References` implementation for:
- Types in `types.xml`: lists references from other types files and `cfgspawnabletypes.xml` (including custom files);
- Events in `events.xml`: lists references from other events files and `cfgeventspawns.xml`;
- Random presets: list references from `cfgspawnabletypes.xml` (including custom files);
- Event groups: lists references from `cfgeventspawns.xml`;
- Map group prototypes: lists references from `cfgeventgroups.xml`.
- Diagnostics for events that not referenced in `cfgeventspawns.xml`.
- Diagnostics for group references in `cfgeventspawns.xml`.
- Diagnostics for map group references in `cfgeventgroups.xml`.
- Autocompletion for map group names in `cfgeventgroups.xml`.

### Fixed

- Added `Ambient` to the list of valid event prefixes.

## [1.0.0]

### Added
Expand Down
13 changes: 13 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -84,6 +84,19 @@ If you prefer a more high-level Excel-like approach, you may be interested in my

## Release Notes

### 1.1.0

- Fixed `Ambient` event category validation.
- Added hover tooltips for user-defined flags in `types.xml`(and custom files).
- Added hover tooltips with human-readable time format for time values. See [CHANGELOG](CHANGELOG.md#110) for more details.
- Added link navigation for file references.
- Added `Go To Declaration` support. See [CHANGELOG](CHANGELOG.md#110) for more details.
- Added Find Reference`/`Find All References` support. See [CHANGELOG](CHANGELOG.md#110) for more details.
- Added diagnostics for events that not referenced in `cfgeventspawns.xml`.
- Added diagnostics for group references in `cfgeventspawns.xml`.
- Added diagnostics for map group references in `cfgeventgroups.xml`.
- Added autocompletion for map group names in `cfgeventgroups.xml`.

### 1.0.0

- Stable release of Language server for DayZ mission XML files.
Expand Down
2 changes: 1 addition & 1 deletion lemminx-dayz-ce/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
<parent>
<groupId>io.github.rvost</groupId>
<artifactId>lemminx-dayz-ce-parent</artifactId>
<version>1.0.0-SNAPSHOT</version>
<version>1.1.0-SNAPSHOT</version>
</parent>

<artifactId>lemminx-dayz-ce</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
"description": "Validation and autocompletion for DayZ CE configuration files",
"publisher": "rvost",
"license": "EPL-2.0",
"version": "1.0.0",
"version": "1.1.0",
"icon": "assets/icon.png",
"engines": {
"vscode": "^1.82.0"
Expand Down
2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<modelVersion>4.0.0</modelVersion>
<groupId>io.github.rvost</groupId>
<artifactId>lemminx-dayz-ce-parent</artifactId>
<version>1.0.0-SNAPSHOT</version>
<version>1.1.0-SNAPSHOT</version>
<packaging>pom</packaging>

<licenses>
Expand Down

0 comments on commit 8a1a145

Please sign in to comment.