Skip to content

Releases: bitshares/bitshares-core

GUI Release 2.0.160702

02 Jul 21:28
Compare
Choose a tag to compare

2.0.160703 binaries are bug fix releases that fix an issue with backup restoration.

New features

  • Api code moved to new graphenejs-ws library
  • Crypto and blockchain state code moved to graphenejs-lib library
  • Add OPEN.MKR deposit/withdrawal
  • Limit chat messages to 140 characters
  • Refactor MyMarkets selection to tabbed layout
  • Remove MetaEx deposits, add warning and link
  • Add OpenLedger deposit/withdrawal support for Omni & related coins (USDT, EURT)
  • Updated header layout, new dropdown menu
  • Add lightning bolt to indicate lifetime members
  • Refactor Deposit/Withdraw tabs to a dropdown selection
  • Modify OpenOrders layout, use x icon for Cancel order
  • Big refactor of the Settings page to more friendly layout
  • Hide advanced features by default

Bug fixes

  • Display 'New wallet' button for users with only one wallet
  • Fix light wallet local file loading, use data-urls for some pngs
  • Remove back call on wallet deletion
  • Update electron version
  • Center-align the advanced features button
  • Fix backup restore submit button
  • Fix api error redirection
  • Fix Backup restore accept button close #858
  • Fix initError loading issues and layout
  • Update several packages to newer versions
  • Remove brainkey dictionary from app.js and load async instead
  • Refactor language selection to fetch language files async on demand
  • Improve build routine, reduce filesize
  • Fix cancel button font color in WebSocketAddModal
  • Fix buttons with invisible text
  • Improve Exchange fee asset selection
  • Disable chat in Safari
  • Use 8 decimal prices for assets like BTC in markets list
  • Make sure a valid price history bucket size is selected on load
  • Improve visibility of Buy/Sell fee selector
  • Improve initial load of AccountStore, should fix #827
  • Update default markets
  • Remove 'Ignore' button in AccountLeftPanel
  • Lowercase account names in DashboardList, change filter style and text

GUI Release 2.0.160524b

28 May 08:20
Compare
Choose a tag to compare

2.0.160524b is a bug fix release that addresses a bug in the deposit/withdraw page, and adds OPEN.LISK to supported coins for Openledger.

New features

  • Improvements to account creation and wallet creation pages
  • Improvements to wallet management
  • Update several 3rd party libraries
  • Add Lisk symbol and OPEN.LISK to dashboard, homogenize icon sizes

Bug fixes

  • Fix tooltip bug causing the screen to scroll to the top
  • Add some padding to Dashboard sides
  • Allow Transfer page recent history to take full height
  • Change purple link/button color to blue
  • Fix unrestrained icon height issues in the dashboard
  • Scroll the Chat to the bottom if the footer visibility changes
  • Chinese translation updates
  • Fix Chatbox not scrolling to bottom on new messages
  • Fix a bug that made the cli_wallet unable to decode GUI memos
  • Fix the BlockTrades gateway, which was not validating withdrawal addresses correctly

GUI Release 2.0.160514

14 May 08:29
Compare
Choose a tag to compare

New features

  • Simple p2p chat history
  • More improvements to the deposit/withdraw screens
  • Make trollbox dockable on right side
  • Use separate support addresses for OpenLedger and BlockTrades deposits
  • Add OPEN.ETH:OPEN.DAO market to featured markets

Bug fixes

  • Fix Settings page issue with chat disable
  • Fix settings page causing the GUI to freeze (#842)
  • Improvements to trollbox server to ensure uptime
  • Fix chatbox select box height (thanks to nmywn)
  • Turkish translation updates
  • Add some filtering to BlockTrades coins to prevent errors
  • Separate price and volume slightly in PriceChart, adjust colors
  • Improve depth chart zoom level
  • Improve Footer hide behaviour
  • Fix trollbox mem leak and connection counter, improve error handling #844
  • Update packages: react to 15.0.2, react-highcharts, fix breaking changes
  • Fix an AccountSelector bug causing name resets while typing

GUI Release 2.0.160504

04 May 18:23
Compare
Choose a tag to compare

New features

  • Trollbox has been added (with tipping!)
  • Revamped deposit/withdraw for Blocktrades/Openledger
  • Add and show more 'Featured Markets'
  • Transaction filtering in recent transactions lists

Bug fixes

  • Chinese and Turkish translation updates
  • Increase grid-container max-width to 70rem
  • Change CCEDK in deposit/withdraw to Openledger
  • Format MarketCard volumes, add some spacing
  • Improve volume formatting
  • Show more decimals for BTC equivalent balance values
  • Show market name in AccountOverview asset popover market link
  • Fix AccountPermissions width issue

Some more details can be found here:
https://steemit.com/bitshares/@svk/bitshares-gui-release-2

GUI Release 2.0.160428

29 Apr 16:04
Compare
Choose a tag to compare

New features

  • Enable OPEN.DGD deposits and withdrawals
  • Add 'Featured Markets' to Home page, change page layout
  • Add timestamp to backup names
  • Enable the account selector on the Deposit/Withdraw page
  • Restore Deposit/Withdraw to AccountLeftPanel, add 'Advanced' subheader
  • Always show header account selector
  • Account selector icon is now clickable and takes you to the account
  • Always show 'Home' button in header

Bug fixes

  • Fix Safari load issues
  • Chinese translation updates
  • Fix InitError dropdown not displaying correct entry
  • Chinese translation updates
  • Fix TotalBalance tooltip when borrowing small amounts
  • Replace n/a with 'No price available'
  • Fix Asset popover title color, adjust some text
  • Tweak some light-theme font colors

GUI Release 2.0.160420

20 Apr 23:35
Compare
Choose a tag to compare

New features

  • Allow fees for order cancellation and shorting to be paid in assets other than BTS
  • Enable OPEN.STEEM deposits and withdrawals

Bug fixes

  • Turkish translation updates
  • Improve localStorage wrapper methods
  • Blocktrades display fix

Notes

Two new developers had commits accepted into this release: destenson and rulatir, and nmywn also continues to make useful contributions. Their efforts are much appreciated!

GUI Release

06 Apr 21:18
Compare
Choose a tag to compare

New features

  • Display required approvals as percent for multi-sig with threshold higher than 10
  • Add asset description to AssetName tooltip
  • Add 'bit' prefix to bit assets, remove *, use smaller prefix for OPEN, TRADE and METAEX assets

Bug fixes

  • Sorting public keys by their converted address (per witness_node logic). #795
  • Bug in BuySell fee asset selection
  • Show account names as links in account permissions list #790
  • Fix account selector issue
  • Add warning about precision on asset creation #756
  • Fix tooltips not appearing over modals
  • Allow account upgrade, voting, permission changes and withdrawals to be paid in assets other than BTS if necessary #786

GUI 2.0.160330

31 Mar 01:02
Compare
Choose a tag to compare

NEW FEATURES:

  • Proposed transactions
  • Add a 'Reset settings' button to Settings and InitError page
  • Split workers table into proposed and active workers
  • Remove negative votes
  • Add set of known proxies, add lists of active witnesses and cm's to voting pages
  • Add name replace for asset symbols in fee selection dropdown
  • Improve worker approve/reject logic and add status coloring
  • Add explanation of vesting balances
  • Add memo support to asset issue modal and display memos in Operation/Transaction

BUG FIXES:

  • Language settings not persisting in light client
  • Fix some bugs and typos in AccountStore authority check
  • In serializer for transactions, sort addresses and public keys in descending order
  • Handle nested authorities for hierarchical multi-sig
  • Set new accounts voting proxy to 'proxy-to-self' account #700
  • Improve RecentTransactions sorting function #793
  • Add Settings link to mobile menu #759
  • Make sure negative votes are removed when updating votes #798
  • Fix vesting balance styling #722
  • Fix init loader white background
  • Fix orderbook onClick not syncing after order has filled #768
  • Translate csv and tooltip and move closer to title #780

BitShares 2.0.160328

28 Mar 20:18
Compare
Choose a tag to compare

All full nodes will be required to upgrade to this release by Mon Apr 4 17:00:00 UTC 2016.

Bugfixes

  • Fix an incorrect asset ID returned by cli_wallet for non-BTS vesting balances #625
  • Fix a bug causing multisig to (incorrectly) fail in some cases #631
  • Restore p2p shutdown logic fix which was unintentionally excluded from the previous release #598 #637
  • Restore extension serialization fix which was unintentionally excluded from the previous release #599 #637

Testing

  • Fix slightly buggy verify_asset_supplies() check in unit tests #639

Build system

  • Various fixes to make install target
  • Fix out-of-tree builds #633

2.0.160323-stealth-beta

01 Apr 14:11
Compare
Choose a tag to compare
Pre-release
bump gui version 2.0.160323-stealth-beta