v2.13.0-beta1

Details

  • Filename
    Chinchilla-v2.13.0-beta1.zip
  • Uploaded by
  • Uploaded
    Sep 1, 2022
  • Size
    5.44 MB
  • Downloads
    482
  • MD5
    27fee8f395f8e347f2cfba256ba786fc

Supported WoW Retail Versions

  • 9.2.7

Supported WoW Wrath of the Lich King Classic Versions

  • 3.4.0

Supported WoW Classic Versions

  • 1.14.3

Supported WoW Burning Crusade Classic Versions

  • 2.5.4

Changelog

Chinchilla Minimap

v2.13.0-beta1 (2022-09-01)

Full Changelog Previous Releases

  • TrackingDots: update the blip maps for Patch 9.2.7
    Fixes #84
  • Upload Visual Studio Code workspace settings files.
  • Update issue config.
  • MoveButtons: Fixed an error message with the LFG button.
    It doesn't look like the LFDSearchStatus element exists, or at least not yet.
  • MoveButtons: add support for the LFG button on Wrath Classic.
    Thank you @mightykong for the heads-up and the patch.
  • QuestTracker: Removed redundant version check.
  • Core: Fix distorted worldmap button graphic on Wrath Classic.
  • Position: first pass at fixing errors on Wrath Classic.
  • Appearance: first pass at fixing errors on Wrath Classic.
  • Update README.md
  • Use the multi toc method for automated packaging.
  • Bump actions/checkout from 3.0.0 to 3.0.2
    Bumps actions/checkout from 3.0.0 to 3.0.2.

    - Commits

    updated-dependencies:
    • dependency-name: actions/checkout
      dependency-type: direct:production
      update-type: version-update:semver-patch
      ...
      Signed-off-by: dependabot[bot] support@github.com
  • Bump BigWigsMods/packager from 2.0.3 to 2.0.9
    Bumps BigWigsMods/packager from 2.0.3 to 2.0.9.

    - Commits

    updated-dependencies:
    • dependency-name: BigWigsMods/packager
      dependency-type: direct:production
      update-type: version-update:semver-patch
      ...
      Signed-off-by: dependabot[bot] support@github.com
  • Fixed Charmed blips for Patch 9.2.
  • Bump BigWigsMods/packager from 2.0.2 to 2.0.3
    Bumps BigWigsMods/packager from 2.0.2 to 2.0.3.

    - Commits

    updated-dependencies:
    • dependency-name: BigWigsMods/packager
      dependency-type: direct:production
      update-type: version-update:semver-patch
      ...
      Signed-off-by: dependabot[bot] support@github.com
  • Create dependabot.yml
  • Update upload.yml
  • Update FUNDING.yml
  • Bump Interface number to 90100.
  • TrackingDots: Updated blip atlas for Patch 9.1.0.
    Fixes #82
  • Update libraries.
  • Update issue config.
  • Expander: Fixed an error on non-Retail servers.
    Also trims trailing whitespace.
  • Expander: Fixed leaked global.
  • Ping: Fixed chat output.
  • Ping: Tweaked spam prevention code.
    Closes #80
  • Add packager support for Wago Addons.
  • Begin adding support for Burning Crusade Classic.
  • Bump Interface number to 90005.
  • Updated blip maps for Patch 9.0.5.
  • Updated issue templates.
  • Removed unused library.
  • Use a different method to determine if we're indoors or not.
    Progress towards #61. No side-effects detected yet, but at least we're no longer launching ourselves into an exponentially increasing infinite loop.
  • Location: Fixed a leaked global variable.
  • Hide Location and instance difficulty when expanded
    https://github.com/Ravendwyr/Chinchilla/issues/60
    Item #2.
  • Scale Instance Difficulty with Minimap
  • Don't include README or CHANGELOG in the package.
  • Set theme jekyll-theme-slate
  • Update README.md
  • Migrate from Travis CI to GitHub Actions.
  • Update README.md
  • Bump Classic Interface to 11306.
  • Update .travis.yml
  • Fix position module for vehicle seats
  • Move this to MoveButtons
    And ... GARRISON_SHOW_LANDING_PAGE looks to be the winner (or loser?).
  • Revert ""Fix" garrison location"
  • Revert "Fix buttons on area change"
  • Fix buttons on area change
    Blizz is moving garrison back on some instance/area changes.... keep it where we want it.
  • "Fix" garrison location
    https://github.com/Ravendwyr/Chinchilla/issues/53
    This is a really ugly, really quick and dirty "fix" (ok workaround) for what Blizzard is doing. Basically wait until Blizzard moves it and move it back.
  • Update Expander.lua
    https://github.com/Ravendwyr/Chinchilla/issues/46
    This was an ask, and I was already looking at Expander. Basically Instead of disabling all mouse interaction with expanded minimap, just disable click events.
    I have not noticed any side effects...