Skip to content

Release 92

Compare
Choose a tag to compare
@github-actions github-actions released this 30 Jun 23:17
· 29 commits to main since this release

New additions

  • Added handling and a possible workaround for error 403 and other common HTTP status errors
  • Added handling for possible file agent detection errors
  • Log Reupload feature additions
    • Added handling of reuploads for all errors above 500 status codes
    • Added a limiter to the log reuploader
      • The limiter uses the settings for maximum concurrent uploads settings within the application
  • Log retry additions
    • Every log upload retry count is now per log instead of the most recent log
    • Increased the number of retries from 3 to 4 and changed the wait time between each retry
      • 1st retry - 3 seconds
      • 2nd retry - 30 seconds
      • 3rd retry - 1 minute 30 seconds
      • 4th retry - 3 minutes

Bugfixes

  • Fixed an issue that caused the application to be stuck if the "Close to tray" option was turned on
  • Fixed an issue that caused log reuploads to be posted to Twitch chat after the application started

Contributors on this release:

@Plenyx