Skip to content

Releases: udoprog/OxidizeBot

0.4.4-beta.1

12 Jul 10:24
Compare
Choose a tag to compare
0.4.4-beta.1 Pre-release
Pre-release
Support prereleases in builds

0.4.3

21 Jun 13:22
Compare
Choose a tag to compare

Changed

  • Switch to moment-timezone for list of timezones in UI.

0.4.2

21 Jun 11:23
Compare
Choose a tag to compare

Changed

  • Make location optional in Settings component (causes blank page).

0.4.1

20 Jun 22:59
Compare
Choose a tag to compare

Changed

  • UI doesn't break on bad semver latest releases.

0.4.0

20 Jun 22:37
Compare
Choose a tag to compare

Changed

  • Don't crash if a user removes a the Twitch connection.
  • Deprecate use of configuration file fully.

0.3.8

20 Jun 22:22
Compare
Choose a tag to compare

Added

  • Added !poll command to run polls.
  • Added !weather command to check the current weather.
  • Notification after stream has ended if you have afterstream messages.

0.3.7

17 Jun 05:13
Compare
Choose a tag to compare

Changed

  • utils::compact_duration now includes days when formatting.
  • Don't use flatMap in since it's not supported in OBS's Browser Source.

0.3.6

16 Jun 04:47
Compare
Choose a tag to compare

Added

  • time/timezone for setting your current time zone.
  • !time command for showing the current time of the streamer (in the specified time zone) #45.
  • system/run-on-startup setting that can configure SetMod to run on system startup.

0.3.5

14 Jun 13:25
Compare
Choose a tag to compare

Added

  • !speedrun game <game> as a preferred alias for !speedrun record.
  • !speedrun personal-bests <user> as a way to query personal bests for a single user.
  • Commands can now use the {{rest}} parameter to expand to anything that comes after the command itself.
  • Introduced the irc/viewer-reward/interval setting to tweak how frequently viewer rewards are posted.

Changed

  • Move most authorization checks to their own scopes (See auth.yaml for details) #48.
    • song/theme
    • song/edit-queue
    • song/list-limit
    • song/volume
    • song/playback-control
    • command/edit
    • theme/edit
    • promo/edit
    • alias/edit
    • countdown
    • gtav/raw
    • water/undo
  • Support temporary grants through !auth permit 5m <user> <scope>.
    You can only grants scopes that you have #47.
    • For example, to permit posting any links: !auth permit 30s setbactesting chat/bypass-url-whitelist
  • Fix issue where player feedback shuts down first time it's disabled.

0.3.4

10 Jun 12:32
Compare
Choose a tag to compare

Added

  • Notifications for system integration.
  • Added --log-config and --trace switches to give more control over logging.

Changed

  • Fixed player sync on startup not setting state correctly.
  • Fixed issue where Spotify can't be controlled unless it is started before the bot (thanks @lolouis6321).