Skip to content

Release v0.2.8

Compare
Choose a tag to compare
@github-actions github-actions released this 15 Oct 18:30
f418ed1

[0.2.8] - 15/10/2021

Added

  • Added button to copy log file to desktop when global error is shown
  • Members on community now also added by signals

Changed

  • New Flux logo's!
  • Renamed application name from Junto -> Flux where applicable
  • Loading screen now uses flux wordmark
  • Cache service now uses levelDB
  • Store now only saves array of did's for user instead of entire profile data to save bloating the store
  • Logo's and animations now use flux design

Deprecated

Removed

  • Old files & images
  • Member & group expression workers removed and replaced with single gql call on community route change
  • Logout option

Fixed

  • Global variables now used for all places where worker polling happens and poll delay used
  • MessageView now only tries to load unique did profiles for expression messages and not duplicate agents
  • Now correctly using thumbnail for rendering profile images on messages
  • Added id to expression worker loops to avoid duplicate getExpression calls when resolving signals / links
  • Home channel now shows correct name in Channel header information

Security