From a9a184c8ba1ac1161e78e16c62bc8f28d4393618 Mon Sep 17 00:00:00 2001 From: Fabrizio Cacicia Date: Thu, 10 Mar 2022 11:23:10 +0100 Subject: [PATCH 1/2] Fix broken help button's link in Connections page Due to a missing double-quote, the link of the top-right help button in the Connections page was broken. --- web/templates/connections.html | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/web/templates/connections.html b/web/templates/connections.html index 9cd59d71..8b682b75 100644 --- a/web/templates/connections.html +++ b/web/templates/connections.html @@ -58,7 +58,7 @@
  - +
@@ -315,4 +315,4 @@
{{_('After a while, try running "chia show --connections" on your farmers to {% endif %} }) - {% endblock %} \ No newline at end of file + {% endblock %} From e97c08955ac32bcdea4aa4000a1cb7b58515d6f2 Mon Sep 17 00:00:00 2001 From: Guy Davis Date: Fri, 11 Mar 2022 11:38:04 -0700 Subject: [PATCH 2/2] Final changelog --- CHANGELOG.md | 8 ++++++-- 1 file changed, 6 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index e0dd3b99..153cc45b 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,10 +2,14 @@ All notable changes to this project will be documented in this file. The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/), and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html). +## Known Issues + - Chiadog will sporadically replay alerts when the Machinaris container is restarted. #588 + - Coin prices are unavailable from [AllTheBlocks](https://alltheblocks.net), so no fiat conversion in Machinaris currently. + ## [0.7.0] - 2022-03-11 - [Chia](https://chia.net) - [v1.3](https://www.reddit.com/r/chia/comments/t95vuk/13_is_live/), please note reports of issues in this new Chia release... double-check your Wallet and Pools settings after upgrading! - - [Internationalization](https://github.com/guydavis/machinaris/wiki/Localization) for locale-specific text, numbers, and currencies. Huge thanks to @antcasq and @fabriziocacicia for providing translations! - - Geolocation of peer connections for each blockchain by their IP address. [Optionally enabled](https://github.com/guydavis/machinaris/wiki/Connections). + - [Internationalization](https://github.com/guydavis/machinaris/wiki/Localization) for locale-specific text, numbers, and currencies. Huge thanks to @antcasq (pt_PT) and @fabriziocacicia (it_IT) for providing translations! + - Geolocation of peer connections for each blockchain by their IP address. [Optionally enabled](https://github.com/guydavis/machinaris/wiki/Connections) using a free Maxmind account. - [Silicoin](https://github.com/silicoin-network/silicoin-blockchain) - supported again as per Discord votes. ## [0.6.9] - 2022-02-04