Skip to content

Commit b28951f

Browse files
authored
Merge pull request #73 from Puresyn/development
Development
2 parents cb4b564 + 699fedd commit b28951f

File tree

3 files changed

+16
-26
lines changed

3 files changed

+16
-26
lines changed

Core/UI/WhatsNew.lua

+1-23
Original file line numberDiff line numberDiff line change
@@ -33,29 +33,7 @@ local function setWhatsNewContent(parent)
3333
<br/>
3434
<h2>|cff]]..h2Color..[[Updates:|r</h2>
3535
<br/>
36-
<p>]]..textBullet..[[Added a dungeon tools buttons row on the Player frame that simplifies access to WoW features and other addons:</p>
37-
<img src="Interface\AddOns\KeyMaster\Assets\Images\dungeontools_buttons" width="275" height="47"/>
38-
<p>]]..textGT..[[Open the dungeon journal to the selected dungeon.</p>
39-
<p>]]..textGT..[[Open the instance map of the selected dungeon.</p>
40-
<p>]]..textGT..[[Open the group finder window.</p>
41-
<p>]]..textGT..[[Open Mythic Dungeon Tools (MDT) (if installed).</p>
42-
<p>]]..textGT..[[Portal to selected dungeon if unlocked and not on cooldown.</p>
43-
<br/>
44-
<p>]]..textBullet..[[Moved weekly affixes back into the header frame.</p>
45-
<br/>
46-
<p>]]..textBullet..[[Added affix tooltip functionality.</p>
47-
<br/>
48-
<p>]]..textBullet..[[Rearranged the Player frame to be more conducive to the new M+ rating system.</p>
49-
<br/>
50-
<p>]]..textBullet..[[Changed rating calculator functionality to now keep the key level entered and re-calculate automatically for each map row being selected.</p>
51-
<br/>
52-
<p>]]..textBullet..[[Updated some vault graphics (more updates to come).</p>
53-
<br/>
54-
<p>]]..textBullet..[[Disabled rating pending verification system message.</p>
55-
<br/>
56-
<p>]]..textBullet..[[Temporarily disabled Russian translation due to lack of translator participation. (See us if interested!)</p>
57-
<br/>
58-
<p>]]..textBullet..[[Updated a few dungeon name abbreviations to better separate meaning.</p>
36+
<p>]]..textBullet..[[Updated to WoW Interface version 11.0.5</p>
5937
<br/>
6038
<br/>
6139
<h2>|cff]]..h2Color..[[Fixes:|r</h2>

KeyMaster.toc

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

5-
## Version: 1.3.5
5+
## Version: 1.3.6
66
## Title: |cffb09c60Key Master|r
77
## Title-ptBR: |cffb09c60Key Master|r
88
## Title-ruRU: |cffb09c60Key Master|r [|cffe6b080Мастер ключей|r]

PatchNotes.txt

+12
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,18 @@ 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 v1.3.6
7+
--------------------------------------------------
8+
Updates:
9+
- Updated to WoW Interface version 11.0.5
10+
11+
Fixes:
12+
None
13+
14+
Known Bugs/Issues:
15+
- A player's vault display may not update immediately. Changing tabs should correct the display if inaccurate.
16+
517
--------------------------------------------------
618
Key Master v1.3.5
719
--------------------------------------------------

0 commit comments

Comments
 (0)