[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.2.0

Kasper (Nov 19, 2020, 12:44 AM +0100) c4166466 851d6ebd

+8 -2
+6
CHANGELOG.md
··· 1 1 # Changelog 2 2 3 + ## 1.2.0 - 2020 Nov 19 4 + - Stopped sending notifications for upcoming premieres 5 + - Added publish date to emails 6 + - Made channel icon in emails clickable 7 + - Added YTEM link to emails 8 + 3 9 ## 1.1.0 - 2020 Nov 18 4 10 - Added button to delete emails 5 11 - Added ability to add channels using video URLs
+1 -1
package-lock.json
··· 1 1 { 2 2 "name": "youtube-email-notifier", 3 - "version": "1.1.0", 3 + "version": "1.2.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.1.0", 3 + "version": "1.2.0", 4 4 "author": "Kasper Henningsen (https://kasper.space)", 5 5 "main": "main.js", 6 6 "bin": "main.js",