Skip to content

Releases: Ravendwyr/HandyNotes_SummerFestival

v1.8.1

24 Jun 23:13
Compare
Choose a tag to compare

HandyNotes_SummerFestival

v1.8.1 (2024-06-24)

Full Changelog Previous Releases

  • Fix bonfire markers reappearing on the map for Cata Classic.
    Fixes #18
  • Update TomTom integration.
  • Add a note to the bonfires in Uldum.
  • Add a note to the bonfire in Vashj'ir.
  • Update Tirisfal Glades bonfire notes.
  • Update README.md
  • When a "temporary" workaround becomes permanent.
  • Update TOC.
  • Updated for Cataclysm Classic.
  • Initial bandaid for Cata Classic until I can fix it properly.
  • Update addon for Dragonflight and Cataclysm Classic.
  • Update repository config files.
  • Updated the Krasarang bonfire. Again.
    Reverts #9 and fixes #11
  • Bump Interface number to 90100.
  • Commit VSCode settings file.
  • Update issue config.
  • Add packager support for Wago Addons.
  • Updated for Shadowlands.
  • Add markers to the continent map.
  • Update README.md

v1.8.0

21 Jun 20:18
Compare
Choose a tag to compare

HandyNotes_SummerFestival

v1.8.0 (2024-06-21)

Full Changelog Previous Releases

  • Update README.md
  • When a "temporary" workaround becomes permanent.
  • Update TOC.
  • Updated for Cataclysm Classic.
  • Initial bandaid for Cata Classic until I can fix it properly.
  • Update addon for Dragonflight and Cataclysm Classic.
  • Update repository config files.
  • Updated the Krasarang bonfire. Again.
    Reverts #9 and fixes #11
  • Bump Interface number to 90100.
  • Commit VSCode settings file.
  • Update issue config.
  • Add packager support for Wago Addons.
  • Updated for Shadowlands.
  • Add markers to the continent map.
  • Update README.md
  • Don't include README or CHANGELOG in the package.
  • Set theme jekyll-theme-slate
  • Migrate from Travis CI to GitHub Actions.
  • Bump Interface number to 80300.
  • Update issue templates.

v1.7.1

03 Jul 19:38
Compare
Choose a tag to compare

HandyNotes_SummerFestival

v1.7.1 (2021-07-03)

Full Changelog Previous Releases

  • Bump Interface number to 90100.
  • Commit VSCode settings file.
  • Update issue config.
  • Add packager support for Wago Addons.
  • Updated for Shadowlands.
  • Add markers to the continent map.
  • Update README.md
  • Don't include README or CHANGELOG in the package.
  • Set theme jekyll-theme-slate
  • Migrate from Travis CI to GitHub Actions.
  • Bump Interface number to 80300.
  • Update issue templates.
  • Update .travis.yml
  • Update FUNDING.yml
  • Update README.md
  • Enable Travis-CI packaging.
  • Tweaked the notes for the bonfires in Silithus.
  • Added notes for the bonfires in Arathi.
  • Bump Interface number to 80200.
  • Update README.md
  • Remove more unused code.
  • Add Teldrassil's bonfires to the Kalimdor map.
    Partially fixes #10
  • Use a timer as well as events.
    I'm not sure events on their own are enough to detect things accurately. Of course, in an ideal scenario there would be a dedicated API for this sort of thing.
  • Update README.md
  • Corrected the marker for the Krasarang bonfire.
    Closes #9
  • Try using API Events as the timer doesn't seem to be working for everyone.
  • Replace deprecated function.
    Apparently the C_Calendar.GetDate() function was deprecated in 8.1.0 and will be replaced with C_DateAndTime.GetCurrentCalendarTime() at some point.
  • Check if the event is active on load rather than after a delay.
  • Nesting tweaks.
  • Remove some more unused code.
  • Remove unused code.
    WorldMapButton and WorldMapTooltip no longer exist.
  • Added bonfires in Zandalar and Kul Tiras
  • Added notes to tooltips.
  • Tweak.
  • Whoops.
  • Removed Zidormi
    Markers for her locations are on the in-game world map by default now.
  • Set theme jekyll-theme-slate
  • Create FUNDING.yml
  • Fixed TomTom waypoints.
  • Update README.md
  • Bump Interface number to 80100.
  • Updated engine for Patch 8.1.
  • Use server time instead of local time.
    Local time causes more problems than it solves.
  • Use local time instead of server time.
  • Updated for Patch 8.0.
  • Bump Interface number to 70300.
  • Don't create waypoints to bonfires you've already visited. Fixes #6.
  • Updated several bonfire locations. Closes GitHub ticket #4.
  • Updated calendar texture IDs.
  • Bump Interface number to 70200.

v1.7

19 Jun 17:10
Compare
Choose a tag to compare

HandyNotes_SummerFestival

v1.7 (2021-06-11)

Full Changelog Previous Releases

  • Update issue config.
  • Add packager support for Wago Addons.
  • Updated for Shadowlands.
  • Add markers to the continent map.
  • Update README.md
  • Don't include README or CHANGELOG in the package.
  • Set theme jekyll-theme-slate
  • Migrate from Travis CI to GitHub Actions.
  • Bump Interface number to 80300.
  • Update issue templates.
  • Update .travis.yml
  • Update FUNDING.yml
  • Update README.md
  • Enable Travis-CI packaging.
  • Tweaked the notes for the bonfires in Silithus.
  • Added notes for the bonfires in Arathi.
  • Bump Interface number to 80200.
  • Update README.md
  • Remove more unused code.
  • Add Teldrassil's bonfires to the Kalimdor map.
    Partially fixes #10
  • Use a timer as well as events.
    I'm not sure events on their own are enough to detect things accurately. Of course, in an ideal scenario there would be a dedicated API for this sort of thing.
  • Update README.md
  • Corrected the marker for the Krasarang bonfire.
    Closes #9
  • Try using API Events as the timer doesn't seem to be working for everyone.
  • Replace deprecated function.
    Apparently the C_Calendar.GetDate() function was deprecated in 8.1.0 and will be replaced with C_DateAndTime.GetCurrentCalendarTime() at some point.
  • Check if the event is active on load rather than after a delay.
  • Nesting tweaks.
  • Remove some more unused code.
  • Remove unused code.
    WorldMapButton and WorldMapTooltip no longer exist.
  • Added bonfires in Zandalar and Kul Tiras
  • Added notes to tooltips.
  • Tweak.
  • Whoops.
  • Removed Zidormi
    Markers for her locations are on the in-game world map by default now.
  • Set theme jekyll-theme-slate
  • Create FUNDING.yml
  • Fixed TomTom waypoints.
  • Update README.md
  • Bump Interface number to 80100.
  • Updated engine for Patch 8.1.
  • Use server time instead of local time.
    Local time causes more problems than it solves.
  • Use local time instead of server time.
  • Updated for Patch 8.0.
  • Bump Interface number to 70300.
  • Don't create waypoints to bonfires you've already visited. Fixes #6.
  • Updated several bonfire locations. Closes GitHub ticket #4.
  • Updated calendar texture IDs.
  • Bump Interface number to 70200.
  • Added Horde bonfires in Draenor and Broken Isles.
  • Added Alliance bonfires in Draenor and Broken Isles.

v1.6.2

03 Jul 23:43
Compare
Choose a tag to compare

HandyNotes_SummerFestival

v1.6.2 (2020-07-03)

Full Changelog Previous Releases

  • Bump Interface number to 80300.
  • Update issue templates.
  • Update .travis.yml
  • Update FUNDING.yml
  • Update README.md
  • Enable Travis-CI packaging.
  • Tweaked the notes for the bonfires in Silithus.
  • Added notes for the bonfires in Arathi.