-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathchangelog.xml
More file actions
100 lines (100 loc) · 4.08 KB
/
changelog.xml
File metadata and controls
100 lines (100 loc) · 4.08 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
<?xml version="1.0" encoding="UTF-8"?>
<!--
- Copyright (C) 2021-2025
- Julian Valentin, Daniel Spitzer, lsp-cli-plus Development Community
-
- This Source Code Form is subject to the terms of the Mozilla Public
- License, v. 2.0. If a copy of the MPL was not distributed with this
- file, You can obtain one at https://mozilla.org/MPL/2.0/.
-->
<document xmlns="http://maven.apache.org/changes/1.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/changes/1.0.0 https://maven.apache.org/xsd/changes-1.0.0.xsd">
<properties>
<title>Changelog</title>
<author>Julian Valentin, Daniel Spitzer, lsp-cli-plus Development Community</author>
</properties>
<body>
<release version="2.2.3" date="upcoming">
</release>
<release version="2.2.2" date="2026-04-24">
<action type="update">
Update bundled Java runtime from 21.0.8+9 to 21.0.10+7.
</action>
<action type="update">
Bump Kotlin to 2.3.10, JUnit Jupiter to 6.0.3, LSP4J to 1.0.0, Google Gson to 2.13.2, Jansi to 2.4.2, Picoli to 4.7.7, Maven Dependency Plugin to 3.10.0, Maven Surefire Plugin to 3.5.5, JaCoCo Maven Plugin to 0.8.14, Maven JAR Plugin to 3.5.0, Maven AntRun Plugin to 3.2.0, ktlint to 1.8.0 and Maven Assembly Plugin to 3.8.0.
</action>
</release>
<release version="2.2.1" date="2025-09-04">
<action type="update">
Update bundled Java runtime from 21.0.5+11 to 21.0.8+9.
</action>
<action type="update">
Bump Kotlin to 2.2.10, JUnit Jupiter to 5.13.4, Google Gson to 2.13.1, Jansi to 2.4.1, Picoli to 4.7.7, JaCoCo to 0.8.13 and ktlint to 1.7.1
</action>
</release>
<release version="2.2.0" date="2025-04-04">
<action type="update">
Add aarch64 Java runtimes for Linux (e.g. Raspberry Pi), macOS (Apple M1 SoC and its successors) and Windows on ARM. Update bundled Java runtime from 21.0.4+7 to 21.0.5+11.
</action>
<action type="add" issue="ltex-plus/vscode-ltex-plus#128">
Add support for AsciiDoc (LSP language IDs `asciidoc`)
</action>
</release>
<release version="2.1.0" date="2025-01-08">
<action type="add" issue="ltex-plus/ltex-ls-plus#55">
Add support for Neorg (LSP language ID `neorg`)
</action>
<action type="add" issue="ltex-plus/vscode-ltex-plus#88">
Add support for MDX (LSP language ID `mdx`)
</action>
<action type="fix" issue="#20">
Fix endless running process if there is no spelling error
</action>
</release>
<release version="2.0.0" date="2024-11-10">
<action type="update">
Update several dependencies
</action>
<action type="update">
Fork from https://github.com/valentjn/lsp-cli
</action>
<action type="update">
Update to Java 21
</action>
<action type="add" issue="ltex-plus/ltex-ls-plus#39,ltex-plus/vscode-ltex-plus#49">
Add support for Typst (LSP language ID `typst`)
</action>
<action type="fix" issue="valentjn/ltex-ls#303" due-to="@michaelvanstraten">
Fix StringIndexOutOfBoundsException
</action>
</release>
<release version="1.0.3" date="2021-11-28">
<action type="update">
Bump Kotlin to 1.6.0
</action>
<action type="update">
Bump picocli to 4.6.2
</action>
</release>
<release version="1.0.2" date="2021-11-05">
<action type="fix" issue="valentjn/ltex-ls#117">
Fix language server sometimes not terminated
</action>
<action type="fix">
Fix error when running `lsp-cli` from a different directory than `bin/`
</action>
<action type="fix">
Fix usage help of command-line arguments
</action>
</release>
<release version="1.0.1" date="2021-09-25">
<action type="update">
Rename internal messages bundle for internationalization to avoid name clashes
</action>
</release>
<release version="1.0.0" date="2021-09-05">
<action type="add">
Initial release
</action>
</release>
</body>
</document>