Skip to content

Commit

Permalink
Add changelog and .gitignore
Browse files Browse the repository at this point in the history
  • Loading branch information
Sefriol committed Sep 29, 2019
1 parent d3cba9c commit d413f15
Show file tree
Hide file tree
Showing 2 changed files with 30 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
.release/
.env
28 changes: 28 additions & 0 deletions CHANGELOG.md
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

0 comments on commit d413f15

Please sign in to comment.