File Details
1.8.0
- R
- Aug 18, 2025
- 46.20 KB
- 12.4K
- 11.2.0+5
- Retail + 3
File Name
MoneyLooter-1.8.0.zip
Supported Versions
- 11.2.0
- 5.5.0
- 4.4.2
- 3.4.5
- 2.5.4
- 1.15.7
MoneyLooter
1.8.0 (2025-08-18)
Full Changelog Previous Releases
- pkgmeta: fix ci, recrystallize missing in curseforge
- Update README.md for 1.8
- local GetTime in core
- translation by gpt-oss
I guess the translations are not perfect but they are good enough until
someone from each language wants to review them - luacheckrc: fixes for ci
- luacheck, luarc and pkgmeta
- events simplified
- fixs for luacheck warnings
- core rework: event handler split, external apis simplified
- profiler, optimizations, local caches for prices/items...
- some data rework
- .luacheckrc update
- tocs update for the profiler
- added dependencies and tools for curseforge
- new circular buffer function ToTable
- internal data provider, minimal version
- new profiler to track performance
- feat: Exponential Moving Average (EMA) for the GPH calc
Now the GPH is calculated using an EMA with and adaptitive alpha (for
the first 30s).
This is great for avoiding spikes at the start or sudden changes during
downtime. - cleanup, code refactor and docs