Skip to content

# Status Desktop - beta.7

Compare
Choose a tag to compare
@iurimatias iurimatias released this 16 Mar 16:34
· 8751 commits to master since this release

Status Desktop - beta.7

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 for users updating from beta.3 or older)

Some things have changed in this release which require removing the data folder. You should also backup this folder if you generated wallet accounts with the desktop app.

Before proceeding 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.

Notes:

  • Ensure your firewall allows the Status Desktop app.

Some Highlights since the previous version:

  • Communities phase 1 (can be found under Profile -> Advanced -> Experimental Features)
  • fix: disable ENS only setting if user has no ENS name
  • Add image cropper ratio
  • Use SVG emojis
  • fix: make the profile icons smooth
  • fix: improve qml bottlenecks
  • fix: fix users being able to see admin popup
  • fix: fix member popup layout and member not showing
  • Fixed login btn pending status in case of invalid password
  • fix: fix left tab line not following height of parent
  • Fixed not showing issue for the profile thumbnail in the suggestion list
  • Fixed onboarding view background image issue on dark mode
  • uiux(StatusChatInput): close text format menu on deletion
  • uiux(StatusChatInput): highlight matching formatting option
  • fix: increase identicon source image size
  • fix(StatusChatInput): exclude markdown indicators from formatting
  • Show login errors on the console
  • docs: add note about Qt version 5.14.2 being mandatory
  • chore: add dummy ListView to ChatMessages to avoid app crash
  • Fixed wrong invite description text color in dark mode
  • Fixed copy button of the invite link in dark mode
  • Fixed wrong color issue of the wallet layout
  • fix: delete mailserver topic on leaving channel
  • fix: fix asset balances on new accounts
  • fix: input html being shown when removing css format
  • fix: fix profile image order since reversing the list order
  • fix: chat identifier / fetch more messages order
  • fix: set hide on close as default
  • fix: fixes the ordering problem on deleting a channel
  • fix(Communities): ensure app remembers hidden community intro banners
  • fix(Communities): make validation on community import work again
  • fix(Communities): ensure importCommunity API returns response
  • fix(Communities): fallback to letter identicon if no image available Communities
  • fix: marking a mailserver as trusted is not necessary as this is done by status-go already
  • fix(Communities): ensure profile popup is hydrated with correct data
  • Update nimbus-build-system version
  • fix(Communities): don't crash on rejoin attempt