Skip to content

Commit

Permalink
Update changelog
Browse files Browse the repository at this point in the history
  • Loading branch information
Ketho committed Jul 8, 2022
1 parent 55f2303 commit 6860cbc
Show file tree
Hide file tree
Showing 4 changed files with 7 additions and 38 deletions.
36 changes: 0 additions & 36 deletions .github/workflows/TestBuilds.yml

This file was deleted.

5 changes: 5 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,10 @@
- Frame templates are not completely supported, only BackdropTemplate ([#15](https://github.com/Ketho/vscode-wow-api/issues/15))
- The Classic (TBC) API is not supported ([#13](https://github.com/Ketho/vscode-wow-api/issues/13))

## [0.8.6] - 2022-07-08
### Added
- 🌙 EmmyLua: Updated definitions for Patch 9.2.5 (44232)

## [0.8.5] - 2022-05-28
### Added
- 🌙 EmmyLua: Added initial `Mixin()` support and fixed issue [#42](https://github.com/Ketho/vscode-wow-api/issues/42)
Expand Down Expand Up @@ -262,6 +266,7 @@
### Added
- 🚧 Wip: Development work

[0.8.6]: https://github.com/Ketho/vscode-wow-api/releases/tag/0.8.6
[0.8.5]: https://github.com/Ketho/vscode-wow-api/releases/tag/0.8.5
[0.8.4]: https://github.com/Ketho/vscode-wow-api/releases/tag/0.8.4
[0.8.3]: https://github.com/Ketho/vscode-wow-api/releases/tag/0.8.3
Expand Down
2 changes: 1 addition & 1 deletion Lua/main.lua
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
CONSTANTS = {
LATEST_MAINLINE = "9.2.5",
--LATEST_CLASSIC = "2.5.4",
LATEST_CLASSIC = "2.5.4",
}

local Util = require("Lua/Util/Util")
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
## WoW API
[![](https://img.shields.io/github/license/Ketho/vscode-wow-api)](https://opensource.org/licenses/MIT)
[![](https://img.shields.io/github/v/release/Ketho/vscode-wow-api)](https://github.com/Ketho/vscode-wow-api/releases)
[![](https://img.shields.io/badge/wow-9.2.0-yellow)](https://github.com/Gethe/wow-ui-source/tree/9.2.0)
[![](https://img.shields.io/badge/wow-9.2.5-yellow)](https://github.com/Gethe/wow-ui-source/tree/9.2.5)

Adds IntelliSense features for World of Warcraft API to VS Code. This extension uses [Sumneko's](https://marketplace.visualstudio.com/items?itemName=sumneko.lua) Lua [Language Server](https://microsoft.github.io/language-server-protocol/) with [EmmyLua](https://github.com/sumneko/lua-language-server/wiki/EmmyLua-Annotations) annotations.

Expand Down

0 comments on commit 6860cbc

Please sign in to comment.