Skip to content

Releases: Plenyx/PlenBotLogUploader

Release 55

02 Jan 17:38
Compare
Choose a tag to compare

New stuff

  • added new auto-update features
    • release notes are now displayed within the application
    • after clicking "Update uploader" button, the application now auto-updates, no manual overwrite neccessary (hopefully)
    • after the update, the application sets new settings which were added in that update, meaning you no longer loose data when big update to the system took place
  • added !song command, which pulls the currently played song from local running Spotify
  • added Freezie as a strike boss

Other stuff

  • usual code changes

Release 54

22 Nov 19:53
Compare
Choose a tag to compare

Major announcements

  • the program now uses .NET Framework 4.8 instead of 4.5, if the application does not run, you can download .NET Framework 4.8 from here
  • all boss data are reset due to significant changes to how it works in the background

New stuff

  • new toggle under arcdps update allows you to automatically update arcdps when a new version is found on program startup without a prompt
  • rewritten how boss encounters are saved and used within the application, additionally you can now:
    • manually select a type for an encounter, whether it is a raid, fractal, strike or golem
    • manually flag an ancounter as an event
  • the uploader will not launch if there is another instance running
  • updated icon

Other stuff

  • commenting & minor code changes

Release 53

15 Oct 21:17
Compare
Choose a tag to compare

Boss data icons

  • due to the change of some icons for Discord webhooks you might need to either manually put in the icons if you want to use them or reset boss data from the edit boss data window

New stuff

  • removed module download from arcdps auto-update, since extras are merged with the main dll and templates are gone 🦀
  • added boss icons for Discord webhooks for these bosses: Arkk, Broken King, Eater of Souls, Ensolyss of the Endless Torment, Eyes of Fate & Judgement, Icebrood Construct, M.A.M.A., Siax the Corrupted and Skorvald the Shattered
    • requires either manual input of individual image links or reset your boss data settings
  • changed the icon for PlenBotUploader in Discord webhooks
  • added duration and a success to strike missions and fractals in log sessions

Other stuff

  • removed unneccesary code
  • a small rework of some classes
  • added a handler for future updates if future updates require to change data stored in external files like boss data, logs, ping configurations, etc.

Release 52

21 Sep 18:54
Compare
Choose a tag to compare

New stuff

  • changed the new icon a little bit again, thanks to Wolfrik
  • uploader site has been updated with latest pictures from the bot

Bugfixes

  • fixed an error when using a.dps.report
  • fixed no directory reset if the logs directory was changed in any way
  • a proper reconnect is made if there is an issue with connection to Twitch
    • the default times to reconnect are 10s, 20s and 30s

Other stuff

  • removed unneeded setting "render weapon 1"
  • small code cleanup

Test, please ignore

21 Sep 18:52
Compare
Choose a tag to compare
Test, please ignore Pre-release
Pre-release
Deployment

Release 52

Release 51

19 Sep 22:12
Compare
Choose a tag to compare

Boss data will be reset as a part of this update, make sure to change it to your needs after you update it

New stuff

  • added support for strike missions
  • new application icon
  • variable in Twitch messages is now mandatory, if message is left blank there will be no chat message sent

Other stuff

  • removed tests, they were not needed

Release 50

06 Aug 11:17
Compare
Choose a tag to compare

New stuff

  • added DPS.report error detection
  • all Discord webhooks contain the release version of the uploader in the footer text area

Bugfixes

  • removed empty messages when splitting Discord webhooks
  • fixed wrong sorting of sessions when using Discord Webhooks

Other stuff

  • codestyle

Release 49

26 Jul 22:32
Compare
Choose a tag to compare

New stuff

  • max concurrent downloads are now settable & default number of uploads was reduced from 5 to 4
  • added the ability to save log sessions to files

Other unimportant stuff

  • rearranged log session settings
  • code & codestyle improvements

Release 48

25 Jul 16:03
Compare
Choose a tag to compare

New stuff

  • log sessions webhooks
    • Discord webhooks are now split into multiple messages if they reach Discord message character limits
  • boss Twitch messages are now saved as a setting
  • set max concurrent uploads to 5 if you are using drag & drop to prevent occasional upload failure
    • do not fear when the application does not react immediatly to the files being uploaded
    • this will be settable in the future

Other unimportant stuff

  • documentation for made classes
  • code & codestyle improvements
  • added a test class to test Discord webhooks

Release 47

18 Jul 18:54
Compare
Choose a tag to compare

New features

  • added variables to boss data
    • variables include which replaces to the boss name (with CM appendix if the log was a CM) and for the link
    • if is not present, ": LINK_TO_THE_LOG" will be appended

Bugfixes

  • fixed CMs not showing properly in Discord webhooks

Other stuff

  • removed add ahdashim bosses button
  • ping configuration improvements
  • added first unit tests for further complex testing