Skip to content

0.98.0

Compare
Choose a tag to compare
@brunolemos brunolemos released this 27 Oct 09:04
· 393 commits to master since this release
3710bd2

This version contains lot's of improvements to the Bookmark feature and a new Pricing, with generous discounts for the 3-monthly and 6-monthly plans.

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)

    image

  • [All] New quick way to see all bookmarked items per column:

    image

  • [Desktop] Custom title bar to match dark mode colors (Windows and Linux)

    image

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 reason filter on Windows trying to open an external application
  • [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)