Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Updates for v1.2.6 release #341

Merged
merged 1 commit into from
Feb 13, 2020
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion _config.yml
Original file line number Diff line number Diff line change
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
Original file line number Diff line number Diff line change
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
Original file line number Diff line number Diff line change
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