Patch notes
This version is significant patch release for v1.1.1
Time issues
Summaries
The remaining time meter, total length of day/hour meter, and percentage meter is now fixed, This program will using GMT+9 to calculate time difference from now on.
Details
- Fix total length of days calculations, The start-day and end-day precision time has been considered in the calculations. (starts calculate from
15:00
to21:00
, due to the datetime module, the end-day is set for21:00:00
) - Remaining hours and days meter fixed
- Percentage meter fixed
- Setting time-zone to Standard Japan Time(GMT+9) using
tzinfo
anddatetime.timedelta
- The following changes are also apply for anniversary cases
Image display issues
- Ranking points frame location display bug fixed
- Added decimal separator for rank intervals
Program bugs
- Fix unhandled exceptions stops the program from working well when not matching the set of event types (e.g. ミリコレ), if the current event type is out of the list, the program will still fetch the dataset from API but not going to generate images
- Arguments like
--checksum
and--dryrun
's descriptions and aims are more accurately - Fixes encoding issue when doing
--static
debugging mode
Misc.
General bug fixes & rewrite time info. functions by @LTurret in #18
Full Changelog: v1.1.1...v1.1.2