From 93e718ad37157fff8d38db609134642b197c8067 Mon Sep 17 00:00:00 2001 From: Miguel Mota Date: Mon, 22 Feb 2021 21:35:49 -0800 Subject: [PATCH] Update CHANGELOG --- CHANGELOG.md | 21 +++++++++++++++++++ docs/content/changelog.md | 8 +++++++ .../partials/docs/inject/menu-before.html | 1 + 3 files changed, 30 insertions(+) create mode 100644 docs/content/changelog.md diff --git a/CHANGELOG.md b/CHANGELOG.md index b6ec98d..332f78b 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -4,6 +4,27 @@ 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). +## [1.6.2] - 2021-02-12 +### Added +- Add config option to keep row focus on sort + +## [1.6.1] - 2021-02-12 +### Fixed +- Chart data interpolation +- CoinMarketCap graph data endpoint + +### Added +- Multiple coin support in price command + +## [1.6.0] - 2021-02-12 +### Fixed +- Coin chart lookup +- Dynamic column widths + +### Added +- Configurable table columns +- Basic price alerts + ## [1.5.5] - 2020-11-15 ### Fixed - Termux cache directory diff --git a/docs/content/changelog.md b/docs/content/changelog.md new file mode 100644 index 0000000..70d07e1 --- /dev/null +++ b/docs/content/changelog.md @@ -0,0 +1,8 @@ +--- +title: "Changelog" +date: 2020-01-01T00:00:00-00:00 +draft: false +--- +# Changelog + +See [CHANGELOG.md](https://github.com/miguelmota/cointop/blob/master/CHANGELOG.md) on Github. diff --git a/docs/themes/hugo-book/layouts/partials/docs/inject/menu-before.html b/docs/themes/hugo-book/layouts/partials/docs/inject/menu-before.html index 9b30ceb..bd0c0e4 100644 --- a/docs/themes/hugo-book/layouts/partials/docs/inject/menu-before.html +++ b/docs/themes/hugo-book/layouts/partials/docs/inject/menu-before.html @@ -10,6 +10,7 @@
  • FAQ
  • Contributing
  • Development
  • +
  • Changelog
  • Social
  • Tip jar