Skip to content

Releases: devhubapp/devhub

0.102.0

08 Dec 17:30
38d267e
Compare
Choose a tag to compare

New Features

  • Private activities for orgs! (requested by @nat, GitHub CEO)

Fixes

  • Fix menubar mode on Windows and Linux
  • Remove unnecessary trial indicator (reported by @johnkahn)
  • Fix oauth error on Safari

Security

  • Personal Access Tokens will not be synced between your other devices anymore

Internals

  • Upgrade dependencies (react-native 0.64, electron 11, etc)

  • Migrate from TSLint to ESLint

  • And many other smaller fixes and improvements!

0.101.0

01 Jun 07:46
ccc13ba
Compare
Choose a tag to compare
  • New experimental macOS Catalyst support (not published; you can build locally)
  • Auto detect dark/light theme from system preference
  • Fixed UI looking too small or too big on some devices (better support for Dynamic Type accessibility feature)
  • Updated icons and some other design improvements
  • New keyboard shortcuts:
    • Shift+Esc: Clear all columns (mark everything as done)
      image

    • Shift+d: Mark current column as done/undone

    • Shift+r: Mark current column as read/unread

cc @tamcgoey, @Daverogk

0.100.2

07 Feb 01:23
3f30899
Compare
Choose a tag to compare

Changelog

  • [All] Fix GitHub deprecated ?access_token url param
  • [Web] Fix Switch component colors (react-native-web changed the props)
  • [Mobile] Prevent scrolling to the top when going from the settings screen to the already active column

0.100.1

02 Feb 07:31
6a8f24a
Compare
Choose a tag to compare

Changelog

Fixes

  • [All] Fix filter not updating UI sometimes due to memoization bug
  • [All] Fix label filter when the label contains the word "not"
  • [Web] Fix keyboard navigation issues

Enhancements

  • [All] Performance improvement due to memoization optimization

Pricing

  • Support custom deals (e.g. LIFETIME). If you want to pay for everyone in your company or some specific people, contact me via email or twitter and we’ll create a fair deal.

Internals

  • Drop memoize-state, replace with a custom shallow equal selector

0.100.0

20 Jan 22:50
a41b5a0
Compare
Choose a tag to compare
  • [All] Differentiate "review_requested" from "team_review_requested" notification reason
  • [All] Better support for multiple "owner:" filter on Issues&PRs column
  • [All] Improved label design (similar to GitHub)
  • [All] Improved unread card design (dot next to timestamp)
  • [All] Fix "Show cleared items" sticky behavior
  • [Desktop] Fix zoom-in ⌘= keyboard shortcut

gif

0.99.1

11 Dec 22:49
39118d8
Compare
Choose a tag to compare
v0.99.1

v0.99.1

0.99.0

09 Dec 01:33
43aad8e
Compare
Choose a tag to compare
  • 🏷 New: See labels and click on them to filter

devhub-labels-filter-gif

  • 🔑 New: Login with a GitHub Personal Access Token to easily get access to all your private repositories

devhub-personal-token-login

  • ✨ [Mobile] Changed how we differentiate read items from unread (stop muting the texts)

  • 🚀 Performance improvements

  • 🐛 Bug fixes

0.98.6

21 Nov 07:56
41f3c17
Compare
Choose a tag to compare

Team plans! Now your company can pay DevHub for you :)

0.98.5

11 Nov 10:11
e9845d8
Compare
Choose a tag to compare
v0.98.5

v0.98.5

0.98.4

02 Nov 01:17
4ee77df
Compare
Choose a tag to compare

Enhancements

  • [All] Send a quick feedback by going to the preferences screen
  • [All] When cancelling a subscription, allow the user to use it until the end of the paid period
  • [Web][Desktop] Improve keyboard usage
    • Fix support for holding the same key (e.g. arrow down)
    • Fix arrow down not showing item at the bottom
    • Show permanent column focus indicator when using the keyboard
  • [Desktop] Menubar mode by default

Fixes

  • [Android] Fix crash
  • [Desktop] Fix maxWidth issue