Skip to content

Commit ff311fe

Browse files
authored
Merge pull request #22 from Puresyn/development
10.2.6 update
2 parents a10eb2d + fe17113 commit ff311fe

File tree

4 files changed

+16
-8
lines changed

4 files changed

+16
-8
lines changed

KeyMaster.lua

+1-1
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ local PartyFrame = KeyMaster.PartyFrame
1616

1717
-- Global Variables
1818
KM_ADDON_NAME = KeyMasterLocals.ADDONNAME
19-
KM_AUTOVERSION = '0.0.95'
19+
KM_AUTOVERSION = '0.0.96'
2020
KM_VERSION_STATUS = KeyMasterLocals.BUILDBETA -- BUILDALPHA BUILDBETA BUILDRELEASE - for display and update notification purposes
2121

2222
--------------------------------

KeyMaster.toc

+4-3
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
1-
## Interface: 100205
2-
## X-Max-Interface: 100205
1+
## Interface: 100206
2+
## X-Max-Interface: 100206
33
## X-Min-Interface: 100205
44

5-
## Version: 0.0.95
5+
## Version: 0.0.96
66
## Title: |cffb09c60KeyMaster|r
77
## Notes: Mythic Plus Keystone Information and Collaboration Tool
88
## Author: Strylor-Proudmoore, Shantisoc-Proudmoore
@@ -11,6 +11,7 @@
1111

1212
## IconTexture: Interface/AddOns/KeyMaster/Assets/Images/KM-Icon-32
1313

14+
## X-IconTexture: Interface/AddOns/KeyMaster/Assets/Images/KM-Icon-32
1415
## X-License: GNU GPL V3
1516

1617
## X-ReleaseDate: "2024-3-16"

PatchNotes.txt

+8-1
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,13 @@ Key Master AddOn for World of Warcraft
22
(c) 2024 – Released under the GNU General Public License
33

44
PATCH NOTES:
5+
--------------------------------------------------
6+
Key Master Beta release v0.0.96-beta
7+
--------------------------------------------------
8+
- Fixed grammatical errors
9+
- Update interface version 100206 for 10.2.6
10+
- Set up a Discord server for Key Master https://discord.gg/bbMaUpfgn8
11+
512
--------------------------------------------------
613
Key Master Beta release v0.0.95-beta
714
--------------------------------------------------
@@ -23,7 +30,7 @@ Key Master Beta release v0.0.95-beta
2330
- Changed the season display in the main header to reflect the current expansion season
2431
instead of the WoW lifetime season.
2532
- Added additional back-end functionality for upcoming language localization.
26-
- Cleaned up some cross-server compatability concerns - Key Master "should" now work no differently
33+
- Cleaned up some cross-server compatibility concerns - Key Master "should" now work no differently
2734
between same server and cross-server parties.
2835

2936
--------------------------------------------------

Readme.txt

+3-3
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
Key Master AddOn for World of Warcraft
22
(c) 2024 – Released under the GNU General Public License
33

4-
Join the conversation helping us improve Key Master! (Not yet public)
5-
Visit https://github.com/Puresyn/KeyMaster/discussions/18
4+
Join the conversation helping us improve Key Master!
5+
Visit https://discord.gg/bbMaUpfgn8
66

77
Initialization:
88
Use /km, set up a keybind (available in game keybindings), or click the minimap
@@ -19,6 +19,6 @@ usefulness, how far it may go and when that will happen is largely dependent on
1919
its user base. So, if you find Key Master useful, make sure to give us feeedback
2020
and tell your friends!
2121

22-
Repository: (Not yet public)
22+
Repository: (bug reports, etc)
2323
For full source code, bug submission, bug tracking, and other source related
2424
issues. Please visit the GitHub repository at - https://github.com/Puresyn/KeyMaster

0 commit comments

Comments
 (0)