Skip to content

Latest commit

 

History

History
executable file
·
119 lines (77 loc) · 4.14 KB

changelog.md

File metadata and controls

executable file
·
119 lines (77 loc) · 4.14 KB

To see all commits, including all alpha changes, go here.


Releases

2.0.0-beta3 (2024-12-19)

  • toc bump to 110007 (WoW Retail 11.0.7).
  • No content changes. If I notice that the addon needs an update for 11.0.7, I will release one.
  • I currently do not have much time to play, so if you notice weird/unusual behavior with 11.0.7 and don’t see an update from my part, please let me know here.

2.0.0-beta2 (2024-10-23)

  • If not yet done, read the big change notes from 2.0.0-beta1 (2024-10-17) below!
  • Using the enable switches from the DB now.
  • Removed some old comments.
  • Deactivated debug mode.

2.0.0-beta1 (2024-10-17)

  • WiP!
  • You have to set your font path now in the SavedVariables file.
    • This is a QoL improvement for you, as your set font path will be persistent through addon updates now.
    • The SavedVariables file is located at: World of Warcraft/_retail_/WTF/Account/<accountNumber>/SavedVariables/EditBox-Font-Improver.lua.
    • If it isn’t there, then reload the UI or log out while EBFI is loaded. It will be created then.
    • What you are looking for is the value of the ["font"] key in the SavedVariables file.
    • The initial value is a sample font path string. Just replace it with your actual font path.
    • Edit the SavedVariables file only while you are logged out! Otherwise the game client will overwrite your changes at logout/reload.
    • Use a simple Plain Text Editor to edit the file. Do not use a Word Processor (e.g. Pages, MS Word)!
    • You find some instructions in the SavedVariables file itself (["Read Me!"])
    • You can no longer set the font path in the main.lua file!
  • Added support for the ScriptLibrary addon.
  • Using events now to do stuff.

1.2.1 (2024-07-31)

  • I had to revert the line spacing setting for the WoWLua editbox, since this messes up the cursor position. Will be re-implemented when/if I find a solution.

1.2.0 (2024-07-27)

  • The "experimental" addition of BugSack (see 1.2.0-beta-1 notes) works fine, so this is a permanent feature now.
  • Removed font flags (outlining) from the Config section. We don't need that.
  • Optimizations.
  • Better instructions in main.lua and the readme/description.

1.2.0-beta-1 (2024-07-26)

  • Added increased interline spacing (leading) for the WoWLua edit box.
    • WoWLua's default spacing of 0 is so tight that underscores visually melt into uppercase letters on the next line.
    • Check main.lua for config.
  • Font replacement now covers the BugSack main frame content (experimental!).
    • Yes, this is not a macro/script edit box. But it contains code, so a little more readability is not a bad thing.
  • Refactored code.
  • Uploaded screenshots to CF.

1.1.0 (2024-07-26)

  • Fixed the WoWLua part so that it actually works. (Sorry, I haven't used WoWLua for a while).
  • More explanatory comments in the config section in main.lua.

1.0.9 (2024-07-24)

  • toc updated for TWW 110000.
  • Tested in TWW with Blizz Macro Editor, M6 Editor, and OPie.

1.0.8 (2024-05-08)

  • toc bump only (100207). Addon update will follow as needed.

1.0.7 (2024-03-19)

  • toc bump only. If necessary, the addon will be updated in the next days.

1.0.6 (2024-01-16)

  • Just a toc bump for 10.2.5. Compatibility update will follow if needed.

1.0.5 (2023-11-08)

-toc update 100200; no content changes.

1.0.4 (2023-09-07)

  • Slightly better instruction comments in main.lua.
  • Readme changes.
  • toc bump for 100107

1.0.3 (2023-07-12)

  • toc updated for 10.1.5.
    • I have not yet had a chance to really test the addon with 10.1.5, but as far as I know there are no relevant API changes. If I find any problems, you'll get a content update soon.

1.0.2 (2023-05-02)

  • toc: update for 10.1

1.0.1.2 (2023-03-22)

  • toc: update for 10.0.7

1.0.1.1 (2023-01-25)

  • toc: update for 10.0.5
  • Removed some obsolete comments

1.0.1 (2022-12-31)

  • toc: Added CF ID
  • Minor changes to readme
  • Cleaned up some old commented stuff

1.0.0 (2022-11-18)

  • toc: update for 10.0.2

0.9.0

  • Initial