Skip to content

0.40.0

Compare
Choose a tag to compare
@brunolemos brunolemos released this 05 Jan 15:03
· 1633 commits to master since this release
ed1f774

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