Skip to content

flawyte/whats-new-github

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

71 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Purpose

This extension helps you see what events have happened since your last visit to GitHub and what events you have already seen. It is compatible with both personal news feeds as well as organizations feeds.

Comparison image showing the "Following" personal feed with and without the extension

Comparison image showing the "For you" personal feed with and without the extension

Download links

Chrome Web Store logo Firefox Add-ons logo

Reminders (for myself)

Zipping

WNGH_VERSION=X.Y.Z
cd whats-new-github/
zip whats-new-github-v$WNGH_VERSION.zip icon/128.png icon/48.png index.js manifest.json
mv whats-new-github-v$WNGH_VERSION.zip ..
cd ..