To see all commits, including all alpha changes, go here.
- 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.
- 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.
- 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.
- 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.
- 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.
- 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.
- 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
.
- toc updated for TWW 110000.
- Tested in TWW with Blizz Macro Editor, M6 Editor, and OPie.
- toc bump only (100207). Addon update will follow as needed.
- toc bump only. If necessary, the addon will be updated in the next days.
- Just a toc bump for 10.2.5. Compatibility update will follow if needed.
-toc update 100200; no content changes.
- Slightly better instruction comments in main.lua.
- Readme changes.
- toc bump for 100107
- 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.
- toc: update for 10.1
- toc: update for 10.0.7
- toc: update for 10.0.5
- Removed some obsolete comments
- toc: Added CF ID
- Minor changes to readme
- Cleaned up some old commented stuff
- toc: update for 10.0.2
- Initial