Skip to content

Releases: Plenyx/PlenBotLogUploader

Release 59

12 May 12:44
Compare
Choose a tag to compare

New stuff

  • Refactored remote server ping functionality
    • added PHP example on a possible remote server ping implementation
    • test pings are now sent via the main link
    • updated readme now available here
  • added b.dps.report as a possible upload server

Other stuff

  • major code refactorings

Release 58

11 Apr 01:15
Compare
Choose a tag to compare

New stuff

  • added basic GW2 API integration
    • nothing much but base GW2 API key yet
  • implemented support for EliteInsight's v2.22.0.0 IsCM value

Bugfixes

  • fixed a crash when adding new Discord webhook
  • fixed logs not being posted to Twitch chat if OBS's process name was "obs.exe"

Other stuff

  • removed GW2Raidar integration
  • codestyle & other usual code refactoring

Release 57

28 Mar 21:54
Compare
Choose a tag to compare

Important information

  • I noticed that a crucial part of the auto-update wasn't working, but the fix is in this patch, it should fully work from now on
  • the release in the assets contains an extra 2 commits that fix a bug where the Discord Webhooks would get deleted

New stuff

  • added the option to disable Webhook trigger for specific bosses
  • uploader now checks whether an instance of obs is running in order to upload logs to Twitch or not
  • when adding new bosses, the uploader will use the default Twitch messages from message templates
  • added a way to reset application settings via a lauch parameter (-resetsettings)

Bugfixes

  • fix a bug where the entire application will be rendered unusable when updating it manually

Other stuff

  • implemented a new way of interacting with JSON files
  • added some new groundwork for new possible features
  • made the uploader work slightly faster with uploading & log processing
  • codestyle & other usual code refactoring

Release 56

03 Feb 21:04
Compare
Choose a tag to compare

New stuff

  • added support for Bjora strike missions

Other stuff

  • usual code changes

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