Skip to content
This repository has been archived by the owner on May 18, 2022. It is now read-only.

Releases: arj03/ssb-browser-demo

5.1.0

08 Feb 12:29
Compare
Choose a tag to compare
  • Make hops in settings work
  • A lot of minor fixes to mobile
  • ssb-friends bugfix
  • Show more detailed follow / blocking information on profile page
  • Lots of tweaks to groups
  • Add offline mode
  • Go to profile by name in search
  • Go to channel in search
  • In general much better channel support

5.0.0

05 Feb 18:14
Compare
Choose a tag to compare

New features/enhancements:

  • New groups tab
  • New Channels tab
  • New Settings tab
  • Themes
  • Filter preferences on the Public tab are saved
  • New filter for favorite channels
  • New filter for channels to hide
  • Public messages can now be posted to a channel
  • Connections now shows peers by name
  • New onboarding screen
  • User-friendly Markdown editor
  • Profile pages now have "Send Message" buttons
  • Channels can now be replied to directly
  • Internationalization support
  • Japanese translation
  • Pirate translation
  • Allow for message titles in Public messages
  • Autorefresh feature for Public messages
  • Include replies to threads in Notifications
  • Suggest profile names when typing @ in an editor
  • When a user is blocked, we now delete their messages from the database
  • When easily available, thread titles are displayed for reply messages
  • We now use ssb-friends instead of the old custom profiles index

Bug fixes:

  • Lots of performance optimizations from arj03
  • Clicking Disconnect now forgets connections so they don't try to reconnect
  • When changing pages, the page title is updated, making browser history useful for back/forward
  • Update dependencies
  • Multiple fixes for pagination
  • Display error to user if they exceed message size limits, rather than just failing on the console
  • Get rid of the chloride errors which always showed up on page load

Add reactions

15 Jan 22:05
Compare
Choose a tag to compare
  • Add ability to add reactions to posts
  • Add fav icon
  • Add link to pubs in connections screen
  • ooo fixes
  • Better images when no profile pic

SSB-DB2

05 Jan 11:13
Compare
Choose a tag to compare

This release updates ssb-browser-core to 6.0.0 which features ssb-db2. This also includes a vastly upgraded jitdb so queries and much simpler now.

Rooms support

18 Oct 11:40
07d219e
Compare
Choose a tag to compare

This makes ssb browser demo behave a lot like other clients by using ssb conn for connections to multiple peers and rooms support for p2p connections. The log format has changed from flumelog-aligned-offset to the faster async-flumelog. A manual upgrade is needed.

Faster initial sync

09 Sep 08:11
Compare
Choose a tag to compare

Upgrade browser core for much faster initial sync

Minor fixes

19 Aug 21:41
Compare
Choose a tag to compare

Lots of tiny fixes to make the client a lot more usable

Partial replication

15 Aug 18:53
ffb646a
Compare
Choose a tag to compare

This version is a major rewrite of the core module that underpins the ssb browser demo. The database backend has been rewritten to use jitdb and a custom single index optimized for performance. This allows one to get much closer to a normal ssb client, where you download the full contact graph including blocked contacts and about messages for profiles.

This release adds backlinks on messages and showing forks of threads. Furthermore it properly handles blocked contacts.

Sadly this also means that peer invites had to go, for now at least. I have also removed the collaboration feature, mostly because it was a fun experiment and didn't want the client to become a big kitchen sink of features.

Fix Chrome

21 Apr 20:14
Compare
Choose a tag to compare

Fix for Chrome not saving data

Add collaboration feature

08 Apr 20:21
Compare
Choose a tag to compare

As a host, one can start a session where multiple people can collaborate on a document together and export the document as markdown (to be posted on ssb).