diff --git a/CHANGELOG.md b/CHANGELOG.md index 0a2040ed6e72..4ab7f3761fa9 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -6,6 +6,18 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/), and this project does not yet adhere to [Semantic Versioning](https://semver.org/spec/v2.0.0.html) for setuptools_scm/PEP 440 reasons. +## [1.0beta17] aka Beta 1.17 - 2020-10-22 + +### Changed +- Bumped aiohttp to 3.6.3 + +### Fixed +- In the GUI there was [a regression](https://github.com/Chia-Network/chia-blockchain/issues/484) that removed the scroll bar on the Plot page. The scroll bar has returned! +- In Dark Mode you couldn't read the white on white plotting log text. +- To fix a bug in Beta 15's plotter we introduced a fixed that slowed plotting by as much as 25%. +- Certain NTFS root mount points couldn't be used for plotting or farming. +- Logging had [a regression](https://github.com/Chia-Network/chia-blockchain/issues/485) where log level could no longer be set by service. + ## [1.0beta16] aka Beta 1.16 - 2020-10-20 ### Added diff --git a/setup.py b/setup.py index c2f761d641cf..cbc9fda5c918 100644 --- a/setup.py +++ b/setup.py @@ -6,7 +6,7 @@ "blspy==0.2.4", # Signature library "chiavdf==0.12.26", # timelord and vdf verification "chiabip158==0.16", # bip158-style wallet filters - "chiapos==0.12.32", # proof of space + "chiapos==0.12.33", # proof of space "clvm==0.5.3", "clvm_tools==0.1.6", "aiohttp==3.6.3", # HTTP server for full node rpc