arj03 / ssb-browser-demo

A secure scuttlebutt client interface running in the browser
Other
58 stars 11 forks source link

Version 4.2.0 #150

Closed KyleMaas closed 3 years ago

KyleMaas commented 3 years ago

Hokey smokes! I know you mentioned doing final cleanup for a new release, but I didn't realize we had 197 commits since the last release. What else would you like to see done before doing another release?

arj03 commented 3 years ago

Heh, could you help with a list of all the things that have changed from your side of things since last release? I would like to test if the onboarding screen works on mobile (smaller screen).

KyleMaas commented 3 years ago

New features/enhancements:

Bug fixes:

arj03 commented 3 years ago

So about this. I really want to do a release before this weekend. I'll be doing a talk at fosdem about the browser code :-) This also means that I probably don't want to merge bigger things. Currently I'm working on porting over ssb-friends and using that in browser-core. Andre is doing some testing with abouts to see if we can get that nicer.

KyleMaas commented 3 years ago

Good to know. That'll be nice if we can get a working ssb-friends - I've run into things needing that as a dependency before, although I don't remember exactly where. Currently working on the "more reactions" issue. Is there anything else you'd like to see worked on before your talk?

arj03 commented 3 years ago

The extra reactions would be great to get in. Other than that just general testing and fixing minor stuff.

KyleMaas commented 3 years ago

Aye aye, cap'n!

arj03 commented 3 years ago

Another thing I have been wondering is if its possible to include the toast editor like we do with vue so that we don't need to include in the dist bundle. That would save up some time when doing npm run build.

KyleMaas commented 3 years ago

Just gave it a quick try. Does not look like it will function correctly without a bunch of additional work. The toastui-editor file has dependencies like CodeMirror that it tries to pull in and fails.

KyleMaas commented 3 years ago

Did you get a chance to take a look at the Use Offline stuff?

arj03 commented 3 years ago

I think the use offline will have to wait until after the release

KyleMaas commented 3 years ago

Sounds like a plan.

KyleMaas commented 3 years ago

Well, we're up to 253 commits not since that last release.

arj03 commented 3 years ago

Yes, this will be 5.0.0. Coming right up

KyleMaas commented 3 years ago

Cool. Yeah, I suppose with the ssb-friends stuff, a major version bump is probably more appropriate.

KyleMaas commented 3 years ago

As a related aside, do you have a link to the SSB talks? I think I only saw one on the schedule.

KyleMaas commented 3 years ago

Heh...might want to change the "We now use ssb-social-index and ssb-suggest instead of the old custom profiles index" part of the 5.0.0 release. :)

arj03 commented 3 years ago

Sure, its here https://people.iola.dk/anders/fosdem-talk/. The video should be up tomorrow.

arj03 commented 3 years ago

Heh...might want to change the "We now use ssb-social-index and ssb-suggest instead of the old custom profiles index" part of the 5.0.0 release. :)

Right :)