gitnews-menubar

Display GitHub notifications in your menu bar

GPL-2.0 License

Stars
24

Bot releases are visible (Hide)

gitnews-menubar - v1.9.0 Latest Release

Published by sirbrillig over 1 year ago

gitnews-menubar - v1.9.0-beta.7

Published by sirbrillig almost 2 years ago

Changelog

  • Add custom icons (#149)
gitnews-menubar - v1.9.0-beta.6

Published by sirbrillig almost 2 years ago

Changelog

  • Fix setting token when token is undefined and other type errors (#150)
  • Add setting to toggle logging (#151)
  • Fix copy/paste/selectAll (#152)
  • Handle case where token is invalid (#153)
gitnews-menubar - v1.9.0-beta.5

Published by sirbrillig almost 2 years ago

Changelog

  • Improve dark mode UI (#148)
gitnews-menubar - v1.9.0-beta.4

Published by sirbrillig almost 2 years ago

Changelog

  • Add dark mode and fix some click events (#147)
gitnews-menubar - v1.9.0-beta.3

Published by sirbrillig almost 2 years ago

Changelog

  • Add file-based logging and fix double-initialization of renderer (#146)
gitnews-menubar - v1.9.0-beta.2

Published by sirbrillig almost 2 years ago

Changelog

  • Convert most of the app to TypeScript (#141, #144).
  • Fix dark mode switching (#145).
gitnews-menubar - v1.9.0-beta.1

Published by sirbrillig almost 2 years ago

Changelog

This version doesn't really have a lot of features that aren't present in 1.7 (1.8 tried to do a lot and failed so we're skipping that) but it rebuilds the whole architecture and build stack for modern Electron and Electron Forge.

gitnews-menubar - v1.7.0

Published by sirbrillig almost 4 years ago

Changelog

First, I fixed the update checker, which was broken in 1.6. 😅

Note that this probably won't work on M1 chips. Still waiting for Electron support.

The following features were added:

  • A search field to search note titles and repos.
  • A menu that allows filtering notifications by reason.
  • A button that allows muting a repo; notifications for a muted repo are still displayed, but they will not trigger the icon to display new notifications and they will be sorted with read notifications.
  • Made it possible to bulk open notifications (command-click) despite Chromium bugs.
  • Show the notification icon if there are new or existing notifications, even if the connection is currently down.
  • Prevent the "fetching" and "connection trouble" panels from moving any notifications around.
  • Clean up the UI and normalize buttons.
gitnews-menubar - v1.7.0-beta.2

Published by sirbrillig almost 4 years ago

Changelog

  • If a filter is selected (eg: "Mentioned"), only consider notifications that match that filter when setting the icon.
  • Don't mark notifications as read during multi-open mode until the meta key is released.
gitnews-menubar - v1.7.0-beta.1

Published by sirbrillig almost 4 years ago

Changelog

First, I fixed the update checker, which was broken in 1.6. 😅

The following features were added:

  • A search field to search note titles and repos.
  • A menu that allows filtering notifications by reason.
  • A button that allows muting a repo; notifications for a muted repo are still displayed, but they will not trigger the icon to display new notifications and they will be sorted with read notifications.
  • Made it possible to bulk open notifications (command-click) despite Chromium bugs.
  • Show the notification icon if there are new or existing notifications, even if the connection is currently down.
  • Prevent the "fetching" and "connection trouble" panels from moving any notifications around.
  • Clean up the UI and normalize buttons.
gitnews-menubar - v1.6.0

Published by sirbrillig over 4 years ago

Changelog

The biggest change was a refactor of the code base to use JSX and a build process; otherwise this release doesn't behave much differently than 1.5.

  • Add demo mode for testing.
  • Add JSX.
  • Add prettier.
  • Update dependencies.
  • Replace deprecated isDarkMode with shouldUseDarkColors.
  • Add electron-webpack.
gitnews-menubar - v1.5.0

Published by sirbrillig almost 5 years ago

Changelog

  • Change the "unseen" icon to include a star rather than relying on color.
  • Add a "Mark read" and "Mark unread" button. ("Mark unread" only works locally since there is no API for this on Github.)
  • Persist state between loads for faster load time (and to allow "Mark unread" to work locally).
  • Add "unread" dot so there's a non-color-dependent way to see which notifications are unread.
  • Add an "open", "closed", or "merged" icon and text to show the current state of the issue/PR.
gitnews-menubar - v1.4.3

Published by sirbrillig about 5 years ago

Changelog

  • This is just a minor upgrade of dependencies. The most notable difference is that it removes the direct dependency on lodash.
gitnews-menubar - v1.4.2

Published by sirbrillig almost 6 years ago

Changelog

  • Add dark mode icons for the Mac OS menubar
gitnews-menubar - v1.4.2-alpha.2

Published by sirbrillig almost 6 years ago

Changelog

  • Add dark ring around dark mode icon circles #49
gitnews-menubar - v1.4.2-alpha.1

Published by sirbrillig almost 6 years ago

Changelog

-Add dark mode icons (#47)

gitnews-menubar - v1.4.1

Published by sirbrillig almost 6 years ago

Changelog

  • Upgrade dependencies
  • Add CSP to HTML
  • Trigger offline mode for invalid JSON and Z_BUF_ERROR, rather than showing those errors
  • Only display unique error messages
gitnews-menubar - v1.4.0

Published by sirbrillig over 6 years ago

Changelog

  • Actively mark notifications as read on click (#41)
  • Set background color to be white explicitly (needed for Mac OS High Sierra)
gitnews-menubar - v1.3.0

Published by sirbrillig almost 7 years ago

Changelog

  • Update to gitnews 3
  • Allow 404 comment errors (gitnews 3)
  • Remove absolute positioning for NotificationsArea (#34)
  • Fix broken "Clear Errors" button (#40)
  • Add fallback avatar when none is available (#38)