DevHub Changelog

What's new in DevHub 0.102.0

Dec 8, 2020
  • New Features:
  • Private activities for orgs! (requested by @nat)
  • 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 with 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!

New in DevHub 0.101.0 (Jun 1, 2020)

  • 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+d: Mark current column as done/undone
  • Shift+r: Mark current column as read/unread

New in DevHub 0.100.2 (Feb 7, 2020)

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

New in DevHub 0.100.1 (Feb 2, 2020)

  • 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

New in DevHub 0.99.1 (Dec 12, 2019)

  • Update tech stack to include more details

New in DevHub 0.99.0 (Dec 9, 2019)

  • New: See labels and click on them to filterNew: Login with a GitHub Personal Access Token to easily get access to all your private repositories
  • [Mobile] Changed how we differentiate read items from unread (stop muting the texts)
  • Performance improvements
  • Bug fixes

New in DevHub 0.98.3 (Oct 31, 2019)

  • [All] Fix unread counter not updating instantly

New in DevHub 0.98.2 (Oct 31, 2019)

  • Enhancements:
  • [All] Some performance improvements by memoizing some expensive functions
  • [All] Change focused card design and only show it when using the keyboard, not the mouse
  • [All] Show trial expiration date on settings (only show bottom banner if it will expire in the next 5 days)
  • [All] Pin column search (and filter tags) at the top
  • [All] Use TouchableHighlight instead of TouchableOpacity on cards
  • [All] Custom message for empty columns with bookmark filter enabled
  • [All] Improve filter on dashboard column
  • [Mobile] Unfocus search bar when tapping an empty column
  • Fixes:
  • [All] Fix repository invitation link
  • [All] Fix remaining empty column alignment issue
  • [All] Fix search bar not showing up when seeing bookmarks without any other filter
  • [All] Fix separator color
  • [Mobile] Fix buggy scrolling
  • [Mobile] Fix card layout issue
  • [Mobile] Fix search bar unfocus when tapping the search icon button
  • [Desktop] Fix javascript:void bug on Windows (it was trying to open an app)
  • Fix some system keyboard shortcuts not working like Cmd+R
  • Internals:
  • [Mobile] Bump react-native to v0.61.3 (from v0.61.2)
  • [Android] Fix Autolinking
  • [All] Disable redux on production

New in DevHub 0.98.0 (Oct 27, 2019)

  • New features:
  • [Web] Re-add inline actions on cards to Save and toggle Read status (tip: you can also use keyboard shortcuts, like the arrows and the keys S and R)
  • [All] New quick way to see all bookmarked items per column:
  • [Desktop] Custom title bar to match dark mode colors (Windows and Linux)
  • Fixes:
  • [All] Fix bookmarks being lost sometimes
  • [All] Fix empty column text alignment
  • [Mobile] Fix broken layout for filter tags when column is empty
  • [Desktop] Fix wrong max width on Windows and Linux after changing from menubar
  • [Desktop] Fix Open menu item bug on Windows
  • [Desktop] Fix tray position fallback
  • [All] Fix twitter link
  • [iOS] Fix app display name (devhub -> DevHub)
  • Other enhancements:
  • [All] Better handle private repo on issues column
  • [All] Better handle Bad Credentials on issues column
  • [Desktop] Hide window buttons on menubar mode
  • Internals:
  • [Web] Use LocalForage
  • [Android] Increase AsyncStorage limit to 20MB (TODO: Use a proper database, like WatermelonDB)

New in DevHub 0.97.0 (Oct 7, 2019)

  • New features:
  • [All] Quickly filter by owner at the top of each column (tip: hold Alt to filter negatively, and Cmd to add multiple filters)
  • [All] Quickly toggle filters with the new "tags" UI:
  • image
  • [All] Filter when clicking on some card contents (notification reason, repo name and issue number) (tip: hold Alt to filter negatively, and Cmd to add multiple filters)
  • [All] Allow filtering by issue/pr number (e.g.: #123)
  • [All] Improve bot filter, hiding even more activities (including from "fake bots", that are normal profiles with username ending with bot)
  • [All] New dashboard filter: Watching owners (e.g. watching:facebook)
  • [All] Better handle more issues&prs filters (like author, mentions, team, etc)
  • [All] Show notification reason
  • [All] Mark logged user's own activities as read by default
  • Fixes:
  • [Desktop] Prevent showing Push Notifications for user's own activity
  • [Android] Fix rotation not respecting device settings
  • [Web] Fix touchable onPress being dispatched by mistake on scroll on mobile web
  • [All] Fix bot link url
  • [Mobile] Fix bottom bar unread indicator regression
  • [All] Fix notification release url
  • Internals:
  • Upgrade to react-native 0.61.2 (from 0.59.10)

New in DevHub 0.95.1 (Sep 15, 2019)

  • [All] Fix url for notification commit comments
  • [Web] Fix unread badge not getting updated if the app is not open or the tab is inactive (see tweet)
  • Disable React Concurrent Mode (facebook/react#16773)
  • [Desktop] Fix Analytics not working at all since forever (see tweet)
  • [Desktop] Possibily fix update notification not relaunching the app on click (help wanted: #178)

New in DevHub 0.94.1 (Sep 3, 2019)

  • Hide bots, stars and forks by default on new columns
  • New keyboard shortcuts: Space / Shift+Space
  • [Mobile] Fix swipe button colors
  • [Mobile] Re-enable horizontal scrolling feature (you'll need to scroll via the column headers)

New in DevHub 0.93.0 (Jul 11, 2019)

  • New features
  • Unread indicator: You can now quickly see which columns have new items!
  • It's specially handy if you use the Desktop app:
  • You have full control of which columns will show an unread indicator or not:
  • Thanks to contributors: @johnletey, @dkniffin, @brunolemos
  • [Desktop] Support multiple displays
  • TIP: For performance reasons (and for a clean mind), use the "Clear" button and keep all your columns empty ✨
  • Fixes:
  • [Web] Fix Edge
  • [Desktop] Fix crash on linux (thanks @pocka)
  • [Desktop] Fix center position
  • [Desktop] Fix oauth flow on dev mode on Windows
  • Breaking changes:
  • Ship ES6 code to production
  • Drop IE support
  • Drop maintenance of the Franz plugin
  • Internals:
  • Upgrade electron, react-native-web

New in DevHub 0.92.0 (Jun 24, 2019)

  • New features
  • Single-column view mode! You can now switch between two layout modes: "Multi-column" (that is like TweetDeck) and "Single-column", where a column takes the full screen for a more focused work.
  • Search bar! Filter columns by text, including support for:
  • Label:abc
  • Is:bot
  • Or any custom search term!
  • Fixes:
  • [Android] Possibly fix "Add column" modal broken on a couple device models
  • Other changes:
  • New column loading indicator
  • Improved bottom bar design, better highlighting the active tab
  • New design for read cards with better contrast ratio
  • Improved commit cards, showing branch name inline and up to 20 commits by clicking on "Show more"
  • Improved Login Screen
  • [Desktop] New option: Open at Login
  • [Desktop] Install update when clicking on notification

New in DevHub 0.91.1 (Jun 13, 2019)

  • Fix regex validation when creating a column

New in DevHub 0.90.1 (May 29, 2019)

  • Fix "Show cleared items" button being disabled when it shouldn't
  • Fix "comments (X)" button not being touchable on mobile

New in DevHub 0.90.0 (May 28, 2019)

  • You can now filter by repositories! And see the number of unread/total items for each filter.
  • Also, new column type: Issues & PRs!

New in DevHub 0.48.0 (Mar 28, 2019)

  • All platforms:
  • Design tweaks:
  • Things are now smaller, they were way too big;
  • Cards have less spacing;
  • Separator color have more contrast;
  • Buttons and inputs are more rounded.
  • Link to twitter accounts (follow us!)
  • Web:
  • Changed card focus design
  • Changed link hover decoration (back to underline)
  • Mobile:
  • Pull to refresh
  • Link to Rate the app on App Store / Play store
  • Android:
  • Turns out the app update was not working since December, so everyone still had the old version. Should be fixed now. Make sure you see v0.48.0+ at the Preferences screen.
  • Disable animations for performance reasons (why are they so slow on android? help wanted.)
  • iOS:
  • Implemented Store Review dialog
  • Windows:
  • Fix error after toggling full screen mode
  • Franz:
  • Fix broken Franz support