Skip to content

# Status Desktop - beta.6

Compare
Choose a tag to compare
@iurimatias iurimatias released this 23 Feb 22:36
· 8875 commits to master since this release

Status Desktop - beta.6

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:

  • Improved compact mode
  • Compact mode is now the default
  • Improve performance switching channels
  • Improved start chat dialog
  • Improved input with support for markdown and formated text
  • New Dark theme colors
  • fix: loading indicator for sticker market
  • fix: add contact using status ens name
  • fix: make mentions with nicknames work the same as mobile
  • fix: adding padding to avoid having the identicon cut in suggestion box
  • Fix channel scroll issues + errorSound
  • fix(Chat): ensure correct contact username is shown
  • feat(MessageContextMenu): add copy link actions
  • fix: don't estimate gas before when displaying sticker packs
  • feat: use stacklayout for chat messages
  • fix: minimize on close
  • fix: message height taking into account the image even when hidden
  • feat: hide fetch old messages after 30 days
  • chore: update status-go version and update mailservers api
  • fix: fix mention not being removed
  • fix: fix texts to use secondaryText instead of darkGrey
  • fix: make reactions in 1-on-1 chats work
  • fix: set default language
  • fix: update image when switching account on login
  • fix: appSettings were being overwritten due to defaultAppSettings periodically executing sync()
  • Only translate to languages fully supported
  • fix: TLS verification
  • fix: Disable ListenAddr as it is not necessary for running status-desktop
  • Fix QML warnings
  • Fix invite to use new API and remove the double msg send
  • refactor: Move TimelineLayout into Component to improve performance
  • Adjusted compass tab icon size and badge border color
  • chore: Add Wallet Model QML API documentation
  • Hide notifications on app open
  • chore: improve channel switch perf
  • Truncate long 3 words name
  • Fixed an issue that doesn't update one2one chatview name when unassign nickname from the contact
  • fix: fix top bar menu position
  • feat(StatusChatInput): introduce context menu to format message
  • Fixed showing wrong ensname on one2one chat profile modal
  • Fixed issue doesn't show nickname on profileview in 1:1 chat
  • fix: ensure application uses correct system tray icon when bootstrapping
  • Adjusted confirm button wrong style
  • Adjusted padding and margin of the StatusTooltip component as design
  • feat: add tooltip with the message timestamp when hovering the chat time
  • fix: hover state on compact messages
  • Show chat image and username again after a couple of minutes in chat
  • fix: remove format on text
  • refactor: introduce LoadingAnimation for reusability
  • fix: make sure context menu receives correct channel index
  • refactor: redesign PrivateChatPopup to match new designs
  • Resolved fixed width issue of profile setting's left panel items.
  • fix: populate suggestion box with all users from the message list
  • fix: fix channel list disappearing with only one channel
  • fix(SetCurrencyModal): fix callstack size exceeded error
  • fix: fix QML errors
  • refactor(ContactsContainer): make use of NoFriendsRectangle
  • build: set QT_QPA_PLATFORM in AppRun of packaged builds for Linux
  • build: pass -extra-plugins=platforms/ cli flag to linuxdeployqt
  • refactor(Notifications): turn reset button into link-like element
  • uiux(StatusTimeline): fix send button look & feel
  • fix: Don't quit the app when clicking on "x" and Enable closing the app with CMD + W
  • fix: do not use a loading indicator for identicons
  • fix(StatusWalletColorSelect): fix reference error
  • chore: update arrow-right icon
  • fix(ProfilePopup): make unblocking contacts/users work
  • refactor: replace StyledButton with StatusButton
  • fix(StatusButton): fix UI issues with component
  • refactor: replace custom buttons with StatusRoundButton
  • fix(StatusRoundButton): enable and correct hover on component
  • fix(Profile): ensure invite friends link is rendered
  • Fixed dismissing issue when update contact's profile
  • feat(StatusChatInput): render formatted text inside input
  • feat(StatusChatInput): make text input formatting work via shortcuts
  • Updated showing wrong password exception
  • refactor(ChannelContextMenu): remove dependency on active channel
  • Updated gen key button style
  • Updated selection color of the chat input box as the design
  • feat: request older status updates
  • uiux(StatusIconTabButton): change cursor on component hover
  • uiux: adjust hover color for menu items in profile and channel list
  • Updated profile settings icon color
  • chore: remove unneeded file from the root of the repo
  • fix: inside packaged macOS builds 'OPEN ME.webloc' should be a file not a symlink
  • fix: fix slider sliding when using the mouse scroll
  • Fix muted chats not working in profile and fix privacy settings style
  • feat: improve contact list clicks and hovers
  • Fix mention having no active index and enable inserting using tab
  • refactor: introduce ChannelContextMenu component
  • fix(StatusChatInfo): ensure component width is calculated properly
  • Fixed filtering contacts issue on when create new chat
  • fix: fix channel not updating on new messages
  • Updated group naming functionality.