Skip to content

imgd 2.9.2

Compare
Choose a tag to compare
@LukeHandle LukeHandle released this 11 Oct 00:24
· 176 commits to master since this release

Changes:

  • Configurable logging level (default in config is NOTICE, if not set will default to INFO) #123
    • DEBUG will show skin failures
    • INFO will log individual requests
    • NOTICE will show useful start information and be fairly quiet
  • Adjust the way stats are reported, add an errored section #159
    • Requested is recorded as soon as we establish what is desired (before anything is returned)
    • Errors are recorded when we fail to fetch a skin or we have an internal error
  • Add CORS headers to all responses #167
  • Handle "MHF_Steve" internally to deprecate "char" #149
  • Fixed a bug from 2.9.1 were the "Errored" stat was not updating correctly