Skip to content

Commit

Permalink
Merge pull request #611 from guydavis/develop
Browse files Browse the repository at this point in the history
Develop
  • Loading branch information
guydavis authored Mar 11, 2022
2 parents 3897752 + e97c089 commit 70a394f
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 4 deletions.
8 changes: 6 additions & 2 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
4 changes: 2 additions & 2 deletions web/templates/connections.html
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,7 @@ <h5 class="modal-title" id="settingsModalLabel">{{_('Settings')}}</h5>
<div class="position-absolute top-0 end-0" style="z-index: 2000; margin-top: -20px; margin-right: -8px;">
<a href="#" title="{{_('Settings')}}" data-bs-toggle="modal" data-bs-target="#settingsModal" target="_blank"><i class="fs-4 bi-gear"></i></a>
&nbsp;
<a href="https://github.com/guydavis/machinaris/wiki/Connections target="_blank"><i class="fs-4 bi-question-circle"></i></a>
<a href="https://github.com/guydavis/machinaris/wiki/Connections" target="_blank"><i class="fs-4 bi-question-circle"></i></a>
</div>
</div>

Expand Down Expand Up @@ -315,4 +315,4 @@ <h6>{{_('After a while, try running "chia show --connections" on your farmers to
{% endif %}
})
</script>
{% endblock %}
{% endblock %}

0 comments on commit 70a394f

Please sign in to comment.