Skip to content

Release v0.8.0

Latest
Compare
Choose a tag to compare
@github-actions github-actions released this 15 Aug 16:39

New Features

  • add groundwork for automated DB backups

Bugfixes

  • make s5 auth work if no nodes previously connected to account
  • refresh bsky token when it expires, helps for long running app session
  • s5 already authenticated bug regression fix
  • fix web build regression

Refactors

  • rename storage to secureStorage
  • improve S5 login flow & properly log out s5 now
  • move s5 & bskychat init into msgcore to immediately allow access to db. Speeds up loading times by an order of magnitude
  • move around s5 initialization to ensure app init's correctly
  • change tasks to use neat_periodic_tasks & add db backups on interval

Documentation Changes

  • update readme
  • update readme, add shields
  • add more shileds

Code Style Changes

  • Standardize width limiter across pages. Chat info page significantly improved
  • fix overflow with onscreen keyboard on mobile

Chores

  • add backup entry class to keep track of old entries
  • improve db registry entry handling
  • bump version to v0.8.0