0.4.1
Changes:
- Remove dependencies on some modloader features, which mean this mod is now compatible with both CCLoader and CCInjector (and also by editing
node-webkit.html
by hand if you don't like modloaders) - Make uninstallation safer by never saving any custom locale in the global settings. only localStorage is used to store the current custom locale, and the game handles missing locales just fine there.
- Add
pre_patch_font
hook that can wait, since thepatch_font
hook cannot wait. - Add number formatting support, to override what the game does. This is not complete yet, but the
format_number
hook andnumber_locale
setting are available now.