Skip to content

Patchbay v8.0.1

Compare
Choose a tag to compare
@mixmix mixmix released this 16 May 23:50
· 92 commits to master since this release

Amethyst_Gorge-Nicole_Gustafsson

ssb-ahoy !

Patchbay is now launched with ssb-ahoy which allows you to:

  • edit your config before you start the app
  • choose / create identities

Selection_336

This is the change that's responsible for this being a major release. Under the hood it:

  • moves all electron state management out of patchbay
  • moves config selection / building outside of patchbay

For convenience there's now a npm run lite for people who still like running standalone ssb-server in the commandline.

Large File Attachements

Up till now, we've had a 5MB cap on scuttlebutt attachments (blobs). @arj03 has added support to add DAT-based attachments, which means the sky is the limit !

Selection_314

Styling

Styling / design on settings page (the friends pubs feature)

Selection_339

Performance

  • feeds on many major pages now gracefully close their pull-streams when you ask for a refresh/ redraw of the page. This should help with memory usage (pages : /inbox, /posts, /public, /notifications`)