Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/hormesiel/whats-new-github

See what's new and what's not in your GitHub dashboard's feeds and in your organizations' feeds.
https://github.com/hormesiel/whats-new-github

browser-extension chrome chrome-extension chrome-extensions extension firefox firefox-addon firefox-extension firefox-extensions github github-extension

Last synced: about 2 months ago
JSON representation

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

Awesome Lists containing this project

README

        

> [!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

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