Skip to content

Releases: brittyazel/DevTool

1.0.16

24 May 01:09
7379330
Compare
Choose a tag to compare

DevTool

1.0.16 (2024-05-20)

Full Changelog Previous Releases

  • Merge pull request #13 from Numynum/feature/call-self
    fix passing self to metamethods, and add t=self arg syntax
  • fix passing self to metamethods, and add t=self arg syntax

1.0.15

08 May 17:24
Compare
Choose a tag to compare

DevTool

1.0.15 (2024-05-08)

Full Changelog Previous Releases

  • Fix toc naming for the packager

1.0.13

07 May 16:35
Compare
Choose a tag to compare

DevTool

1.0.13 (2024-05-07)

Full Changelog Previous Releases

  • Bump TOC for 10.2.7
  • Update copyright year to 2024

1.0.12

30 Apr 15:44
Compare
Choose a tag to compare

DevTool

1.0.12 (2024-04-30)

Full Changelog Previous Releases

  • Bump TOC for Cataclysm Classic

1.0.11

03 Apr 00:33
Compare
Choose a tag to compare

DevTool

1.0.11 (2024-04-03)

Full Changelog Previous Releases

  • Update TOC for Classic Era

1.0.10

19 Mar 16:41
Compare
Choose a tag to compare

DevTool

1.0.10 (2024-03-19)

Full Changelog Previous Releases

  • Update TOC for 10.2.6

1.0.9

09 Feb 18:05
Compare
Choose a tag to compare

DevTool

1.0.9 (2024-02-09)

Full Changelog Previous Releases

  • Update TOC for Classic-Era
  • Move DevTool.list table to the header, not in OnInitialize()

1.0.8

28 Jan 22:23
Compare
Choose a tag to compare

DevTool

1.0.8 (2024-01-28)

Full Changelog Previous Releases

  • General code cleanups, and added some error messages to fix #11
    If you tried to call :AddData() too early from another addon, there was no guarantee that DevTool was initialized enough to be ready for the incoming data. I moved a couple items earlier in the loading process to try to help this, and added some safety checks and error messaging to handle this cleaner than just erroring out.
  • Port custom color picker to Ace3 widget, necessary for 10.2.5 API change
    While we really need to rewrite the whole GUI, for the moment we can just port our custom color widget to use Ace3's color widget. This is required due to the API changes that happened in 10.2.5. Ace3 will make this a lot easier to deal with the two different versions we need now between Classic and Retail

1.0.7

16 Jan 17:08
Compare
Choose a tag to compare

DevTool

1.0.7 (2024-01-16)

Full Changelog Previous Releases

  • Update Ace3 Libs
  • Update TOC for 10.2.5

1.0.6

07 Nov 07:35
Compare
Choose a tag to compare

DevTool

1.0.6 (2023-11-07)

Full Changelog Previous Releases

  • Update toc for 10.2 and update GitHub actions
  • Update README.md
    Small README fix