Skip to content

Status Desktop - beta.8

Compare
Choose a tag to compare
@iurimatias iurimatias released this 13 Apr 17:37
· 8881 commits to master since this release

new: please see Update instructions

Status Desktop - beta.8

Please note that this version is a beta meant for testing purposes by core contributors and the community. It's not meant for real use and makes no claims of security or integrity of funds or data in these builds.

Please report issues/bugs in the #status-desktop channel or via:

https://github.com/status-im/status-desktop/issues

macOS users: after you open Status.dmg and copy Status.app to the Applications folder, you will need to "right click -> open" when running it for the first time (due to new Apple requirements for notarization). You may need to "right click -> open" twice.

Update Instructions (Important)

If you have been using older betas for a while you might experience some slowdowns, It's highly recommended to remove the data folder and re-import/sync the account to start over with this beta. You'll experience a much faster & snappier app.
You should backup this folder & seed phrase before removing it.

Before proceeding also backup your seed phrase:
-> Profile -> Privacy and Security -> Backup Seed Phrase

Next steps:

  • on macOS:
    • Open the Finder, in its menu click "Go" and select "Go To Folder..." and enter ~/Library/Application Support/Status.
    • Backup this folder somewhere else if you need it.
    • After backup, remove the folder and copy Status.app from the opened Status.dmg to the Applications folder.
  • on Linux: backup the ~/.config/Status directory if you need it, then delete it.
  • on Windows:
    • Press the Start button, select Run (or Windows Key + R) and type: %LOCALAPPDATA%\Status.
    • Backup this folder somewhere else if you need it.
    • After backup, remove the folder and move the unzipped Status folder to your preferred location.

Then upon starting the app you can re-import your seed phrase and sync with the mobile app. (profile -> device settings)

Notes:

  • Ensure your firewall allows the Status Desktop app.

Some Highlights since the previous version:

  • New Light & Dark theme
  • Multiple UI fixes & improvements
  • Fixes & improvements to communities
  • Massive Improvements in working with threads (which should fix most crashes)
  • fix leaving group chats
  • group chat spam fixes:
    • decline group chats invites from users that are not contacts
    • automatically remove group chats from non-contacts\
  • feat: implement new dark theme colors for menu and more
  • feat: remove all remaining spawnAndSends
  • feat: highlite mentions in the chat input as well
  • fix: fix community button staying active when clicking on a new section
  • CI - Lower number of artifacts kept ci
  • Fix multiple tooltip issues
  • update language modal
  • fix: fix unable to write to invite only community channels
  • fix: enforce locale provided by appSettings
  • fix(Wallet): prevent signing phrase from leaking out of modal
  • fix: custom token validation for non-token addresses
  • fix typos and switch statement string literals
  • Revert "fix: increase min width to alleviate overlaps"
  • remove various titles from profile sections
  • hide reactions and replies when the message is a transaction
  • fix(Login): make addresses in account list work in dark mode
  • fix(Timeline): remove "fetch more" fake message
  • fix(StatusChatInput): fix text area alignment so it doesn't jump
  • fix: increase min width to alleviate overlaps
  • fix: fix communities not showing the letter identicon correctly
  • Fix mentions not showing correctly
  • ens section fixes
  • fix(Chat): ensure chat reply separator doesn't leak into message
  • fix(Chat): align emojis within chat inputs properly
  • fix(Chat): disable HoverHandler when profile popup or context menu ar…
  • fix: fix settings not being refetched when they had been edited before
  • refactor: make add new contact modal looks the same as new chat modal
  • feat(PrivateChatPopupSearchResults): introduce reset() and config API
  • fix(Contacts): ensure app doesn't crash when contact can't be resolved
  • fix(Separator): ensure custom color works as expected
  • fix: ensure lists and radio button groups look concise throughout app
  • fix(StatusRadioButtonRow): ensure checked state is propagated properly
  • chore: hide edit community button until the feature is implemented
  • feat(Communities): open member profile on memberlist click
  • feat: stickers spawnAndSend to threadpool task
  • uiux(Profile): adjust layout max width of profile sections
  • fix default mode
  • fix: fix appSetting not defined by removing sounds from login
  • fix(Chat): don't render "Copy Link" menu item if not desired
  • fix: enforce compact mode
  • feat(Separator): enabled custom separator height
  • feat(PopupMenu): introduce danger type for actions
  • fix(libstatus): add safety check before accessing API response
  • refactor(Communities): make member list look as intended
  • refactor(Contacts): make use of StatusContextMenuButton
  • feat: introduce new StatusContextMenuButton component