diff --git a/CHANGELOG.md b/CHANGELOG.md index 5649f1c..ec22feb 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,38 +1,41 @@ # Release Notes +## 1.1.0 (2025-11-08) +- Updated LSP to the latest version [v0.4.0](https://github.com/textwire/lsp/pull/7). + ## 1.0.0 (2025-08-11) -- BREAKING CHANGE: Removed `load_highlights` function. Use `build` instead -- Added more information to `README.md` file +- BREAKING CHANGE: Removed `load_highlights` function. Use `build` instead. +- Added more information to `README.md` file. ## 0.5.0 (2025-06-15) -- Updated the LSP version to the latest `0.3.0` +- Updated LSP to the latest version [v0.3.0](https://github.com/textwire/lsp/pull/6). ## 0.4.0 (2025-05-31) -- Updated the LSP version to the latest `0.2.0` +- Updated LSP to the latest version [v0.2.0](https://github.com/textwire/lsp/pull/5). ## 0.3.1 (2025-05-13) -- Fixed incorrect bash script for updating LSP binaries +- Fixed incorrect bash script for updating LSP binaries. ## 0.3.0 (2025-05-13) -- Bumped the LSP version to `0.1.1` +- Updated LSP to the latest version [v0.1.1](https://github.com/textwire/lsp/pull/3). ## 0.2.0 (2025-05-10) -- Changed installing LSP binaries logic +- Changed installing LSP binaries logic. ## v0.1.1 (2025-05-02) -- Changed tabs to spaces for consistency -- Removed `TextwireInstallLsp` command since we no longer need it +- Changed tabs to spaces for consistency. +- Removed `TextwireInstallLsp` command since we no longer need it. ## v0.1.0 (2025-05-01) -- Now plugin contains LSP binaries and highlights. Before, you needed curl to download them +- Now plugin contains LSP binaries and highlights. Before, you needed curl to download them. ## v0.0.6 (2025-04-24) -- Added more information to `:h textwire` command -- Added `h textwire.changelog` command with the release notes +- Added more information to `:h textwire` command. +- Added `h textwire.changelog` command with the release notes. ## v0.0.5 (2025-04-24) -- Added deprecated warning for `require("textwire").load_highlights()` usage +- Added deprecated warning for `require("textwire").load_highlights()` usage. ## v0.0.4 (2025-04-24) -- Changed the way you setup the plugin -- Added LSP support with autocomplete and hover feature +- Changed the way you setup the plugin. +- Added LSP support with autocomplete and hover feature. diff --git a/bin/.latest-tag b/bin/.latest-tag index 268b033..fb7a04c 100644 --- a/bin/.latest-tag +++ b/bin/.latest-tag @@ -1 +1 @@ -v0.3.0 +v0.4.0 diff --git a/bin/textwire_lsp_darwin_amd64 b/bin/textwire_lsp_darwin_amd64 index 442559c..cae611d 100755 Binary files a/bin/textwire_lsp_darwin_amd64 and b/bin/textwire_lsp_darwin_amd64 differ diff --git a/bin/textwire_lsp_darwin_arm64 b/bin/textwire_lsp_darwin_arm64 index f550b67..ee53953 100755 Binary files a/bin/textwire_lsp_darwin_arm64 and b/bin/textwire_lsp_darwin_arm64 differ diff --git a/bin/textwire_lsp_linux_386 b/bin/textwire_lsp_linux_386 index 79d6887..a076669 100755 Binary files a/bin/textwire_lsp_linux_386 and b/bin/textwire_lsp_linux_386 differ diff --git a/bin/textwire_lsp_linux_amd64 b/bin/textwire_lsp_linux_amd64 index b6bb402..20d3938 100755 Binary files a/bin/textwire_lsp_linux_amd64 and b/bin/textwire_lsp_linux_amd64 differ diff --git a/bin/textwire_lsp_windows_386.exe b/bin/textwire_lsp_windows_386.exe index 8929577..451234e 100755 Binary files a/bin/textwire_lsp_windows_386.exe and b/bin/textwire_lsp_windows_386.exe differ diff --git a/bin/textwire_lsp_windows_amd64.exe b/bin/textwire_lsp_windows_amd64.exe index 2d91fd2..c226f88 100755 Binary files a/bin/textwire_lsp_windows_amd64.exe and b/bin/textwire_lsp_windows_amd64.exe differ diff --git a/bin/textwire_lsp_windows_arm64.exe b/bin/textwire_lsp_windows_arm64.exe index bd7974e..bc0dc83 100755 Binary files a/bin/textwire_lsp_windows_arm64.exe and b/bin/textwire_lsp_windows_arm64.exe differ diff --git a/doc/textwire.txt b/doc/textwire.txt index 5274a29..c6543bd 100644 --- a/doc/textwire.txt +++ b/doc/textwire.txt @@ -8,18 +8,6 @@ highlighting. :h textwire -textwire.load_highlights() DEPRECATED *textwire.load_highlights()* - Fetch recent highlight files from GitHub and insert them into queries in - your Neovim's directory. - - THIS FUNCTION IS DEPRECATED AND WILL BE REMOVED IN THE VERSION 1.0.0! - USE textwire.build() INSTEAD! - - Usage: - > - textwire.load_highlights() -< - textwire.build() *textwire.build()* Fetch recent highlight files from GitHub and insert them into queries in your Neovim's directory. Also it will download the LSP binary and install it