Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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.
- Host: GitHub
- URL: https://github.com/hormesiel/whats-new-github
- Owner: hormesiel
- License: mit
- Archived: true
- Created: 2018-09-13T09:44:47.000Z (over 6 years ago)
- Default Branch: master
- Last Pushed: 2024-08-08T17:06:23.000Z (5 months ago)
- Last Synced: 2024-08-23T21:16:35.084Z (5 months ago)
- Topics: browser-extension, chrome, chrome-extension, chrome-extensions, extension, firefox, firefox-addon, firefox-extension, firefox-extensions, github, github-extension
- Language: JavaScript
- Homepage: https://chrome.google.com/webstore/detail/ldleapnlgbkpkabhbkkeangmnfpikahe
- Size: 45.9 KB
- Stars: 35
- Watchers: 3
- Forks: 2
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
- chrome-extensions - What's New on GitHub - Helps you see easily what happened on GitHub since your last visit. (Developer)
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.
# Download links
# 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 ..
```