Skip to content

Commit 71ef2d7

Browse files
committed
release: 3.0.0
1 parent 41f4dc1 commit 71ef2d7

File tree

2 files changed

+14
-30
lines changed

2 files changed

+14
-30
lines changed

README.md

Lines changed: 11 additions & 27 deletions
Original file line numberDiff line numberDiff line change
@@ -39,33 +39,17 @@ Nightly builds can be found and downloaded in Github Actions page
3939

4040
## Changelog
4141

42-
### 2.2.0 (2024-03-16)
43-
44-
- Add auto-completion and signature hint support for boolean values for directives
45-
- Add support for a new unit file `iocost.conf`
46-
- Add more completion/documentation for directive value
47-
- Add more documentation for deprecated/renamed/removed directives
48-
- Add version information into the documentation to indicate the first supported version and the version at which the directive became deprecated/removed
49-
- Add a new configuration named `systemd.podman.completion` to enable/disable providing completion items related to Podman Quadlet by default
50-
- Add a new configuration named `systemd.version` to ensure the extension only offers compatible auto-completion and provides more precise linting feature
51-
- Add a new configuration named `systemd.style.boolean` to specify the preferred boolean value format for auto-completion
52-
- Fixed a bug where the documentation for some directives was not displayed
53-
- Fixed some errors in the documentation, including incorrect markup tags, tables that are not
54-
displaying properly and unexpected email addresses
55-
- Fixed auto-completion feature for directives in the following sections: `MACVTAP`/`IPVTAP`/`Tap`
56-
- Renamed the following configurations: (The old names will still be supported in 2024)
57-
- `systemd.lintDirectiveKeys` => `systemd.directive-keys.lint`
58-
- `systemd.customDirectiveKeys` => `systemd.directive-keys.custom`
59-
- Fixed the parser to correctly detect unit types `sysupdated` and `repartd`
60-
- Updated unit name completion for full special system units
61-
- Updated diagnostics to display detailed deprecation information and providing quick fixes for automatically renaming deprecated directives.
62-
- Updated documentation to the latest
63-
- Improved the process of changing unit file types
64-
- Highlighting recommended types in the type picker for easier selection
65-
- Retaining manually changed types in the workspace state to ensure they are remembered upon reopening the editor
66-
- The unit file type of Podman Quadlet has been divided into several more specific types, such as `container`, `image`, ...
67-
68-
See [CHANGELOG.md](docs/CHANGELOG.md)
42+
### 3.0.0 (2025-01-08)
43+
44+
- Update the support to Systemd v257 and Podman Quadlet v5.3.1
45+
- Add support for mkosi config files
46+
- Add folding range feature
47+
- sections, multi-line comment, multi-line value and `#region` comments
48+
- Add more auto-completion for directive(setting) value.
49+
- Add auto-completion support for directives that accept boolean or auto as values
50+
- Update file path detection for Podman `.network` file ([@marshallwp](https://github.com/marshallwp))
51+
- Refactor the parser for fixing issues and more editor features
52+
- Refactor some part of fetch scripts for comparing changes and generating diagnosis log
6953

7054
## Build & Contributing
7155

docs/CHANGELOG.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,14 +1,14 @@
11
# CHANGELOG
22

3-
### 3.0.0 (2025-01-xx)
3+
### 3.0.0 (2025-01-08)
44

5-
- Update the support to systemd v257 and podman v3.1.0
5+
- Update the support to Systemd v257 and Podman Quadlet v5.3.1
66
- Add support for mkosi config files
77
- Add folding range feature
88
- sections, multi-line comment, multi-line value and `#region` comments
99
- Add more auto-completion for directive(setting) value.
1010
- Add auto-completion support for directives that accept boolean or auto as values
11-
- Update file path detection for podmand `.network` file ([@marshallwp](https://github.com/marshallwp))
11+
- Update file path detection for Podman `.network` file ([@marshallwp](https://github.com/marshallwp))
1212
- Refactor the parser for fixing issues and more editor features
1313
- Refactor some part of fetch scripts for comparing changes and generating diagnosis log
1414

0 commit comments

Comments
 (0)