Skip to content

Releases: ssbc/patchbay

Patchbay v8.1.0

16 Jul 23:23
Compare
Choose a tag to compare

release notes to follow

Known bugs :

  • initial sync works, but the launch from that doesn't. quit out and come back in for a normal launch
  • in windows @-mentions seem to explode the app. try waiting a few minutes for mentions cache to load?
  • icon isn't quite right on mac

Patchbay v8.0.1

16 May 23:50
Compare
Choose a tag to compare

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`)

Patchbay v7.17.0

11 May 02:41
Compare
Choose a tag to compare

956_isd_Plains

New Features:

Selection_332

Spell checker - localisable to common languages supported by chrome.

Selection_333

Context menu tools - right click on cypher content to access a bunch of tidy new options

v7.16.2

17 Apr 23:33
Compare
Choose a tag to compare

Patchbay v7.16.2

Selection_308

Release notes

Books

patchbay-book got a major overhaul. The core was completely rewritten to make it nicer to work with and the UI have some features added, such as ability to see who has read a book from the list view, your review, the ability to annotate a book number of pages and more.

scuttle-book-card

Connection control

It is now possible to better define who and how you connect to. In settings you can now choose to only connect to pubs run by your friends or yourself. And it is possible to only connect to pubs and other nodes over only tor, to hide your IP. This also works with tor-browser, so you don't need to have the tor dæmon installed.

ssb-friend-tor

Revealing private messages

It is now possible to read previously private messages that have been posted with an unbox key to enable others to read the conversations.

Invites

you can now use pub invites in the /network page

image

Security patches

some security patches were rolled out for some back end modules (ssb-server)

v7.16.1

28 Jan 03:44
Compare
Choose a tag to compare

Patchbay v7.16.1

image

Release notes

  • built on ssb-server@14
  • scry
    • better notifications
    • markdown rendering of description
  • dark-crystal
    • version 2 sharding - improves ability to know when your secret has been successfully recovered (and isn't just random text!)
    • forwarding - you can now pass shards you're holding on to another account, so that if a person loses their primary device their shards are not lost
  • mentions
    • rebuilt on @mmckegg 's code, exctracted into modules ssb-about and ssb-suggest
    • guaranteed to include all people you follow in mentions options
    • faster
  • settings
    • added a section which tells you which version of patchbay installer you're using!

testing scuttle-shell installers

09 Jan 05:09
Compare
Choose a tag to compare
Pre-release

these are alpha builds that use scuttle-shell

feedback on scuttlebutt most welcome - if it works or doesn't work I'd love to know. chuck something in #patchbay and give @mixmix a mention <3

v7.15.6

04 Dec 03:20
Compare
Choose a tag to compare

wall-of-roots-magic

Release notes

  • new /network page which shows how many messages have been received over the last day
    selection_190
  • /inbox page now shows threads in bold when there are unread notifications
  • make /calendar work better on small screens
  • upgrade ssb-markdown and add syntax highlighting

v7.15.2 (scuttle-shell alpha)

08 Nov 03:54
Compare
Choose a tag to compare
Pre-release

shell

A first pass at building installers for all platforms using scuttle-shell

Please post bugs and feedback in the #patchbay channel on scuttlebutt and mention mix

v7.15.1

31 Oct 01:20
Compare
Choose a tag to compare

small fixes

v7.15.0

11 Oct 02:38
Compare
Choose a tag to compare

New Features

Scry

image

Find a time for a meeting with this new feature.
Once it's finished you can easily launch a gathering based of those times
(design lifted from doodle.com)

Gatherings

image

Gatherings got an upgrade (visually and in the back end methods):

  • you can now publish private gatherings encrypted to you and up to 6 others
  • updates to the gathering double as notifications to those currently attending

Chess

  • Resigning now requires confirmation (in case of mouse slips.)
  • People you can invite to play chess is now sorted by how often you play them in the 'invites' tab. You can also invite people who aren't following you back.
  • Some small performance improvements

Post Rank

  • A small educational experiment for the algosov summit where the one is in control of how posts are ranked and can see the effect that algorithms might have on people.

Minor changes

  • Add ability to toggle web viewer visibility
  • Better performance 1, 2