Details
Supported WoW Classic Versions
Changelog
EquipMe
Full Changelog
- Ignore warning about unaccessed variable for now
- Fix line endings
- Add some tests for the character frame
-
Improve sets interface
- Can now list available sets.
- Move sets-related functions to own file.
- Extend logging functions
- Fix copy-paste issue
- Ignore some files in packager
- Start improving inventory module
- Use a different string when equipping set in combat
-
Put hererocks in homedir on travis
It seems to interfere with the packager otherwise.
- Fix syntax error
- Fix luacheck checking too many files
- Don't install pip packages in user mode
- Convert loader to MoonScript
- Fix spacing in travis config
-
Improve MoonScript linting
Will now inherit configured globals from luacheck's config.
- Use built-in strsplit function in WoW API
- Improve linting
- Enable Lua linting on built files
- Rewrite tests in MoonScript
- Add build scripts for Windows
-
Use built-in strtrim for trimming strings
Thanks to @Meorawr#0832 on Discord for pointing out WoW has this
function in the API.
- Add external links to README
-
Add basic equipment set functionality
- Can save sets with /equipme save
- Can load sets with /equipme load
- Can delete sets with /equipme delete
Implements #1
Implements #2
- Fix up options screen
- Add a combat queue
- Pass self to commands
- Fix load order
- Improve localization selection
-
Improve localization
[svSE]
- Fix wrongly named string
- Add settings for vscode-lua
- Rename compile script to build
- Exclude compiled output from luacheck
- Add script for possible future MoonScript
- Improve localization
- Add options for language and restructure code
- Add file for equipment manager
- Fix options
- Fix outdated tests
- Translate strings
- Move skip_cleanup to correct place
- Skip cleanup in deploy stage
- Use travis deploy stage for deploys
- Fix wrong language code for Korean
- Fix outdated tests
- Restructure AddOn
- Fix typo in logging module
- Improve library paths
- Update README