Skip to content

Releases: CruelDrool/GuildRosterExport

1.1.3

26 Oct 10:06
Compare
Choose a tag to compare

GuildRosterExport

1.1.3 (2022-10-26)

Full Changelog Previous Releases

  • Bump Retail interface version to 10.0.0

1.1.2

02 Oct 17:36
Compare
Choose a tag to compare

GuildRosterExport

1.1.2 (2022-10-02)

Full Changelog Previous Releases

  • Ace3 r1292 alpha
  • Clear export frame's edit box when closing the frame.
  • Wago upload preparations.
  • Frame:SetMinResize removed in 10.0.0.
    Replaced by Frame:SetResizeBounds.
  • Ace3 r1283 alpha.

1.1.1

21 Sep 21:15
Compare
Choose a tag to compare

GuildRosterExport

1.1.1 (2022-09-21)

Full Changelog Previous Releases

  • Update to indentation style's description text.
    Was missing "HTML" from the text.
  • Some code tweaks.
  • Implements feature requested in #1
    Auto exports the guild roster whenever it updates and stores in the character's database profile. External scripts/programs should be able to read this data.

1.1.0

18 Sep 02:47
Compare
Choose a tag to compare

GuildRosterExport

1.1.0 (2022-09-18)

Full Changelog Previous Releases

  • Add support for HTML export.
    Also supports exporting to a WordPress block (Gutenberg editor).
  • Reorganized the translations file.
    Some tweaks here and there too.
  • Settings for export frame and indentation update.
    They are now in their own in-line settings groups.
    Indentation depth will now be disabled when tabs are set as the style.
  • Overhauled the database config profile.
    Old configs will be converted to the new one when loaded.
  • Chat command now accepts argument to do exports.
    Example: /guildrosterexport export [file format]
  • Fixed an issue with the chat command.
    The chat command will now toggle the options / export interface.
  • "Indentation style" setting update.
    Changed the setting from a dropdown selection to a radio selection.
    Tweaked the mouseover description text.
    Moved the spacer to be below the information text instead.
  • Some code quality.
  • XML export update.
    Now making sure to escape these three characters: <,>, and &..
  • YAML export update.
    Overhauled the special characters list with tweaks and bugfixes.
    Added option to select which type of quotation mark to use: Double or Single (default).

1.0.14

31 Aug 07:16
Compare
Choose a tag to compare

GuildRosterExport

1.0.14 (2022-08-31)

Full Changelog Previous Releases

  • Added TOC file for WotLK Classic

1.0.13

17 Aug 05:19
Compare
Choose a tag to compare

GuildRosterExport

1.0.13 (2022-08-17)

Full Changelog Previous Releases

  • Bump Retail interface version to 9.2.7

1.0.12

01 Jun 03:34
Compare
Choose a tag to compare

GuildRosterExport

1.0.12 (2022-06-01)

Full Changelog Previous Releases

  • Bump Retail interface version to 9.2.5
  • Initialization consolidation
    Moved all loading of files into a common Init.xml
  • Libs consolidation
    Moved the loading of individual libs out of the TOC files
  • Localization consolidation
    Moved the loading of individual localization files out of the TOC files
  • Bump Classic interface version to 1.14.3

1.0.11

23 Mar 16:44
Compare
Choose a tag to compare

GuildRosterExport

1.0.11 (2022-03-23)

Full Changelog Previous Releases

  • Bump BCC interface version to 2.5.4

1.0.10

12 Mar 02:32
Compare
Choose a tag to compare

GuildRosterExport

1.0.10 (2022-03-12)

Full Changelog Previous Releases

  • More export frame code tweaks
  • "Maximum letters" settings update
    Fixed issue with "Maximum letters" setting not applying if there has been an export earlier.
    "Maximum letters" can now be be empty or set to 0. A value of 0 is Blizzard's default for edit boxes.
  • Export frame code tweak
  • Updated export frame
    • Resizable
    • Position and size saved in the profile

1.0.9

05 Mar 01:24
Compare
Choose a tag to compare

GuildRosterExport

1.0.9 (2022-03-05)

Full Changelog Previous Releases

  • Fixed bug where string or negative values could be set for option "Maxium letters"
  • Update to exports
    Made sure that string values are being escaped properly for CSV, JSON and YAML.
    YAML has been optimized in terms of which string values get enclosed in double quotes. This means fewer characters used.
    "Minify" option for JSON, XML and YAML.
  • Ace3 r1259