Skip to content

Commit

Permalink
update toc
Browse files Browse the repository at this point in the history
  • Loading branch information
rbgdevx committed Dec 20, 2024
1 parent d31f22c commit 3ff20cf
Show file tree
Hide file tree
Showing 9 changed files with 12 additions and 215 deletions.
8 changes: 8 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,13 @@
# Dynamic Movement Speed

## [v1.2.3](https://github.com/rbgdevx/dynamic-movement-speed/releases/tag/v1.2.3) (2024-12-20)

- Drag and Click control updates to ensure click through when hidden or locked
- Fixing font dropdown list
- Updating font size range
- Minor Cleanup
- Update toc

## [v1.2.2](https://github.com/rbgdevx/dynamic-movement-speed/releases/tag/v1.2.2) (2024-10-27)

- Update toc
Expand Down
6 changes: 3 additions & 3 deletions DynamicMovementSpeed.toc
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
## Interface: 110005
## Interface: 110007
## Title: DynamicMovementSpeed
## Version: 1.2.2
## Version: 1.2.3
## Author: RBGDEV
## Notes: Provides real time movement speed
## OptionalDeps: Ace3, LibStub, LibSharedMedia-3.0, AceGUI-3.0-SharedMediaWidgets
## OptionalDeps: AceConfig-3.0, AceGUI-3.0, AceGUI-3.0-SharedMediaWidgets, CallbackHandler-1.0, LibSharedMedia-3.0, LibStub
## IconTexture: Interface\AddOns\DynamicMovementSpeed\logo.tga
## SavedVariables: DMSDB
## X-Category: Miscellaneous
Expand Down
1 change: 0 additions & 1 deletion embeds.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,5 +5,4 @@
<Include file="libs\AceConfig-3.0\AceConfig-3.0.xml"/>
<Include file="libs\LibSharedMedia-3.0\lib.xml"/>
<Include file="libs\AceGUI-3.0-SharedMediaWidgets\widget.xml"/>
<Include file="libs\LibChangelog\LibChangelog.xml"/>
</Ui>
8 changes: 0 additions & 8 deletions libs/LibChangelog/CHANGELOG.md

This file was deleted.

187 changes: 0 additions & 187 deletions libs/LibChangelog/LibChangelog.lua

This file was deleted.

8 changes: 0 additions & 8 deletions libs/LibChangelog/LibChangelog.toc

This file was deleted.

4 changes: 0 additions & 4 deletions libs/LibChangelog/LibChangelog.xml

This file was deleted.

3 changes: 0 additions & 3 deletions libs/LibChangelog/README.md

This file was deleted.

2 changes: 1 addition & 1 deletion options.lua
Original file line number Diff line number Diff line change
Expand Up @@ -180,7 +180,7 @@ function Options:Setup()
AceConfig:RegisterOptionsTable(AddonName, NS.AceConfig)
AceConfigDialog:AddToBlizOptions(AddonName, AddonName)

SLASH_DMS1 = AddonName
SLASH_DMS1 = "/dynamicmovementspeed"
SLASH_DMS2 = "/dms"

function SlashCmdList.DMS(message)
Expand Down

0 comments on commit 3ff20cf

Please sign in to comment.