Skip to content

v1.6.7

Compare
Choose a tag to compare
@miguelmota miguelmota released this 14 Sep 05:08
· 169 commits to master since this release
1d29363

Changelog

1d29363 Add keybinding to toggle hide portfolio balances
5f76e89 Optimize Dockerfile #127
42b9958 Merge branch 'simon-anz-feature/logrus'
dfc5ce4 Remove unused variable
f7a145a Fix another printf log
6e979f0 Remove leftover code
32990cd Remove downsample code (feature WIP)
c5445c6 One log.Debugf() required
a73b9ed Convert ct.debuglog() to logrus.Debug()
a86077e Update debuglog method names
1a789cb go mod vendor
914b2e6 Merge branch 'simon-anz-feature/migrate-from-govaluate-to-expr'
6d90edf Pass the current coin as context!
e638040 When evaluating, take an environment to provide as context
0074ecf Patch expression to substitute Float64 for Integer. Update docs to include '/'
9e41452 Add vendor/github.com/antonmedv
09b6643 Switch to github.com/antonmedv/expr for expression evaluation
89bab4e go mod vendor. #151
b0dd16f Unbind forward slash keybinding when not in table view. #150 #149
08e81ca Add subpackage for expression string eval
1f0f6d3 Merge branch 'simon-anz-feature/value-expressions'
fb79419 Only open search if active view is table. #150
271cf90 Merge branch 'feature/value-expressions' of https://github.com/simon-anz/cointop into simon-anz-feature/value-expressions
6286450 Merge branch 'simon-anz-feature/30d-and-1y-change'
296590b Merge branch 'feature/30d-and-1y-change' of https://github.com/simon-anz/cointop into simon-anz-feature/30d-and-1y-change
31fbce6 Remove vscode file
79b2fb8 Change hotkey for 1Y change to "y"
ebcb850 Merge branch 'simon-anz-bugfix/range-update-corrupt-cache'
2c7f703 Merge branch 'bugfix/range-update-corrupt-cache' of https://github.com/simon-anz/cointop into simon-anz-bugfix/range-update-corrupt-cache
bda145d Merge branch 'simon-anz-feature/document-column-selection'
9b6e9c4 Add FAQ comment about using expressions in portfolio entries
b23e65c Use govaluate to evaluate expressions in portfolio entry
7f2f4c5 Merge doc update, and add 1y_change
486338f Merge branch 'feature/document-column-selection' into feature/30d-and-1y-change
7467eb4 Use TOML markdown
f66df5a Document table column selection
fcfb0f4 Add support for 1Y columns - see #131
b32da40 Include currencyConversion in the cache key so changing currencies invalidates the cache. See #144
e7d32f1 Merge branch 'master' into bugfix/range-update-corrupt-cache
b03546c Merge remote-tracking branch 'upstream/master'
28a7bfb Return error if default chart range is invalid
e60bc6d Include DefaultChartRange in default config
142777d Simple documentation for default_chart_range
b83d15c Store default chart range in configuration file
b078dbd Use the highest-rank coin to calculate PortfolioSlice
a34417a When building portfolio slice, include first coin only
ba75de3 Cache ct.State.selectedChartRange and ct.State.currencyConversion so data-fetch is not impacted by concurrent change
5916c49 Makefile: Docker tag version