Skip to content

0.1.5

Compare
Choose a tag to compare
@WanderingHogan WanderingHogan released this 19 May 23:08
· 638 commits to dev since this release
b2c28cc

UI Updates:
• Files now preview in-app rather than in a pop-out.
• The update message no longer shows when there is no update available (Mac and Windows)
• Users now receive an alert when they reach the maximum message length of 1024 characters.
• Adjustments have been made to ensure long file names are no longer cut off on the third row.
• The app now prevents users from creating a folder with no name, and users are now alerted when they reach the maximum of 64 characters in a folder name.
• When editing messages, the app no longer places users on a new line.
• We have improved the responsiveness of the settings area.
• Translations for European Portuguese and Spanish have been updated.

Linux (Debian):
• Fixed an issue where dependencies were not declared in the Debian control file, causing the install not to work if you did not already have those dependencies.

Windows:
• Fixed Microsoft Edge WebView bug, which prevented a lot of users from logging in or returning. The overlay feature caused this, so that has been removed for further testing.

Warp (decentralized backend):
• Addressed issue where sometimes discovering other user names/basic info failed
• Exposed the fs-ipfs used and max space for the frontend to use
• Return a stream when sending attachments so we can add transfer info to UI later
• Added basic thumbnail getters to fs-ipfs (so we can show file previews inline, or where we show small images to reduce network transfer when not needed) made available to the UI