Skip to content

Blaze v2.1.0 ⚡

Compare
Choose a tag to compare
@blenderskool blenderskool released this 12 Nov 09:53
· 163 commits to master since this release
3f5af3e

This update to Blaze brings a bunch of features and improvements thanks to Hacktoberfest 2020 🎉

Introducing Instant Rooms ✨

Rooms are a fundamental concept of Blaze that enables a group of users to share files with each other. Since Blaze allowed user-named rooms, there were situations when unexpected users joined a room just by guessing the name. Instant Rooms reduce these collisions by generating a unique room name which is random yet memorizable. These rooms are guaranteed to
be empty while creation.

Here's a demo

Share room link section

A new section to copy/share room link has been added to encourage the user to share the room link with other devices when the room has less than 2 peers necessary for sharing files.

Other improvements

  • Update title of the page to match room name. Thanks to @omnone
  • Fix shared.txt file being shared when using share targets. Thanks to @cristicismas
  • Show copy link button when web share API is unavailable. Thanks to @abhishek-aa
  • Accessibility fixes of images. Thanks to @RotonEvan
  • Fix social link preview. Thanks to @SreejithNS
  • Improvements to tested browsers list. Thanks to @RedLinus
  • Update modals to close when pressing the escape key. Thanks to @sooster910
  • Add a slide and fade animation to toasts.