Releases: arj03/ssb-browser-demo
5.1.0
- 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
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
- 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
Rooms support
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
Upgrade browser core for much faster initial sync
Minor fixes
Lots of tiny fixes to make the client a lot more usable
Partial replication
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
Fix for Chrome not saving data
Add collaboration feature
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).