Update CHANGELOG.md

pull/225/head
Miguel Mota 3 years ago
parent 4d3291cb55
commit 15c7707883
No known key found for this signature in database
GPG Key ID: 67EC1161588A00F9

@ -4,6 +4,23 @@ 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/), 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). and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
## [1.6.9] - 2021-10-12
### Added
- Chart x-axis date labels
- Configurable favorite character
- Configurable chart width
- Save chart height
### Changed
- Renamed organization `miguelmota``cointop-sh`
### Fixed
- Global chart currency
- Chart resampling and interpolation
- Chart time periods
- Use preferred cache directory
- Currency symbol width
## [1.6.8] - 2021-09-13 ## [1.6.8] - 2021-09-13
### Fixed ### Fixed
- Hide holdings amount when using command hide flag - Hide holdings amount when using command hide flag
@ -55,50 +72,50 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
- Config option to keep row focus on sort - Config option to keep row focus on sort
## [1.6.1] - 2021-02-12 ## [1.6.1] - 2021-02-12
### Added
- Multiple coin support in price command
### Fixed ### Fixed
- Chart data interpolation - Chart data interpolation
- CoinMarketCap graph data endpoint - CoinMarketCap graph data endpoint
## [1.6.0] - 2021-02-12
### Added ### Added
- Multiple coin support in price command - Configurable table columns
- Basic price alerts
## [1.6.0] - 2021-02-12
### Fixed ### Fixed
- Coin chart lookup - Coin chart lookup
- Dynamic column widths - Dynamic column widths
## [1.5.5] - 2020-11-15
### Added ### Added
- Configurable table columns - Currency convesion option to holdings command
- Basic price alerts - Sort by percent holdings shortcut
## [1.5.5] - 2020-11-15
### Fixed ### Fixed
- Termux cache directory - Termux cache directory
- Open command on Windows - Open command on Windows
## [1.5.4] - 2020-08-24
### Added ### Added
- Currency convesion option to holdings command - Colorschemes directory flag
- Sort by percent holdings shortcut
## [1.5.4] - 2020-08-24
### Fixed ### Fixed
- Rank order for low market cap coins - Rank order for low market cap coins
### Added
- Colorschemes directory flag
## [1.5.3] - 2020-08-14 ## [1.5.3] - 2020-08-14
### Fixed ### Fixed
- Build error - Build error
## [1.5.2] - 2020-08-13 ## [1.5.2] - 2020-08-13
### Fixed
- `XDG_CONFIG_HOME` config path
### Added ### Added
- Holdings command with sorting and filter options - Holdings command with sorting and filter options
- Bitcoin dominance command - Bitcoin dominance command
### Fixed
- `XDG_CONFIG_HOME` config path
## [1.5.1] - 2020-08-05 ## [1.5.1] - 2020-08-05
### Fixed ### Fixed
- Version typo - Version typo
@ -124,24 +141,24 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
- Increase number of page results from CoinGecko - Increase number of page results from CoinGecko
## [1.4.5] - 2020-02-18 ## [1.4.5] - 2020-02-18
### Fixed
- Convert to chosen currency for market data
### Added ### Added
- VND currency conversion - VND currency conversion
### Fixed
- Convert to chosen currency for market data
## [1.4.4] - 2019-12-31 ## [1.4.4] - 2019-12-31
### Fixed ### Fixed
- Flathub app release version - Flathub app release version
## [1.4.3] - 2019-12-29 ## [1.4.3] - 2019-12-29
### Added
- Tab keybinding
### Fixed ### Fixed
- Chart update bug fixes - Chart update bug fixes
- Marketbar currency bug fixes - Marketbar currency bug fixes
### Added
- Tab keybinding
## [1.4.2] - 2019-12-29 ## [1.4.2] - 2019-12-29
### Fixed ### Fixed
- Fix keybinding issue on FreeBSD - Fix keybinding issue on FreeBSD
@ -209,25 +226,25 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
- Release archive to contain latest source code - Release archive to contain latest source code
## [1.1.4] - 2019-04-21 ## [1.1.4] - 2019-04-21
### Changed
- CoinMarketCap legacy V2 API to Pro V1 API
### Added ### Added
- Config option to use CoinMarketCap Pro V1 API KEY - Config option to use CoinMarketCap Pro V1 API KEY
### Changed
- CoinMarketCap legacy V2 API to Pro V1 API
## [1.1.3] - 2019-02-25 ## [1.1.3] - 2019-02-25
### Fixed ### Fixed
- Vendor dependencies - Vendor dependencies
## [1.1.2] - 2018-12-30 ## [1.1.2] - 2018-12-30
### Fixed
- Paginate CoinMarketCap V1 API responses due to their backward-incompatible update
### Added ### Added
- `-clean` flag to clean cache - `-clean` flag to clean cache
- `-reset` flag to clean cache and delete config - `-reset` flag to clean cache and delete config
- `-config` flag to use a different specified config file - `-config` flag to use a different specified config file
### Fixed
- Paginate CoinMarketCap V1 API responses due to their backward-incompatible update
## [1.1.1] - 2018-12-26 ## [1.1.1] - 2018-12-26
### Changed ### Changed
- Use go modules instead of dep - Use go modules instead of dep

Loading…
Cancel
Save