Skip to content

0.98.2

Compare
Choose a tag to compare
@brunolemos brunolemos released this 31 Oct 04:28
· 355 commits to master since this release
c91a88c

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