Purpose
August 8, 2024 ยท View on GitHub
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.
Download links
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 ..