New Bitshares BEET release is out: 
https://github.com/bitshares/beet/releases/tag/v0.16.0* Migrated from Vue 2 to Vue 3
  * Now utilizing the composition API
  * Easier to maintain moving forwards by implementing latest Vue technology
* Introduced new features
  * Timed-one-time-passcode (TOTP) based deeplink Beet prompts (example usage)
  * Raw deeplink Beet prompts (example usage)
  * Add QR code based Beet prompts
     * Scan, copy/paste and upload QR codes for broadcasting Bitshares operations to the network.
     * Example QR code usage
  * Support memo & memo encryption in Bitshares transfers
  * Introduced socket.io functionality in place of old websocket system.
  * Swapped bootstrap for balm ui
  * Improvements to build ops - build for additional operating systems.
  * Beet-js updated to support new features
  * Supports additional languages
     * Danish, Spanish, Estonian, French, Italian, Japanese, Korean, Portugese and Thai (machine translated)
  * Changes to Beet prompts
    * Launches a separate window
    * Supports all Bitshares operations
  * Improvements to UX
    * Create multiple Beet wallets
    * Add Bitshares accounts via cloud pass and bin import
    * Replace footer menu with dropdown accordion menu
    * Create system notifications when warning or alerting the user.
    * Adhere to Beet branding and colour scheme
    * Create dedicated pages for settings, backup and linked dapps.
  * Improvements to security
    * Add decentralized 'account warn list' controlled by the Bitshares committee which provides warning if interacting with malicious accounts.
    * Uplift package versions
    * Replaced packages
    * Beet prompts are highly isolated from the wallet and from other Beet prompts.
  * Performance improvements
    * Avoid duplicate blockchain connections
    * Ping test blockchain nodes, ensure use of fastest node.
    * Switches between blockchains more smoothly
    * Introduced blockchain lookup timeouts to avoid broken nodes disrupting interactivity.
    * Refactored backend API lookup functions
  * Bug fixes
    * Wallet inactivity timeout reintroduced
    * Avoid adding duplicate accounts to one Beet wallet
    * Enable creating multiple Beet wallets
    * Resolve eslint warnings/errors
    * Remove invalid blockchain nodes