-
Notifications
You must be signed in to change notification settings - Fork 62
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge branch 'release-2.9.1' into develop
Configurable logging level (default in config is NOTICE, if not set will default t 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 i 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
- Loading branch information
Showing
3 changed files
with
3 additions
and
2 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -16,7 +16,7 @@ const ( | |
MinWidth = uint(8) | ||
MaxWidth = uint(300) | ||
|
||
ImgdVersion = "2.8" | ||
ImgdVersion = "2.9.1" | ||
) | ||
|
||
var ( | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters