Skip to content

Releases: LTurret/mltd-border-service

AnnaBorder v1.1.2

19 Aug 23:26
Compare
Choose a tag to compare

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

AnnaBorder v1.1.1

19 Aug 04:56
Compare
Choose a tag to compare

Patch notes:

  • Fix unhandled exceptions when not matching the set of event types
  • Fix time-zone issue, setting time-zone to Standard Japan Time(GMT+9) using tzinfo and datetime.timedelta
  • Added monospaced font FiraCode used for ranking displaying
  • General bug fixes & rewrite time info. functions by @LTurret in #18

Full Changelog: v1.1.0...v1.1.1

AnnaBorder v1.1.0

10 Jul 19:18
b9b3001
Compare
Choose a tag to compare

Patch notes:

  • --type has default parameter for ["pt"] from now on, You can skip the argument everytime execute the application.
  • Image generator now support anniversary type! (Thanks for @stu92054's contributing!)
  • Fix image scientific display issue, Image can display float number correctly. (Thanks for @stu92054's contributing!)

What's Changed

  • support anniversary event by @stu92054 in #7
  • bug fixes and setting a default parameter for --type by @LTurret in #13

New Contributors

Full Changelog: v1.0.3...v1.1.0

AnnaBorder v1.0.3

03 Mar 14:34
Compare
Choose a tag to compare
  • Performance improvent
  • New argument --static

AnnaBorder v1.0.2

31 Jan 06:23
Compare
Choose a tag to compare
gitignore update