Skip to content

Releases: simulationcraft/simc-addon

10.1.0-09

21 Jun 16:08
Compare
Choose a tag to compare

Simulationcraft

10.1.0-09 (2023-06-21)

Full Changelog Previous Releases

  • Fix: Actually find all items from the bank

10.1.0-08

13 Jun 18:34
Compare
Choose a tag to compare

Simulationcraft

10.1.0-08 (2023-06-13)

Full Changelog Previous Releases

  • Stability/reliability improvements, aug evoker support, minimap button is back by default
  • Fix bank items, hide names when not available
    • Fix bank items not showing up
    • Only show item names in comments when available
    • Add ending comment for vault items to try to prevent edits that add
      items there unintentionally
    • Break out string generation from frame show
  • Make minimap button show up by default again, switching to false forcibly hid it for everyone
  • Support augmentation evoker
  • Update version
  • Make Great Vault item export a bit more reliable, hopefully
  • Add item name comment to equipped gear
  • Rewrite bag item code, make it more resilient to throttling
    • Remove all the Equipment Manager API usage, was getting buggier
    • Item name and level comments are now optional and will show a warning
      if they weren't retrieved. Generally should only happen if another
      addon is doing a ton of calls

10.1.0-08-alpha5

13 Jun 17:57
Compare
Choose a tag to compare
10.1.0-08-alpha5 Pre-release
Pre-release

Simulationcraft

10.1.0-08-alpha5 (2023-06-13)

Full Changelog Previous Releases

  • Fix bank items, hide names when not available
    • Fix bank items not showing up
    • Only show item names in comments when available
    • Add ending comment for vault items to try to prevent edits that add
      items there unintentionally
    • Break out string generation from frame show
  • Make minimap button show up by default again, switching to false forcibly hid it for everyone
  • Support augmentation evoker
  • Update version
  • Make Great Vault item export a bit more reliable, hopefully
  • Add item name comment to equipped gear
  • Rewrite bag item code, make it more resilient to throttling
    • Remove all the Equipment Manager API usage, was getting buggier
    • Item name and level comments are now optional and will show a warning
      if they weren't retrieved. Generally should only happen if another
      addon is doing a ton of calls

10.1.0-08-alpha4

11 Jun 21:28
Compare
Choose a tag to compare
10.1.0-08-alpha4 Pre-release
Pre-release

Simulationcraft

10.1.0-08-alpha4 (2023-06-11)

Full Changelog Previous Releases

  • Make minimap button show up by default again, switching to false forcibly hid it for everyone
  • Support augmentation evoker
  • Update version
  • Make Great Vault item export a bit more reliable, hopefully
  • Add item name comment to equipped gear
  • Rewrite bag item code, make it more resilient to throttling
    • Remove all the Equipment Manager API usage, was getting buggier
    • Item name and level comments are now optional and will show a warning
      if they weren't retrieved. Generally should only happen if another
      addon is doing a ton of calls

10.1.0-08-alpha3

11 Jun 18:11
Compare
Choose a tag to compare
10.1.0-08-alpha3 Pre-release
Pre-release

Simulationcraft

10.1.0-08-alpha3 (2023-06-11)

Full Changelog Previous Releases

  • Support augmentation evoker
  • Update version
  • Make Great Vault item export a bit more reliable, hopefully
  • Add item name comment to equipped gear
  • Rewrite bag item code, make it more resilient to throttling
    • Remove all the Equipment Manager API usage, was getting buggier
    • Item name and level comments are now optional and will show a warning
      if they weren't retrieved. Generally should only happen if another
      addon is doing a ton of calls

10.1.0-08-alpha2

11 Jun 17:24
Compare
Choose a tag to compare
10.1.0-08-alpha2 Pre-release
Pre-release

Simulationcraft

10.1.0-08-alpha2 (2023-06-11)

Full Changelog Previous Releases

  • Update version
  • Make Great Vault item export a bit more reliable, hopefully
  • Add item name comment to equipped gear
  • Rewrite bag item code, make it more resilient to throttling
    • Remove all the Equipment Manager API usage, was getting buggier
    • Item name and level comments are now optional and will show a warning
      if they weren't retrieved. Generally should only happen if another
      addon is doing a ton of calls

10.1.0-08-alpha1

11 Jun 01:26
Compare
Choose a tag to compare
10.1.0-08-alpha1 Pre-release
Pre-release

Simulationcraft

10.1.0-08-alpha1 (2023-06-11)

Full Changelog Previous Releases

  • Rewrite bag item code, make it more resilient to throttling
    • Remove all the Equipment Manager API usage, was getting buggier
    • Item name and level comments are now optional and will show a warning
      if they weren't retrieved. Generally should only happen if another
      addon is doing a ton of calls

10.1.0-07

10 Jun 00:59
Compare
Choose a tag to compare

Simulationcraft

10.1.0-07 (2023-06-10)

Full Changelog Previous Releases

  • Fix a rare issue where export would be missing gems (due to high activity from other addons)

10.1.0-05

01 Jun 17:22
Compare
Choose a tag to compare

Simulationcraft

10.1.0-05 (2023-06-01)

Full Changelog Previous Releases

  • Add a bit more data to a warning message
  • Comment on the pipe escaping
  • Fix checksum when loadout name uses the pipe | character

10.1.0-04

07 May 21:24
Compare
Choose a tag to compare

Simulationcraft

10.1.0-04 (2023-05-07)

Full Changelog Previous Releases

  • Set logo to show up in addon list
  • Merge pull request #40 from kitsunekyo/feature/addon-compartment
    Put SimC in addon compartment. By default, do not show minimap button.
  • style: fix identation
  • refactor: move to AddonCompartmentFrame:RegisterAddon
  • docs: changelog
  • fix: namespace AddonCompartment handler
  • build: changelog + version bump
  • feat: move minimap button to addon compartment