Skip to content

Releases: devhubapp/devhub

0.45.1

02 Feb 21:07
3fe8adf
Compare
Choose a tag to compare

All platforms

  • Fix wrong repo link on notification header
  • Enable read/unread filter on activity columns
  • Allow expanding all filters at once (start with all filters expanded on big screens)
  • Show message about private notification support on private notifications
  • Tweak some colors to prevent color conflict between headers and separators
  • Change default theme to dark-blue

0.45.0

31 Jan 14:01
a60489b
Compare
Choose a tag to compare

All platforms

  • New column type: Notifications for a specific repository
  • Show more details from issues and pull requests, like labels, creation date, number of comments, etc
  • Allow marking single notifications or events as read/unread
  • Allow marking whole columns as read/unread

0.44.0

20 Jan 23:29
305a172
Compare
Choose a tag to compare

This version adds some animations to make the app feel nicer to use! It also changes the way the Inbox/Archive/Clear filter works, hopefully making it more intuitive.

All platforms

  • Migrate from Animated to react-spring
  • Add animations on buttons, links, sidebar, filters and modals (using react-spring)
  • Made modals and filters position absolute instead of moving everything
  • Improve performance of theme change by avoiding a re-render (using react-spring)
  • Improve ability to use the app using the keyboard
  • Overall design tweaks (changed some colors, changed separator size, fixed some alignments, input border color on focus, etc)

0.43.0

08 Jan 02:51
ef6824e
Compare
Choose a tag to compare

This version contains a lot of design tweaks and some small improvements.

All platforms

  • Fix column header content vertical alignment
  • Fix Logout button jumping on Preferences screen
  • Tweak theme preference design
  • Tweak FAB size and alignment
  • Fix wrong spacing after checkbox
  • Fix Add Column items jumping and wrong grid result depending on the screen size
  • Fix checkbox check icon alignment

Web

  • Fix gradient overlay, now using css mask-image instead of linear-gradient

PWA

  • Fix navigation bar color based on current theme

Mobile

  • Fix regression on bottom sidebar disappearing
  • Always show preferences button fixed at the bottom right
  • Increase separator / border size so its visible on mobiles

Android

  • Fix column title being cut off
  • Fix wrong issue row alignment
  • Fix theme preference button size due to different font family on android

Desktop

  • Fix regression on tray click handler
  • Exit full screen with Esc
  • Disable "Lock on center" on Linux
  • Show pixelated icon on Linux (help show high quality: #79)

0.42.0

04 Jan 22:58
b8b8c34
Compare
Choose a tag to compare

Changelog

All platforms

  • Show current username instead of brunolemos on TextInput placeholder

Desktop

  • Initial Linux support! (contribute)
  • Allow unmaximize
  • Handle update download states

0.41.1

03 Jan 15:11
82e16b4
Compare
Choose a tag to compare

Changelog

All platforms

  • Remove public_repo permission (no more code or write permission being requested!)
  • Add user:email permission (so DevHub has a way to contact its users if necessary, e.g. security disclosures)

Web

  • Deploy automatically on every tag release using Travis

0.41.0

30 Dec 08:52
d88cbc4
Compare
Choose a tag to compare

Changelog

Desktop

  • First release of the Desktop apps! (#69)
    • macOS and Windows for now
    • Supports Desktop and Menubar mode
    • Automatically deploy to GitHub on new tag releases (using Travis + electron-builder)
    • Auto update apps on new releases
    • Persist window size, position and user preferences

Web

  • Block Product Hunt for now (added Do Not Hunt Me script)

Windows

  • Use shx for cross-platform shell commands

0.40.0

05 Jan 15:03
ed1f774
Compare
Choose a tag to compare

Changelog

All platforms

  • Reduce cache size in half by not saving useless URLs
  • Send less errors to Bugsnag due to quota limit exceeded
  • Pause fetch retries for 5 minutes after an error occurs
  • Queue api requests, wait 300ms before dispatching the next one
  • Respect GitHub X-Poll-Interval header
  • Limit the number of columns to 20
  • Show label at the bottom bar + Overall design tweaks
  • Simplify preferences screen
  • Move Add Column button to the bottom
  • Better handle phablets (bigger phone screens)
  • Fix enhanced commit URL
  • Temporarily delete non-saved old items on refresh
  • Rename Unclear to Restore

Web

  • Fix scrollTo on Firefox and Safari

Mobile (iOS and Android)

  • Fix Splash Screen
  • Close keyboard on tap outside
  • Improve input handling on small screens

iOS

  • Fix SafeAreaView on iOS < 11

Android

  • Use custom JSC with ES6 support and better performance
  • Animate StatusBar color change
  • Fix scrollTo on add column
  • Fix blank screen after removing last column
  • Fix app not showing on home screen
  • Fix release build
  • Fix stuck on SplashScreen after pressing back button

v0.8.0

10 May 21:33
d0ab492
Compare
Choose a tag to compare
v0.8.0 Pre-release
Pre-release

Fixes

  • Firebase sync fixes (e.g. when you created a column on mobile, it would appear on web, but it would never update)
  • Firebase sync optimizations (e.g. stop syncing some some local-only informations)

v0.7.2

08 May 05:30
4dc5c7e
Compare
Choose a tag to compare
v0.7.2 Pre-release
Pre-release

Added

  • [WEB] Favicon badge showing notifications unread count