Skip to content

Commit d4ba548

Browse files
committed
mm
1 parent 6d317e9 commit d4ba548

File tree

5 files changed

+29
-10
lines changed

5 files changed

+29
-10
lines changed

.gitignore

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,3 @@
11
.release
22
release.json
3+
todo.md

PetWalker.toc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
## Interface: 100105
22
## Title: PetWalker
3-
## Version: 2.0.5
3+
## Version: 2.0.6
44
## IconTexture: Interface/AddOns/PetWalker/icon.png
55
## X-Flavor: Mainline
66
## Notes: Automatically re-summons your lost companion pet, or auto-summons a random or a favorite one.

changelog.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,7 @@
1+
#### 2.0.6 (2023-07-23)
2+
3+
- Minor code and readme fixes.
4+
15
#### 2.0.5 (2023-07-12)
26

37
- Readme improved.

main.lua

Lines changed: 6 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -520,15 +520,12 @@ end
520520

521521

522522

523-
--[[---------------------------------------------------------------------------
524-
One time action, after big transitions, like login, portals, entering instance,
525-
etc. Basically a standalone restore_pet func; in addition, it not only checks for
526-
presence of a pet, but also against the saved pet.
527-
This makes sure that a newly logged toon gets the same pet as the previous
528-
toon had at logout.
529-
We need more checks here than in restore_pet, bc restore_pet is "prefiltered" by
530-
autoaction, and here we are not.
531-
---------------------------------------------------------------------------]]--
523+
--[[--------------------------------------------------------------------------------------------------------------------
524+
One time action, after big transitions, like login, portals, entering instance, etc. Basically a standalone restore_pet
525+
func; in addition, it not only checks for presence of a pet, but also against the saved pet.
526+
This makes sure that a newly logged toon gets the same pet as the previous toon had at logout.
527+
We need more checks here than in restore_pet, bc restore_pet is "prefiltered" by autoaction, and here we are not.
528+
--------------------------------------------------------------------------------------------------------------------]]--
532529

533530
-- Called by 2: ns:PLAYER_ENTERING_WORLD, autoaction
534531

readme.md

Lines changed: 17 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -163,5 +163,22 @@ To be clear, the GCD is not caused by PetWalker, it's a Blizz thing: any summoni
163163
- <s>As mentioned in the FAQ, there is a chance that after a pet battle your previous companion is not re-summoned. This needs to be improved.</s>
164164
- <s>Add an optional login message.</s>
165165

166+
---
167+
166168
Feel free to post suggestions or issues in the [GitHub Issues](https://github.com/tflo/PetWalker/issues) of the repo!
167169
__Please do not post issues or suggestions in the comments on Curseforge.__
170+
171+
---
172+
173+
__My other addons:__
174+
175+
- [___Auto Quest Tracker Mk III___](https://www.curseforge.com/wow/addons/auto-quest-tracker-mk-iii): Continuation of
176+
the one and only original. Up to date and new features.
177+
- [___Move 'em All___](https://www.curseforge.com/wow/addons/move-em-all): Mass move items/stacks from your bags to
178+
wherever. Works also with bag addons.
179+
- [___Auto-Confirm Equip___](https://www.curseforge.com/wow/addons/auto-confirm-equip): Less (or no) confirmation
180+
prompts for BoE gear.
181+
- [___Action Bar Button Growth Direction___](https://www.curseforge.com/wow/addons/action-bar-button-growth-direction):
182+
Fix the button growth direction of multi-row action bars to what is was before Dragonflight (top --> bottom).
183+
- [___EditBox Font Improver___](https://www.curseforge.com/wow/addons/editbox-font-improver): Better fonts for
184+
your macro/script edit boxes.

0 commit comments

Comments
 (0)