Skip to content

Commit

Permalink
Updates for v1.2.6 release
Browse files Browse the repository at this point in the history
  • Loading branch information
ripcurlx committed Feb 13, 2020
1 parent e723637 commit 94d09f3
Show file tree
Hide file tree
Showing 3 changed files with 40 additions and 1 deletion.
2 changes: 1 addition & 1 deletion _config.yml
Expand Up @@ -19,7 +19,7 @@ exclude:
- Gemfile
paginate: 10
paginate_path: "/blog/page/:num/"
client_version: "1.2.5"
client_version: "1.2.6"
sass:
style: compressed
webrick:
Expand Down
1 change: 1 addition & 0 deletions _includes/market_currency_selector.html
Expand Up @@ -135,6 +135,7 @@
<option value="btc_lsl">Lesotho Loti (LSL)</option>
<option value="btc_lrd">Liberian Dollar (LRD)</option>
<option value="btc_lyd">Libyan Dinar (LYD)</option>
<option value="l-btc_btc">Liquid Bitcoin (L-BTC)</option>
<option value="ltc_btc">Litecoin (LTC)</option>
<option value="lcp_btc">LitecoinPlus (LCP)</option>
<option value="ltz_btc">LitecoinZ (LTZ)</option>
Expand Down
38 changes: 38 additions & 0 deletions roadmap.md
Expand Up @@ -18,6 +18,44 @@ You can help speed up our progress by [contributing](https://docs.bisq.network/c
## Releases
{: .mt-5 .pt-5}

##### Version 1.2.6
{: .mt-5 .mb-2}
Released [February 13th 2020](https://github.com/bisq-network/bisq/releases/tag/v1.2.6)
This release is packed with performance improvements and bug fixes. Most notably, this version introduces an option to refresh the trade process if it gets stuck during payment confirmation and adds Liquid Bitcoin (L-BTC) as a new asset.

###### DAO
- [Add new BSQ issued v. burnt chart](https://github.com/bisq-network/bisq/pull/3910)
- [Improve readability of the daily burnt BSQ chart](https://github.com/bisq-network/bisq/pull/3890)

###### UI
- Reduce number of decimals shown for monetary fiat prices to 2: [1](https://github.com/bisq-network/bisq/pull/3926), [2](https://github.com/bisq-network/bisq/pull/3953)
- [Fix account age format when ending in 1](https://github.com/bisq-network/bisq/pull/3857)
- [Fix incorrect display of delete button next to open proposals](https://github.com/bisq-network/bisq/pull/3920)
- [Fix popup message about trade limits](https://github.com/bisq-network/bisq/pull/3897)
- [Use macOS app Info.plist setting for automatic light/dark title bar](https://github.com/bisq-network/bisq/pull/3883)
- [Remove "beta" label from Dark Theme slider switch text](https://github.com/bisq-network/bisq/pull/3879)

###### Trading
- [Trade process refresh option if trade is stuck](https://github.com/bisq-network/bisq/pull/3922)

###### Performance
- [Prevent memory leak in CandleStickChart & VolumeChart](https://github.com/bisq-network/bisq/pull/3914)
- [Fix potential resource leak in AvoidStandbyModeService](https://github.com/bisq-network/bisq/pull/3909)

###### Privacy
- [Remove unused uid in price feed service](https://github.com/bisq-network/bisq/pull/3937)

###### Network
- [Temporarily deactivate public network option](https://github.com/bisq-network/bisq/pull/3938)
- [Remove Bitcoin Core nodes not operated by Bisq btcnode team members](https://github.com/bisq-network/bisq/pull/3904)

###### Support
- [Add signing debug logs](https://github.com/bisq-network/bisq/pull/3948)
- [Dump delayed payout transaction hashes to local file](https://github.com/bisq-network/bisq/pull/3925)

###### Assets
One new asset was added: Liquid Bitcoin (L-BTC)

##### Version 1.2.5
{: .mt-5 .mb-2}
Released [January 9th 2020](https://github.com/bisq-network/bisq/releases/tag/v1.2.5)
Expand Down

0 comments on commit 94d09f3

Please sign in to comment.