[READ-ONLY] Mirror of https://github.com/probablykasper/yt-email-notifier. macOS menubar app for YouTube upload notification emails
email menubar notifications tray youtube
0

Configure Feed

Select the types of activity you want to include in your feed.

v1.3.0

Kasper (Nov 28, 2020, 3:26 AM +0100) c48f2859 f4d10127

+9 -2
+7
CHANGELOG.md
··· 1 1 # Changelog 2 2 3 + ## 1.3.0 - 2020 Nov 28 4 + - Added button for opening logs 5 + - Added setting for max concurrent requests 6 + - Added links for channels in settings page 7 + - Improved reliability of adding channels using video URLs 8 + - Fixed some settings requiring restart to take effect 9 + 3 10 ## 1.2.0 - 2020 Nov 19 4 11 - Stopped sending notifications for upcoming premieres 5 12 - Added publish date to emails
+1 -1
package-lock.json
··· 1 1 { 2 2 "name": "youtube-email-notifier", 3 - "version": "1.2.0", 3 + "version": "1.3.0", 4 4 "lockfileVersion": 1, 5 5 "requires": true, 6 6 "dependencies": {
+1 -1
package.json
··· 1 1 { 2 2 "name": "youtube-email-notifier", 3 - "version": "1.2.0", 3 + "version": "1.3.0", 4 4 "author": "Kasper Henningsen (https://kasper.space)", 5 5 "main": "main.js", 6 6 "bin": "main.js",