Skip to content

Commit

Permalink
Bump to 12.2.0
Browse files Browse the repository at this point in the history
  • Loading branch information
valentjn committed Oct 19, 2021
1 parent a3ce48c commit 9df0036
Show file tree
Hide file tree
Showing 3 changed files with 13 additions and 10 deletions.
5 changes: 4 additions & 1 deletion changelog.xml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
<author>Julian Valentin, LTeX Development Community</author>
</properties>
<body>
<release version="12.2.0" date="upcoming">
<release version="12.2.0" description="The Completion Hypothesis" date="2021-10-19">
<action type="update">
Rename `ltex.ltex-ls.languageToolHttpServerUri` &#x2192; [`ltex.languageToolHttpServerUri`](https://valentjn.github.io/vscode-ltex/docs/settings.html#ltexlanguagetoolhttpserveruri); the previous name is deprecated
</action>
Expand All @@ -31,6 +31,9 @@
<action type="update">
Move documentation to &lt;https://valentjn.github.io/ltex&gt;
</action>
<action type="update">
Update LTeX LS to 14.1.0
</action>
</release>
<release version="12.1.0" description="The coc.nvim Diffusion" date="2021-10-16">
<action type="add">
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "vscode-ltex",
"displayName": "LTeX – LanguageTool grammar/spell checking",
"version": "12.1.1-alpha.1.develop",
"version": "12.2.0",
"description": "Grammar/spell checker using LanguageTool with support for LaTeX, Markdown, and others",
"icon": "img/logo-ltex.png",
"author": "Julian Valentin",
Expand Down
16 changes: 8 additions & 8 deletions src/DependencyManager.ts
Original file line number Diff line number Diff line change
Expand Up @@ -41,16 +41,16 @@ export default class DependencyManager {
+ 'vscode-ltex/docs/installation-and-usage.html#offline-installation';

private static readonly _toBeDownloadedLtexLsTag: string =
'14.0.0';
'14.1.0';
private static readonly _toBeDownloadedLtexLsVersion: string =
'14.0.0';
'14.1.0';
private static readonly _toBeDownloadedLtexLsHashDigests: {[fileName: string]: string} = {
'ltex-ls-14.0.0-linux-x64.tar.gz':
'8e23eda7be94aa0a43cf74d6491e9bdc5af9b8da9d547c7f74bbc18d27016cab',
'ltex-ls-14.0.0-mac-x64.tar.gz':
'21bf39614d0c817970b07b5637f985664354dbedca31d489d36d4a5248cf1217',
'ltex-ls-14.0.0-windows-x64.zip':
'007744460f24505b03b3d9b3477eade45df27d9b0874590f74ecf520813f8f1d',
'ltex-ls-14.1.0-linux-x64.tar.gz':
'8e7f9562c2a65bdc5ec18476cc3594d3ad9262d79dcb84de84e2b45f0a866b1e',
'ltex-ls-14.1.0-mac-x64.tar.gz':
'895e0b1596118e2505d5cdb00f0c5c5d65b105b877281062f8c3bc57e248526d',
'ltex-ls-14.1.0-windows-x64.zip':
'2210d572e02684a189fa800b1fe8b40938908e1263e1a807a547c383eb934223',
};

public constructor(context: Code.ExtensionContext) {
Expand Down

0 comments on commit 9df0036

Please sign in to comment.