Skip to content

Commit

Permalink
Update to version 0.0.24
Browse files Browse the repository at this point in the history
  • Loading branch information
vaverix committed Aug 16, 2021
1 parent d40a481 commit cf7cd5d
Show file tree
Hide file tree
Showing 5 changed files with 80 additions and 12 deletions.
13 changes: 12 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,17 @@

# Changelog

## v0.0.24

Bugfixes

* Fixed audio notifications

Features

* Last notification pinned at the top
* Changelog icon

## v0.0.23

Bugfixes
Expand All @@ -11,7 +22,7 @@ Bugfixes

Features

* You can click a nickname to @ him directly
* You can click a nickname to @ him/her directly
* You can now log out from the app

Bugfixes
Expand Down
1 change: 1 addition & 0 deletions ROADMAP.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,3 +8,4 @@
* Saving notifications between app restarts
* Auto-reply bot, spamming bot, moderation actions etc.
* Link notifications with the VODs
* Code refactoring and optimizations
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"name": "vaverix-twitch-bot",
"description": "Desktop application that allows you to log-in into multiple Twitch.tv channels at once. It also notifies you when someone mentions you in any channel you choose and has couple of other extra features.",
"author": "vaverix",
"version": "0.0.23",
"version": "0.0.24",
"license": "MIT",
"scripts": {
"build": "yarn compile",
Expand Down
2 changes: 1 addition & 1 deletion src/main/functions.js
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ const kraken = (opts) => {
let defaults = {
base: 'https://api.twitch.tv/kraken/',
headers: {
'Client-ID': '4g5an0yjebpf93392k4c5zll7d7xcec',
'Client-ID': 'zk3or90xxuhrf7ouayqw79zst7zhzk',
Accept: 'application/vnd.twitchtv.v5+json',
},
}
Expand Down
Loading

0 comments on commit cf7cd5d

Please sign in to comment.