Commit Graph

823 Commits (develop)
 

Author SHA1 Message Date
Miguel Mota e5360472d1
Update CHANGELOG.md 3 years ago
Miguel Mota ac9a4d44cc
Merge branch 'lyricnz-feature/duplicate-symbols-cache-fix' 3 years ago
Miguel Mota 6a02661dc6
Merge branch 'feature/duplicate-symbols-cache-fix' of https://github.com/lyricnz/cointop into lyricnz-feature/duplicate-symbols-cache-fix 3 years ago
Miguel Mota 987fd2fba0
Merge branch 'lyricnz-bugfix/hide-portfolio-balances' 3 years ago
Miguel Mota 72805843c9
Merge branch 'bugfix/hide-portfolio-balances' of https://github.com/lyricnz/cointop into lyricnz-bugfix/hide-portfolio-balances 3 years ago
Miguel Mota 36729f8ed8
Add an extra space if it is satoshi character because it overlaps text on right 3 years ago
Miguel Mota 98a94251c4
Merge branch 'lyricnz-feature/satoshi' 3 years ago
Simon Roberts 9c86ae5de7
Use common function to generate cache keys, and fix GlobalMarketData vs Conversion caching bug 3 years ago
Simon Roberts 26981df6a5
Add currency conversion to Satoshi 3 years ago
Simon Roberts f2bab24d11
Remove portfolio balance from chart X-axis too
Hide percentChange24H when in hidePortfolioBalances mode
Update portfolio balances (private mode) screenshot
Scale portfolio chart (in hide-balances mode) so current-value is 1.0
3 years ago
Miguel Mota aba283443d
faq: Add image of hidden portfolio balances 3 years ago
Miguel Mota 83a35df5c4
Hide all holding amounts when hidden flag toggled 3 years ago
Miguel Mota 1d29363185
Add keybinding to toggle hide portfolio balances 3 years ago
Miguel Mota 5f76e89a0b
Optimize Dockerfile #127 3 years ago
Miguel Mota 42b9958770
Merge branch 'simon-anz-feature/logrus' 3 years ago
Simon Roberts dfc5ce4f21 Remove unused variable 3 years ago
Simon Roberts f7a145a002 Fix another printf log 3 years ago
Simon Roberts 6e979f0bf9 Remove leftover code 3 years ago
Simon Roberts 32990cdbaf Remove downsample code (feature WIP) 3 years ago
Simon Roberts c5445c6ffc One log.Debugf() required 3 years ago
Simon Roberts a73b9ede17 Convert ct.debuglog() to logrus.Debug() 3 years ago
Miguel Mota a86077e77e
Update debuglog method names 3 years ago
Miguel Mota 1a789cb587
go mod vendor 3 years ago
Miguel Mota 914b2e650f
Merge branch 'simon-anz-feature/migrate-from-govaluate-to-expr' 3 years ago
Simon Roberts 6d90edfefd Pass the current coin as context! 3 years ago
Simon Roberts e638040372 When evaluating, take an environment to provide as context 3 years ago
Simon Roberts 0074ecfff9 Patch expression to substitute Float64 for Integer. Update docs to include '/' 3 years ago
Simon Roberts 9e41452eed Add vendor/github.com/antonmedv 3 years ago
Simon Roberts 09b66439fc Switch to github.com/antonmedv/expr for expression evaluation 3 years ago
Miguel Mota 89bab4e2af
go mod vendor. #151 3 years ago
Miguel Mota b0dd16f813
Unbind forward slash keybinding when not in table view. #150 #149 3 years ago
Miguel Mota 08e81cabb8
Add subpackage for expression string eval 3 years ago
Miguel Mota 1f0f6d39d6
Merge branch 'simon-anz-feature/value-expressions' 3 years ago
Miguel Mota fb79419c84
Only open search if active view is table. #150 3 years ago
Miguel Mota 271cf90460
Merge branch 'feature/value-expressions' of https://github.com/simon-anz/cointop into simon-anz-feature/value-expressions 3 years ago
Miguel Mota 6286450412
Merge branch 'simon-anz-feature/30d-and-1y-change' 3 years ago
Miguel Mota 296590b466
Merge branch 'feature/30d-and-1y-change' of https://github.com/simon-anz/cointop into simon-anz-feature/30d-and-1y-change 3 years ago
Simon Roberts 31fbce6006 Remove vscode file 3 years ago
Simon Roberts 79b2fb8ea6 Change hotkey for 1Y change to "y" 3 years ago
Miguel Mota ebcb850d94
Merge branch 'simon-anz-bugfix/range-update-corrupt-cache' 3 years ago
Miguel Mota 2c7f7039fd
Merge branch 'bugfix/range-update-corrupt-cache' of https://github.com/simon-anz/cointop into simon-anz-bugfix/range-update-corrupt-cache 3 years ago
Miguel Mota bda145d2d2
Merge branch 'simon-anz-feature/document-column-selection' 3 years ago
Simon Roberts 9b6e9c472a Add FAQ comment about using expressions in portfolio entries 3 years ago
Simon Roberts b23e65cf28 Use govaluate to evaluate expressions in portfolio entry 3 years ago
Simon Roberts 7f2f4c551c Merge doc update, and add 1y_change 3 years ago
Simon Roberts 486338f26e Merge branch 'feature/document-column-selection' into feature/30d-and-1y-change 3 years ago
Simon Roberts 7467eb4e1d Use TOML markdown 3 years ago
Simon Roberts f66df5abd7 Document table column selection 3 years ago
Simon Roberts fcfb0f48fe Add support for 1Y columns - see https://github.com/miguelmota/cointop/issues/131 3 years ago
Simon Roberts b32da4010c Include currencyConversion in the cache key so changing currencies invalidates the cache. See https://github.com/miguelmota/cointop/issues/144 3 years ago