alpha
Login
or
Join now
kasper.space
/
yt-email-notifier
Star
0
Fork
0
Atom
Configure Feed
Issues
Pull Requests
Commits
Tags
Feed URL
Select the types of activity you want to include in your feed.
[READ-ONLY] Mirror of https://github.com/probablykasper/yt-email-notifier. macOS menubar app for YouTube upload notification emails
email
menubar
notifications
tray
youtube
Star
0
Fork
0
Atom
Configure Feed
Issues
Pull Requests
Commits
Tags
Feed URL
Select the types of activity you want to include in your feed.
Overview
Issues
Pulls
Pipelines
Fixed channel links in settings page
author
Kasper
date
5 years ago
(Nov 28, 2020, 3:22 AM +0100)
commit
f4d10127
f4d1012713d2a57bcf29de4ac22f4d2bc3dfa838
parent
49894c04
49894c0410ded737cb112f9b2cb792f979328391
+3
-3
2 changed files
Expand all
Collapse all
Unified
Split
README.md
web
index.html
+1
-1
README.md
View file
Reviewed
···
67
67
68
68
### Publish new version
69
69
70
70
-
1. Update CHANGELOG.md and commit
70
70
+
1. Update CHANGELOG.md
71
71
2. Bump the version number
72
72
```
73
73
npm version --no-git-tag <version>
+2
-2
web/index.html
View file
Reviewed
···
177
177
{{#each channels}}
178
178
<tr>
179
179
<td class="is-vcentered" style="min-width:40px;box-sizing:content-box;">
180
180
-
<a href="{{this.id}}" target="_blank">
180
180
+
<a href="https://youtube.com/channel/{{this.id}}" target="_blank">
181
181
<img style="width:40px;" src="{{this.icon}}">
182
182
</a>
183
183
</td>
184
184
<td class="is-vcentered" style="width:100%;">
185
185
<b style="display: block;">
186
186
<span>
187
187
-
<a href="{{this.id}}" target="_blank" style="color:inherit;">{{this.name}}</a>
187
187
+
<a href="https://youtube.com/channel/{{this.id}}" target="_blank" style="color:inherit;">{{this.name}}</a>
188
188
</span>
189
189
</b>
190
190
<span class="has-text-grey" style="display: block;font-size:0.9rem!important;">{{this.id}}</span>