1
0
Fork 0
mirror of https://git.sr.ht/~ashkeel/strimertul synced 2024-09-18 01:50:50 +00:00

docs: update changelog

This commit is contained in:
Ash Keel 2023-04-24 16:18:15 +02:00
parent a65f89149f
commit 06f6107b89
No known key found for this signature in database
GPG key ID: BAD8D93E7314ED3E
3 changed files with 2 additions and 2 deletions

View file

@ -21,6 +21,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
### Fixed
- The UPDATE AVAILABLE banner in prerelease builds now works properly by only appearing when a newer prerelease (or stable) version is available to download.
- Numeric input boxes in the UI should now be less of a pain to use
## [3.1.5] - 2023-03-31

View file

@ -162,7 +162,6 @@ function TwitchBotSettings() {
/>
<FieldNote>
<Trans i18nKey="pages.twitch-settings.bot-oauth-note">
{' '}
<BrowserLink href="https://twitchapps.com/tmi/">
https://twitchapps.com/tmi/
</BrowserLink>

View file

@ -110,7 +110,7 @@ func NewManager(db *database.LocalDBClient, server *http.Server, logger *zap.Log
manager.client.Bot = nil
}
manager.client.logger.Info("reloaded/restarted Twitch bot")
manager.client.logger.Info("Reloaded/restarted Twitch bot")
})
if err != nil {
client.logger.Error("Could not setup twitch bot config reload subscription", zap.Error(err))