-
Notifications
You must be signed in to change notification settings - Fork 3
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
2 changed files
with
30 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,2 @@ | ||
.release/ | ||
.env |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,28 @@ | ||
# [v1.0.0-alpha](https://github.com/cralor/TourGuideClassic/tree/v1.0.0-alpha) (2019-09-29) | ||
|
||
[Full Changelog](https://github.com/cralor/TourGuideClassic/compare/v0.0.0...v1.0.0-alpha) | ||
|
||
Sefriol (9): | ||
- Add changelog and .gitignore | ||
- Bugfix Broker: self should be TourGuide instead | ||
- Fix deprecated string sounds. Use SOUNDKIT instead. | ||
- Add TG:GetQuestLogIndexByID. Partly revert bab3024 | ||
- Utils: Add release and changelog scripts. Tag original Addon | ||
- MapCoords: Return should not be triggered prematurely. | ||
- Easier to read. Future numQuest check? | ||
- Safer to set useitem to nil? future local database? | ||
- Add new TomTom check, mimick the old login check | ||
|
||
cralor (11): | ||
- New interface number, organizational updates | ||
- Update Dongle, remove TBC/WOTLK references, event updates | ||
- MINIMAP_ZONE_CHANGED event removed | ||
- Quest API updates | ||
- Quest links not supported in Classic | ||
- Update to new Map API and TomTom compatibility | ||
- Move lib | ||
- Remove RAF mode | ||
- Remove TBC and WOTLK guides | ||
- Migrate to libs folder | ||
- Update Broker Classic WoW API | ||
|