diff --git a/CHANGELOG.md b/CHANGELOG.md index b425665a..a1cba67f 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -4,6 +4,20 @@ - Uninstalling the extension does not appear to work ([#20](https://github.com/Ketho/vscode-wow-api/issues/20)) - 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)) +- Widget API is not yet updated from 10.0.2 Blizzard_APIDocumentationGenerated + +## [0.9.0] - 2022-11-13 +### Added +- 🌙 EmmyLua: Updated for Patch 10.0.2 (46619) +Libraries +- 🌙 EmmyLua: PR [#58](https://github.com/Ketho/vscode-wow-api/pull/58), [#61](https://github.com/Ketho/vscode-wow-api/pull/61) Added LibSharedMedia-3.0 +- 🌙 EmmyLua: PR [#55](https://github.com/Ketho/vscode-wow-api/pull/55), [#62](https://github.com/Ketho/vscode-wow-api/pull/62) Added LibDBIcon-1.0 +- 🌙 EmmyLua: PR [#52](https://github.com/Ketho/vscode-wow-api/pull/52), [#57](https://github.com/Ketho/vscode-wow-api/pull/57), [#54](https://github.com/Ketho/vscode-wow-api/pull/54) Updated Ace3 libraries +- 🌙 EmmyLua: PR [#53](https://github.com/Ketho/vscode-wow-api/pull/53) Update LibStub:NewLibrary +### Changed +- 🐞 Bug Fixes: Fixed event hover tooltip formatting (regression) +- 🐞 Bug Fixes: PR [#59](https://github.com/Ketho/vscode-wow-api/pull/59) Fixed file path casing +- 🐞 Bug Fixes: [#56](https://github.com/Ketho/vscode-wow-api/issues/56) Fixed warning for SetScript second param being nil ## [0.8.9] - 2022-09-17 ### Added @@ -289,6 +303,7 @@ ### Added - 🚧 Wip: Development work +[0.9.0]: https://github.com/Ketho/vscode-wow-api/releases/tag/0.9.0 [0.8.9]: https://github.com/Ketho/vscode-wow-api/releases/tag/0.8.9 [0.8.8]: https://github.com/Ketho/vscode-wow-api/releases/tag/0.8.8 [0.8.7]: https://github.com/Ketho/vscode-wow-api/releases/tag/0.8.7 diff --git a/README.md b/README.md index 1f26f248..98ba5d78 100644 --- a/README.md +++ b/README.md @@ -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.5-yellow)](https://github.com/Gethe/wow-ui-source/tree/9.2.5) +[![](https://img.shields.io/badge/wow-10.0.2-yellow)](https://github.com/Gethe/wow-ui-source/tree/10.0.2) Adds IntelliSense features for World of Warcraft API to VS Code. This is a plugin extension for [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/Annotations) annotations. @@ -66,9 +66,10 @@ Refer to [SETUP.md](SETUP.md) if you want to run the Lua scripts which generate * [Andols](https://www.curseforge.com/members/andols/projects), [Buds](https://github.com/mrbuds), [ChrisKader](https://github.com/ChrisKader) * [DahkCeles](https://www.curseforge.com/members/dahkceles/projects), [Ellypse](https://github.com/Ellypse), [Ferronn](https://github.com/ferronn-dev) * [Foxlit](https://www.townlong-yak.com/), [Gethe](https://github.com/Gethe), [Iriel](https://wowpedia.fandom.com/wiki/Iriel) -* [jnwhiteh](https://twitter.com/jnwhiteh), [Kaydeethree](https://github.com/kaydeethree), [Marlamin](https://github.com/Marlamin) -* [Meorawr](https://github.com/Meorawr), [nebula](https://github.com/nebularg), [Nevcairiel](https://github.com/Nevcairiel) -* [Resike](https://github.com/Resike), [Stanzilla](https://github.com/Stanzilla), [Sumneko](https://github.com/Sumneko) -* [Wutname](https://github.com/Wutname1), [Yuyuli](https://www.curseforge.com/members/yuyuli/projects), [Xelnath](https://wowpedia.fandom.com/wiki/Alexander_Brazie) +* [jnwhiteh](https://twitter.com/jnwhiteh), [Kaydeethree](https://github.com/kaydeethree), [Kozoaku](https://github.com/Kozoaku) +* [Marlamin](https://github.com/Marlamin), [Meorawr](https://github.com/Meorawr), [nebula](https://github.com/nebularg) +* [Nevcairiel](https://github.com/Nevcairiel), [Oppzippy](https://github.com/Oppzippy), [Resike](https://github.com/Resike) +* [Stanzilla](https://github.com/Stanzilla), [Sumneko](https://github.com/Sumneko), [Wutname](https://github.com/Wutname1) +* [Yuyuli](https://www.curseforge.com/members/yuyuli/projects), [Xelnath](https://wowpedia.fandom.com/wiki/Alexander_Brazie) * [Blizzard Entertainment](https://www.blizzard.com/), [Townlong Yak](https://www.townlong-yak.com/), [WoW.tools](https://wow.tools/) * [WoWInterface](https://wowinterface.com/), [Wowpedia](https://wowpedia.fandom.com/), [Wowprogramming](https://wowprogramming.com/)