Skip to content

AnnaBorder v1.1.2

Latest
Compare
Choose a tag to compare
@LTurret LTurret released this 19 Aug 23:26
· 4 commits to main since this release

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

  1. 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 to 21:00 , due to the datetime module, the end-day is set for 21:00:00)
  2. Remaining hours and days meter fixed
  3. Percentage meter fixed
  4. Setting time-zone to Standard Japan Time(GMT+9) using tzinfo and datetime.timedelta
  5. The following changes are also apply for anniversary cases

Image display issues

  1. Ranking points frame location display bug fixed
  2. Added decimal separator for rank intervals

Program bugs

  1. 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
  2. Arguments like --checksum and --dryrun 's descriptions and aims are more accurately
  3. 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