Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
33 changes: 18 additions & 15 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -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.
2 changes: 1 addition & 1 deletion bin/.latest-tag
Original file line number Diff line number Diff line change
@@ -1 +1 @@
v0.3.0
v0.4.0
Binary file modified bin/textwire_lsp_darwin_amd64
Binary file not shown.
Binary file modified bin/textwire_lsp_darwin_arm64
Binary file not shown.
Binary file modified bin/textwire_lsp_linux_386
Binary file not shown.
Binary file modified bin/textwire_lsp_linux_amd64
Binary file not shown.
Binary file modified bin/textwire_lsp_windows_386.exe
Binary file not shown.
Binary file modified bin/textwire_lsp_windows_amd64.exe
Binary file not shown.
Binary file modified bin/textwire_lsp_windows_arm64.exe
Binary file not shown.
12 changes: 0 additions & 12 deletions doc/textwire.txt
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down