Releases: bitshares/beet
Releases · bitshares/beet
v0.17.1
Release Notes
Binaries for download
Platform | SHA256 Checksum |
---|---|
Microsoft Windows | 9a05ede14211140faef59d4bdee21e0d8f8daff5787538be100fed1455c691f7 |
MacOS | 1149ac3e4d921c9366cea23737515a4ad69207a5510c6f407ddefaeaee702d23 |
Linux Deb | 0abc6f16ce46c218a2a52d7e6fdae32a25bb889feee4e23da3701a20d28976e9 |
Linux AppImage | 96c2d69b51cea170fc2bdfb7aa3deb20628e6b721d740fee14b1af7ae5205fa9 |
EXE blockmap | b0d8247ed76b1669dde7ed5d450ac73246f6b82c10bac034e293857307c16f3d |
Latest.yml | 286b2f5932d56f257c1e6f11f7cc748a06b0035590f23afad8714fd80ba0ef27 |
v0.17.0
Release Notes
Binaries for download
Platform | SHA256 Checksum |
---|---|
Microsoft Windows | 84a074cbd2622ee969d0ae2b2ec198fbe30028628a1c802fcf35f46e9c9ac60e |
MacOS | 29f67a744c49c51e55a9d651332dd3adbd05398d6632540532cae315c69b8ad5 |
Linux Deb | 11dd99e6779b8ef8078869f398ce0859551335fa732cdae1b43f996f0b6e9d34 |
Linux AppImage | bccd1122828c28a78fc4e73bfaee6873205fe241acd9ca9aea3231ea5b810323 |
EXE blockmap | b62668e868ad9a761b83ba57a4d97a7e353f5410ca77a9fc4de2cc4f09e0919a |
Latest.yml | bcd6e3100a68d552d309cb6c3451436c540abf63789d4efcc96f04838e94a8c8 |
v0.17.0-rc2
Release Notes
Binaries for download
Platform | SHA256 Checksum |
---|---|
Microsoft Windows | f8f6a19ab552da0baae520045f05ff3a031c9ad617cfbcbd943290e74f6167a8 |
MacOS | cc587b5d963a6852df5785328108e5909a41cb7def8059215da5ac50314714d9 |
Linux Deb | 30eb0f71c9a2dfa63bdb9c76a026c0202a8ff466b9f7b79d2323ac44a6354cf9 |
Linux AppImage | 66eb0d586f63a78b4656857c96ed73c4287c7ab11e9e3bba8f610b80865b7c9c |
EXE blockmap | 1962cb421db814de6e086a270bdb23b32d4d4419050ce14064183189041ada5d |
Latest.yml | 3d8add2c2b38059d82ac271b51f51e7b3c287cd8f6df4267dd2b5e5af4b9577c |
v0.17.0-rc1
Release Notes
Binaries for download
Platform | SHA256 Checksum |
---|---|
Microsoft Windows | 993664f469f4f6e367d362290aee8817b476b503bc8d793def1b5841904af0fc |
MacOS | 4cad72183c05745c40204c0ad5ac04e745fcfdb53968849800a2f3f8298661dc |
Linux Deb | db4d719ef91e42c31dfdd26baba66479bb9f46225f81429cb23a48897ca991af |
Linux AppImage | b5262f7cf20f526fcec4b7f44ffe5266151de1f02d388b199b1fa73048f282af |
EXE blockmap | 295d8009da0a19dfacbc8b690ad9b8256028f9decf150b5689b31bf1748d309f |
Latest.yml | 104e01ffacf0fe94e10356c7120ea828a12865f8011cc261254ecec2480a07d0 |
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
Binaries for download
Platform | SHA256 Checksum |
---|---|
Microsoft Windows | c825132c563c1de7a5430b8ccfa27916e39ea01474953cc793b31abafe14b841 |
MacOS | 692c861c211a9f35ab4110cb831595f3318a74d869e167412b5e3d6683a1d41a |
Linux Deb | 9ea89fccdb62471f5908e32ab451a5bf7827d00690c154b6f77a6215283d7f87 |
Linux AppImage | 047ed68381f5e6c4c0d1e992215d997f55e796091adf9336029489b8905de279 |
EXE blockmap | 9c18f2e250f2e9a4c4d835df0bc29fba959cb1a99d7085e52aac287688a65e57 |
Latest.yml | 0ab0b1177dfd75ed433335e146715e4a9354914315d97499cb713aaa395250f1 |
What's Changed
- change clone command by @oxarbitrage in #136
- Major scaffolding refactor in preparation for beta by @clockworkgr in #139
- Merging master back into develop. by @clockworkgr in #142
- Update BTS mainnet and testnet Nodes by @iamredbar in #160
- Update beet.cert by @sschiessl-bcp in #167
- Add support for TUSC blockchain (BitShares fork) by @sschiessl-bcp in #175
- Package updates by @abitmore in #181
- Fix relink by @grctest in #186
- Transfer prompt improvements (block list warning + memo handling + i18n fixes) by @grctest in #189
- Merge master back into develop by @abitmore in #199
- Merge master branch back into develop by @abitmore in #200
- Merge master branch back into develop by @abitmore in #203
- Merge master branch back into develop by @abitmore in #204
- Update readme by @grctest in #195
- Github workflow action for building & releasing Bitshares beet by @grctest in #192
- Rebased PR #213 by @grctest in #219
- rebasing 207 + 211 in new pr by @grctest in #222
- Prompt UX improvements by @grctest in #226
- Introduce raw deeplink functionality by @grctest in #228
- Fix Bitshares bin import component by @grctest in #230
- Extra languages by @grctest in #232
- Bump terser from 5.14.1 to 5.15.0 by @dependabot in #202
New Contributors
- @iamredbar made their first contribution in #160
- @grctest made their first contribution in #181
- @dependabot made their first contribution in #202
Full Changelog: v0.12.0...v0.16.0
Release Candidate v0.15.0-rc1 - Use at your own risk
Attention, this is a release candidate, use at your own risk
Release Notes
Binaries for download
Platform | SHA256 Checksum |
---|---|
Microsoft Windows | ec86e5e9fac0bf8db4232ae70386d95543230c439fb9dede7daf9b18056847b8 |
MacOS | b5849cf2fef829df85f51ce0854f0782559b9caae60690dbcc509a10fc9238b5 |
Linux Deb | 74ad750e62d914e8fbd848a67446b91923b0e36c49906284dc0a838f010da5ce |
Linux AppImage | 6b30eb2748a5e47a4c0c90015ea8a33e5f47937e16c7213b7719944cb910c07b |
EXE blockmap | 12d7ddb956d4ccb8003d4866c1fb8b973de8ab5a454a23c1c48b3244b3569bab |
Latest.yml | 420649c364a0e05456707da4683b4bc6fc122542e42c9aa438beef93f8b64385 |
Beet Installer v0.13.0-rc1
Development build for testing
Beet Installer v0.12.0
This is the official Beet v0.12.0 release.
This release is based on a new version of electron and has a completely new build flow.
Best to uninstall any previous versions prior to installing.
Please report any issues.
v0.11.1-rc-18681c3848a8832371d7af8a5b28b8d23c0f9a64
This is a Release Candidate Beet build. Contains new features but may also contain bugs.
v0.6.8
- fix certificate
- add node selection