Skip to content

Commit

Permalink
update toc
Browse files Browse the repository at this point in the history
  • Loading branch information
rbgdevx committed Oct 27, 2024
1 parent 4db7068 commit 6f56692
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 5 deletions.
3 changes: 2 additions & 1 deletion .vscode/settings.json
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,8 @@
"SECONDS_PER_HOUR",
"HOURS_MINUTES_SECONDS",
"MINUTES_SECONDS",
"ButtonFrameTemplate_HidePortrait"
"ButtonFrameTemplate_HidePortrait",
"CopyTable"
],
"Lua.runtime.version": "Lua 5.1",
"Lua.runtime.builtin": {
Expand Down
7 changes: 3 additions & 4 deletions AutoBodyRes.toc
Original file line number Diff line number Diff line change
@@ -1,13 +1,12 @@
## Interface: 110002
## Interface: 110005
## Title: AutoBodyRes
## Version: 1.1.3
## Version: 1.1.4
## Author: RBGDEV
## Notes: Shows text if someone took your body or not after you died in a battleground, preventing you from being able to body res.
## OptionalDeps: Ace3, LibStub, LibSharedMedia-3.0, AceGUI-3.0-SharedMediaWidgets
## IconTexture: Interface\AddOns\AutoBodyRes\logo.tga
## SavedVariables: AutoBodyResDB
## X-Category: Battlegrounds/PvP
## X-Credits: Ajax
## X-License: All Rights Reserved
## X-Website: https://www.curseforge.com/wow/addons/auto-body-res
## X-Curse-Project-ID: 959554
Expand All @@ -21,5 +20,5 @@ embeds.xml
config.lua
helpers.lua
interface.lua
AutoBodyRes.lua
options.lua
AutoBodyRes.lua
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,9 @@
# Auto Body Res

## [v1.1.4](https://github.com/rbgdevx/auto-body-res/releases/tag/v1.1.4) (2024-10-27)

- Update toc

## [v1.1.3](https://github.com/rbgdevx/auto-body-res/releases/tag/v1.1.3) (2024-10-02)

- Double ensures that if you toggle battleground only mode it wont load in arena and even if it did it hides any previous death text
Expand Down

0 comments on commit 6f56692

Please sign in to comment.