Skip to content
This repository has been archived by the owner on Aug 8, 2024. It is now read-only.
/ whats-new-github Public archive

See what's new and what's not in your GitHub dashboard's feeds and in your organizations' feeds.

License

Notifications You must be signed in to change notification settings

hormesiel/whats-new-github

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

72 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Important

Repository archived & extension unpublished since it's not necessary nor useful anymore with the new dashboard.

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