Skip to content

Releases: Plenyx/PlenBotLogUploader

Release 101

07 Feb 20:03

Choose a tag to compare

Bugfixes

  • Fixed endless re-ping requests generated for the same file

Contributors on this release:

@Plenyx

Release 100

04 Feb 20:50

Choose a tag to compare

New additions

  • Unified strikes and raids as raid encounters
    • A one-time fix will automatically convert all strike missions and raids into raid encounters
    • Reorganised Discord log session summaries to copy the new raid select UI
  • Added support for Guardian's Glade
    • Requires a reset with "Reset all bosses" button
  • Added an ability to re-ping GW2 Wingman in case there was an error on Wingman's side (server down, server at capacity, etc.)
  • Added tray icon options to quickly start, stop and pause log sessions
  • Added checks to detect whether the bot is running under Wine on Linux
    • This will disable or limit some features

Bugfixes

  • Increased the max auth token length from 50 to 32767 in Remote server pings (Ref. #51)
  • Fixed several crashes when running on Linux under Wine

Other changes

  • Deprecated arcdps plugin manager
    • This feature will be removed in future versions of PlenBot

Contributors on this release:

@Plenyx

Release 99

04 Nov 20:54

Choose a tag to compare

New additions

  • Added phase detection for log phases
    • Added variable to Twitch messages
  • Added Kinfall fractal boss recognition #49
    • For the changes to take effect, you need to reset all bosses in "Main settings" -> "arcdps logs and dps.report" -> "Edit boss data" -> "Reset all bosses"
  • Added shortened names for new elite specialisations
  • Added the use of the new API key method for Aleeva integration

Bugfixes

  • Fixed inconsistencies between EI full fight log and Discord webhook DPS
  • Increased the timeout for log created detection to avoid possible collisions with other uploaders

Other changes

  • Downgraded to .NET v8, since v9 was unstable
  • Implemented a new, faster method for data calculation for Discord Webhooks data views

Contributors on this release:

@Plenyx @Linkaaaaa

Release 98

28 Mar 09:49

Choose a tag to compare

New additions

  • Added spirit race to the wing 1 log session summary
  • Added support for W8 (L)CMs
  • Updated to .NET v9
    • You will be prompted by Windows to install it by default
    • Added options to use a fully standalone version (like it was before) without the need for .NET v9, and a new option with all dlls excluded from the exe file
    • With these new versions, antivirus software should no longer falsely flag the program (I hope)

Bugfixes

  • Fixed the incorrect default Spirit race trigger ID
  • Fixed the incorrect default HT trigger ID
  • Fixed the incorrect default trigger for CA in W6
  • Fixed an issue with not showing the proper health % in Twitch chat messages for Greer & Decima

Important note

  • In order for all of the new trigger IDs & fixes to take effect, you need to reset all bosses in "Main settings" -> "arcdps logs and dps.report" -> "Edit boss data" -> "Reset all bosses"

Contributors on this release:

@Plenyx

Release 97

12 Jan 10:59

Choose a tag to compare

Bugfixes

  • Fix an issue with incorrect permalink being send with Remote server pings
  • Fix an issue with W8 and Log sessions
    • W8 will now properly show up in log sessions
  • Implement a way for settings copying when resetting the settings
    • Add error detection for main settings load/save
  • Calculate the proper KD ratio in WvW logs if there are no deaths in a log session

Contributors on this release:

@Plenyx

Release 96

24 Nov 09:47

Choose a tag to compare

New additions

  • Added support for W8 bosses
    • To properly use new settings, please reset all bosses
  • Remote Server Ping changes
    • Added PATCH option
    • Added the option to send data as a JSON
    • Changed the behaviour of the expected response to be fully optional
    • Added many new fields to being sent via the Remote Server Ping feature
    • For more details and the new documentation, click here
  • Wingman uploader changes
    • Increased the upload timeout to two minutes
    • Skip an upload for WvW logs

Bugfixes

  • Add missing button to open Remote Server Pings in the main application UI

Contributors on this release:

@Plenyx

Release 95

23 Sep 15:42

Choose a tag to compare

New additions

  • Added GW2Wingman upload
  • Reorganised log processing to a new UI tab within the main window
  • Added support for Spirit Race encounter within W1

Bugfixes

  • Use only the "whole fight" phase for healing/barrier calculation of WvW logs (thanks to @0dr)
  • Fixed an issue with %lastLog% variable for Twitch commands not showing any last logs at all
  • Fixed an issue with %gw2Build% variable for Twitch commands not properly showing land spears

Contributors on this release:

@Plenyx @0dr

Release 94

22 Aug 17:29

Choose a tag to compare

New additions

  • Reworked Twitch commands to be more customisable
    • Added the ability to create your own Twitch commands and their responses
      • You can use a simple "!" command structure or more advanced RegEx ones
    • Added Twitch command response variables you can use to show dynamic information
      • For more information, please view the list of all available variables here
    • Updated Twitch variable to show the current WvW team name rather than the server
  • Log session changes
    • Added an option to exclude selected webhooks from a log session
    • Added a button to (un)select all webhooks in log sessions
  • Modified indicator for LCM in Twitch messages
  • Implemented a workaround for EI Failure detections if EI is unable to parse the log properly
    • Added handling for a "Encounter is too short" error from dps.report
    • Add a check for identical file upload error on dps.report

Fixes

  • Fixed reupload timer not occurring properly every 15 minutes
  • Fixed an issue when log reupload was ignoring the concurrent upload settings
  • Reupload queue is now properly processed if encountering certain EI or dps.report errors

Other changes

  • Updated dependencies to the latest version
  • Moved UI and changed certain texts
  • Added an option to use netv8 version rather then full standalone application

Contributors on this release:

@Plenyx

Release 93

01 Jul 17:59

Choose a tag to compare

Bugfixes

  • Readded the workaround for empty player attribute to fix dps.report issue

Contributors on this release:

@Plenyx

Release 92

30 Jun 23:17

Choose a tag to compare

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