Skip to content

Releases: TheXorog/BeatRecorder

2.1.0 - DataPulller 2.1.0 Support

14 Apr 05:10
a330846
Compare
Choose a tag to compare

What changed?

  • Added support for DataPulller v2.1.0

Full Changelog: https://github.com/TheXorog/BeatRecorder/compare/2.0.1..2.1.0

Note for Linux Version

  • GUI and Steam Notifications are disabled.

2.0.1 - Hotfix

28 Aug 00:51
609b28c
Compare
Choose a tag to compare

What changed?

  • Fixed DeleteQuit option not working

Full Changelog: 2.0...2.0.1

Note for Linux Version

  • GUI and Steam Notifications are disabled.
  • Thanks to @yetanothercarbot who helped me test this version.


DataPuller 2.1.0 is not yet supported. Please use an earlier version or one of the other supported mods.

2.0 - Recode

27 Aug 18:04
328490a
Compare
Choose a tag to compare

What changed?

  • The entire application has been rebuilt from the ground up! - With my the new experience i gathered over the time this released, i wanted to redo the entire application to make it easier to work with and overall more solid. All the previous features have been ported to this recode.
  • Added experimental support for BeatSaberPlus. - Currently, BSP does not provide a way of knowing whether a song has been finished or failed, making all video files appear as if they've been completed.
  • Added support for v5.0+ of obs-websocket - Support for v4.9.1 will stay for now.
  • Song Covers now cache in memory when using DataPuller.
  • When you have 0 misses, the <misses> tag will now be replaced with FC instead of 0
  • Xorog.UniversalExtensions is now a dependency when building from source.

Bugs squashed?

  • Idk, some maybe.

Full Changelog: 1.6.1...2.0

1.6.1 - Bug fixes and new placeholder

10 Jun 02:02
c4cf573
Compare
Choose a tag to compare

What changed?

  • Added a new placeholder: '<song-name-with-sub>' this will combine the song name and song sub name, adding a space between them
  • Made an icon
  • Bumped Dependencies
  • Switched to Xorog.Logger for logging, it's still functions essentially the same but there's more features and it's more up to date.
  • A lot of refactoring because the code i wrote is terrible 🕺

Bugs squashed?

  • fixed OBS not displaying it's status correctly when not connected

Important info regarding OBS Websocket 5.x.x

OBS Websocket 5.X.X is currently not supported. Please download and use 4.9.1 for now.

Full Changelog: 1.6...1.6.1

1.6 - UI Update

10 Jan 16:45
Compare
Choose a tag to compare

OUTDATED!

What changed?

  • Added a graphical user interface with built-in settings configuration (You can disable it again by going into the Advanced Settings and turning off Display User Interface)
  • Added automatic scene switching
  • Some internal tweaks that should improve performance 🍎

If you find any issues with the UI or any other issues, feel free to contact me on Discord or create an issue. (MIRA#5555)

Bugs squashed?

  • fixed a NullException when using http status

Important info regarding OBS Websocket 5.x.x

OBS Websocket 5.X.X is currently not supported. Please download and use 4.9.1 for now. 5.x.x support will be added soon, so stay tuned for that.

Full Changelog: 1.5.3...1.6

1.5.3

26 Dec 01:32
Compare
Choose a tag to compare

OUTDATED!

IF YOU'RE STILL RUNNING 1.5.2, PLEASE UPDATE IMMEDIATELY.
To fix the log files issue, simply delete the logs folder from where-ever you're running BeatRecorder.

What changed?

  • -

Bugs squashed?

  • fixed log files being huge #7
  • fixed steam notifications #6

Important info regarding OBS Websocket 5.x.x

OBS Websocket 5.X.X is currently not supported. Please download and use 4.9.1 for now. 5.x.x support will be added soon, so stay tuned for that.

Full Changelog: 1.5.2...1.5.3

Name Change, various smaller improvements

24 Dec 23:58
Compare
Choose a tag to compare

OUTDATED!

What changed?

  • Name change to differentiate this project from the original mod OBSControl
  • Updated the logger
  • Internal structure changes

Bugs squashed?

  • -

Important info regarding OBS Websocket 5.x.x

OBS Websocket 5.X.X is currently not supported. Please download and use 4.9.1 for now. 5.x.x support will be added soon, so stay tuned for that.

Full Changelog: 1.5.1...1.5.2

Fixed HTTPStatus not connecting correctly

25 Nov 04:33
Compare
Choose a tag to compare

OUTDATED!

What changed?

  • -

Bugs squashed?

  • OBSControl connects properly to HTTPStatus again

Important info regarding OBS Websocket 5.x.x

OBS Websocket 5.X.X is currently not supported. Please download and use 4.9.1 for now. 5.x.x support will be added soon, so stay tuned for that.

Added steam notifications

27 Oct 01:38
990c442
Compare
Choose a tag to compare

OUTDATED!

What changed?

  • Added steam notifications as an experimental feature

Bugs squashed?

  • -

New placeholder, Datapuller bug fixes

25 Oct 23:34
Compare
Choose a tag to compare

OUTDATED!

Please make sure to delete all files except the Settings.json when updating to the new version.

What changed?

  • New placeholder: <misses>
  • OBSControl no longer comes in multiple files, everything is now neatly embedded in the .exe-File
  • Logs are now being deleted if they're 3+ days old
  • OBSControl now comes in a single file, not as a zip file
  • Settings no longer entirely reset when there's a new config version
  • The logs now use your local timezone instead of utc+0
  • Logs when starting/leaving a song now show what song you started
  • Error messages while not connected no longer spam your console but instead are sent once

Bugs squashed?

  • Attempted to fix accuracy not generating while using datapuller