devhub

TweetDeck for GitHub - Filter Issues, Activities & Notifications - Web, Mobile & Desktop with 99% code sharing between them

AGPL-3.0 License

Stars
9.5K
Committers
20

Bot releases are hidden (Show)

devhub - 0.93.0

Published by brunolemos over 5 years ago

Wanna chat or talk about some ideas? Join our Slack: https://slack.devhubapp.com/

New features

  • Unread indicator: You can now quickly see which columns have new items!

    It's specially handy if you use the Desktop app:

    image

    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
devhub - 0.92.0

Published by brunolemos over 5 years ago

Wanna discuss some ideas? Join our Slack: https://slack.devhubapp.com/

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!

image

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
devhub - 0.91.1

Published by brunolemos over 5 years ago

Patch fix

Fix regex validation when creating a column (#148):

image

devhub - 0.91.0

Published by brunolemos over 5 years ago

  • Android performance improvements (no more laggy animations!)
  • You can now create Issues & PRs columns filtering by involved user, owner and repo!
  • Some other bug fixes and design tweaks

image

devhub - 0.90.1

Published by brunolemos over 5 years ago

Small fixes for the 0.90.0 release

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

From 0.90.0

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

Tweet: https://twitter.com/devhub_app/status/1133793955634716674?s=20

devhub - 0.90.0

Published by brunolemos over 5 years ago

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

Tweet: https://twitter.com/devhub_app/status/1133793955634716674?s=20

Download 0.90.1 instead

devhub - 0.81.0

Published by brunolemos over 5 years ago

devhub - 0.80.0

Published by brunolemos over 5 years ago

  • Overall design improvements: Changed the layout of the cards and labels, with the goal of being cleaner. It should also be easier for the brain to tell the type of each card because the icon is at the left now. Also changed some theme colors.
  • Overall performance improvements. Previously I was using react-spring on most components, now just on a couple. I also temporarily disabled FlatList virtualization on web, which is quite buggy (https://github.com/necolas/react-native-web/issues/1337).
  • Keyboard usage improvements: Should be much faster now! Also, after selecting an item with the arrow, you can now press "Tab" to select the buttons inside the focused card.
  • New filters (Subject Type, State, Draft, and more detailed Event Actions)
  • Filters now show expanded and opens from the right
  • Improved support for Draft pull requests
  • And more!

Some other new features are only available in our BETA. Join our brand new Slack: Join Slack & Get BETA link

Let me know what you think of this version! Twitter | Slack

devhub - 0.48.2

Published by brunolemos over 5 years ago

Minor release to add a banner about our brand new Slack Community!
I'll share a beta link there soon, with DevHub's next version. Join us!

https://join.slack.com/t/devhubapp/shared_invite/enQtNjEyNzMzODg3MzYzLWY1NGUwZTVhM2FlMjY5ZmY5YzE1MThjNzM0NDIzNzQyYzJkMWEyYjRkNTg0MTIxNGJkYmM1ZTRmODE2MTVkY2Q

devhub - 0.48.1

Published by brunolemos over 5 years ago

devhub - 0.48.0

Published by brunolemos over 5 years ago

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
devhub - 0.47.4

Published by brunolemos over 5 years ago

devhub - 0.47.3

Published by brunolemos over 5 years ago

devhub - 0.47.2

Published by brunolemos over 5 years ago

devhub - 0.47.1

Published by brunolemos over 5 years ago

New feature: Private repositories support! 🎉

Comparing to v0.47.0, this version improves the flow from notification card to GitHub App installation. Also, it now shows which columns support private content or not.

devhub - 0.47.0

Published by brunolemos over 5 years ago

New feature: Private repositories support! 🎉

Also, you can now delete your account completely and manage your oauth tokens.

devhub - 0.46.0

Published by brunolemos over 5 years ago

"Participating" notifications and full keyboard-only usage support!

All platforms

  • Support seeing only "Participating" notifications
  • Handle Draft Pull Requests (but the events api doesn't return this yet)
  • New theme color: Purple
  • Design tweaks on labels and light themes

Web

  • Full keyboard shortcuts support
    • Use arrow keys to select items or move around columns (thanks @thefrontendwizard for the contribution! #117)
    • Press "s" to toggle save items for later
    • Press "r" to toggle read/unread status
    • Press "tab" to move around the other buttons and links
    • Press "n" to add a new column
    • Press "?" to see the full list of keyboard shortcuts

Desktop

  • Zoom support (#112)
devhub - 0.45.4

Published by brunolemos over 5 years ago

devhub - 0.45.3

Published by brunolemos over 5 years ago

devhub - 0.45.2

Published by brunolemos over 5 years ago