Commit Graph

  • 72805843c9
    Merge branch 'bugfix/hide-portfolio-balances' of https://github.com/lyricnz/cointop into lyricnz-bugfix/hide-portfolio-balances Miguel Mota 2021-09-25 23:50:52 -0700
  • 36729f8ed8
    Add an extra space if it is satoshi character because it overlaps text on right Miguel Mota 2021-09-25 23:49:27 -0700
  • 98a94251c4
    Merge branch 'lyricnz-feature/satoshi' Miguel Mota 2021-09-25 23:34:40 -0700
  • 9c86ae5de7
    Use common function to generate cache keys, and fix GlobalMarketData vs Conversion caching bug Simon Roberts 2021-09-25 12:05:13 +1000
  • 26981df6a5
    Add currency conversion to Satoshi Simon Roberts 2021-09-25 10:27:14 +1000
  • 23c118b0d8 Resample main chart and coin chart also Simon Roberts 2021-09-18 10:57:50 +1000
  • d7f4a7d260 Fix bug with portfolio sum Simon Roberts 2021-09-17 20:24:48 +1000
  • d4f13381be Resample portfolio data before charting. Simon Roberts 2021-09-05 15:48:35 +1000
  • 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 Simon Roberts 2021-09-16 18:06:56 +1000
  • aba283443d
    faq: Add image of hidden portfolio balances v1.6.8 Miguel Mota 2021-09-13 22:19:39 -0700
  • 83a35df5c4
    Hide all holding amounts when hidden flag toggled Miguel Mota 2021-09-13 22:19:39 -0700
  • 1d29363185
    Add keybinding to toggle hide portfolio balances v1.6.7 Miguel Mota 2021-09-13 22:07:13 -0700
  • 5f76e89a0b
    Optimize Dockerfile #127 Miguel Mota 2021-09-07 22:26:37 -0700
  • 42b9958770
    Merge branch 'simon-anz-feature/logrus' Miguel Mota 2021-09-07 00:19:26 -0700
  • dfc5ce4f21 Remove unused variable Simon Roberts 2021-09-06 08:10:59 +1000
  • f7a145a002 Fix another printf log Simon Roberts 2021-09-05 12:48:51 +1000
  • 6e979f0bf9 Remove leftover code Simon Roberts 2021-09-05 11:58:39 +1000
  • 32990cdbaf Remove downsample code (feature WIP) Simon Roberts 2021-09-05 11:55:16 +1000
  • c5445c6ffc One log.Debugf() required Simon Roberts 2021-09-05 11:53:00 +1000
  • a73b9ede17 Convert ct.debuglog() to logrus.Debug() Simon Roberts 2021-09-05 11:52:44 +1000
  • a86077e77e
    Update debuglog method names Miguel Mota 2021-09-04 14:16:49 -0700
  • 1a789cb587
    go mod vendor Miguel Mota 2021-09-04 13:31:08 -0700
  • 914b2e650f
    Merge branch 'simon-anz-feature/migrate-from-govaluate-to-expr' Miguel Mota 2021-09-04 13:29:27 -0700
  • 1128330d50 removed appending the sum to data since the length of data is known blockjoe 2021-09-03 19:27:27 -0400
  • 5c4c76dd05 Account for the offset of unavailable data when adding to the portfolio chart. blockjoe 2021-09-03 19:20:53 -0400
  • 6d90edfefd Pass the current coin as context! Simon Roberts 2021-09-01 10:35:58 +1000
  • e638040372 When evaluating, take an environment to provide as context Simon Roberts 2021-09-01 10:35:23 +1000
  • 0074ecfff9 Patch expression to substitute Float64 for Integer. Update docs to include '/' Simon Roberts 2021-09-01 09:29:04 +1000
  • 9e41452eed Add vendor/github.com/antonmedv Simon Roberts 2021-08-31 07:58:56 +1000
  • 09b66439fc Switch to github.com/antonmedv/expr for expression evaluation Simon Roberts 2021-08-30 11:19:34 +1000
  • 913bd3f1d4 Pass empty parameters rather than nil Simon Roberts 2021-08-30 08:31:40 +1000
  • 89bab4e2af
    go mod vendor. #151 Miguel Mota 2021-08-29 03:23:11 -0700
  • b0dd16f813
    Unbind forward slash keybinding when not in table view. #150 #149 Miguel Mota 2021-08-29 03:22:14 -0700
  • 08e81cabb8
    Add subpackage for expression string eval Miguel Mota 2021-08-29 02:13:12 -0700
  • 1f0f6d39d6
    Merge branch 'simon-anz-feature/value-expressions' Miguel Mota 2021-08-29 01:54:53 -0700
  • fb79419c84
    Only open search if active view is table. #150 Miguel Mota 2021-08-29 01:51:15 -0700
  • 271cf90460
    Merge branch 'feature/value-expressions' of https://github.com/simon-anz/cointop into simon-anz-feature/value-expressions Miguel Mota 2021-08-29 00:07:49 -0700
  • 6286450412
    Merge branch 'simon-anz-feature/30d-and-1y-change' Miguel Mota 2021-08-28 23:50:06 -0700
  • 296590b466
    Merge branch 'feature/30d-and-1y-change' of https://github.com/simon-anz/cointop into simon-anz-feature/30d-and-1y-change Miguel Mota 2021-08-28 23:49:55 -0700
  • 31fbce6006 Remove vscode file Simon Roberts 2021-08-29 16:39:50 +1000
  • 79b2fb8ea6 Change hotkey for 1Y change to "y" Simon Roberts 2021-08-29 16:38:58 +1000
  • ebcb850d94
    Merge branch 'simon-anz-bugfix/range-update-corrupt-cache' Miguel Mota 2021-08-28 23:33:52 -0700
  • 2c7f7039fd
    Merge branch 'bugfix/range-update-corrupt-cache' of https://github.com/simon-anz/cointop into simon-anz-bugfix/range-update-corrupt-cache Miguel Mota 2021-08-28 23:33:39 -0700
  • bda145d2d2
    Merge branch 'simon-anz-feature/document-column-selection' Miguel Mota 2021-08-28 23:10:42 -0700
  • 9b6e9c472a Add FAQ comment about using expressions in portfolio entries Simon Roberts 2021-08-28 10:45:55 +1000
  • b9dd349222 go get -u ; go mod tidy Simon Roberts 2021-08-28 09:51:22 +1000
  • b23e65cf28 Use govaluate to evaluate expressions in portfolio entry Simon Roberts 2021-08-27 15:02:26 +1000
  • 7f2f4c551c Merge doc update, and add 1y_change Simon Roberts 2021-08-26 11:33:27 +1000
  • 486338f26e Merge branch 'feature/document-column-selection' into feature/30d-and-1y-change Simon Roberts 2021-08-26 11:20:55 +1000
  • 7467eb4e1d Use TOML markdown Simon Roberts 2021-08-26 11:19:36 +1000
  • f66df5abd7 Document table column selection Simon Roberts 2021-08-26 11:15:22 +1000
  • fcfb0f48fe Add support for 1Y columns - see https://github.com/miguelmota/cointop/issues/131 Simon Roberts 2021-08-26 10:29:25 +1000
  • b32da4010c Include currencyConversion in the cache key so changing currencies invalidates the cache. See https://github.com/miguelmota/cointop/issues/144 Simon Roberts 2021-08-26 09:44:11 +1000
  • e7d32f18fc Merge branch 'master' into bugfix/range-update-corrupt-cache Simon Roberts 2021-08-24 10:02:35 +1000
  • b03546c4f1 Merge remote-tracking branch 'upstream/master' Simon Roberts 2021-08-24 10:02:23 +1000
  • 28a7bfbbd9 Return error if default chart range is invalid Miguel Mota 2021-08-22 04:27:41 -0700
  • e60bc6dcd6 Include DefaultChartRange in default config Simon Roberts 2021-08-19 16:40:54 +1000
  • 142777d965 Simple documentation for default_chart_range Simon Roberts 2021-08-19 09:06:16 +1000
  • b83d15cdc1 Store default chart range in configuration file Simon Roberts 2021-08-19 09:05:39 +1000
  • b078dbd2f6 Use the highest-rank coin to calculate PortfolioSlice Simon Roberts 2021-08-19 11:54:02 +1000
  • a34417ad61 When building portfolio slice, include first coin only Simon Roberts 2021-08-18 11:51:35 +1000
  • ba75de3c00 Cache ct.State.selectedChartRange and ct.State.currencyConversion so data-fetch is not impacted by concurrent change Simon Roberts 2021-08-23 17:45:08 +1000
  • 5916c49972
    Makefile: Docker tag version Miguel Mota 2021-08-22 15:42:01 -0700
  • ac93b8fbe0
    Return error if default chart range is invalid v1.6.6 Miguel Mota 2021-08-22 04:27:41 -0700
  • 1c14561662
    Merge branch 'simon-anz-feature/configurable-chart-range' Miguel Mota 2021-08-22 04:18:48 -0700
  • becca5e46c
    Merge branch 'feature/configurable-chart-range' of https://github.com/simon-anz/cointop into simon-anz-feature/configurable-chart-range Miguel Mota 2021-08-22 04:18:38 -0700
  • 56084e44a3
    Merge branch 'simon-anz-bugfix/duplicate-coins' Miguel Mota 2021-08-22 04:06:09 -0700
  • d465970cbb
    Merge branch 'bugfix/duplicate-coins' of https://github.com/simon-anz/cointop into simon-anz-bugfix/duplicate-coins Miguel Mota 2021-08-22 03:19:25 -0700
  • 7990b9df04
    Merge branch 'simon-anz-bugfix/portfolio-graph' Miguel Mota 2021-08-22 03:04:10 -0700
  • 6ec915abe9 Include DefaultChartRange in default config Simon Roberts 2021-08-19 16:40:54 +1000
  • 4828c3e014 Use the highest-rank coin to calculate PortfolioSlice Simon Roberts 2021-08-19 11:54:02 +1000
  • 719f0cc3cb Simple documentation for default_chart_range Simon Roberts 2021-08-19 09:06:16 +1000
  • 2a9f995286 Store default chart range in configuration file Simon Roberts 2021-08-19 09:05:39 +1000
  • 9553ec8a02 When building portfolio slice, include first coin only Simon Roberts 2021-08-18 11:51:35 +1000
  • bea5c67759 When rendering portfolio chart, only append data when resizing array Simon Roberts 2021-08-18 11:46:56 +1000
  • b8b7a87f1b
    Merge branch 'Pomyk-fix_filecache_locks' Miguel Mota 2021-07-13 00:10:46 -0700
  • ed1bcedf7b Fix filecache locking Patryk Pomykalski 2021-07-07 20:49:52 +0200
  • 758e8367f7
    Increase number of decimals shown when price < 1. #132 Miguel Mota 2021-07-04 01:58:13 -0700
  • f5adceea65
    docs: Update colorscheme docs Miguel Mota 2021-05-01 13:26:35 -0700
  • fa1fdca5e7
    Row active colorscheme fix Miguel Mota 2021-05-01 13:14:17 -0700
  • 96082d9089
    docs: Update flatpak docs Miguel Mota 2021-05-01 12:28:58 -0700
  • 2adee94c18
    Remove .flathub directory (moved to https://github.com/flathub/com.github.miguelmota.Cointop) Miguel Mota 2021-05-01 12:02:51 -0700
  • e7531ca635
    Add keybinding to toggle chart fullscreen v1.6.5 Miguel Mota 2021-04-25 17:29:59 -0700
  • baacfbd9ca
    Add 24H% change to holdings command Miguel Mota 2021-04-25 15:58:40 -0700
  • f127de3048
    ssh: Add support for holdings command Miguel Mota 2021-04-25 13:51:20 -0700
  • 11e2efc9af
    docs: Update config path documentation Miguel Mota 2021-04-25 13:32:36 -0700
  • 0e778052a1
    Read cointop config environment variables Miguel Mota 2021-04-25 12:51:01 -0700
  • 9fab6bd5b9
    File cache fix v1.6.4 Miguel Mota 2021-04-25 12:18:53 -0700
  • 7b73406c9f
    Merge branch 'afh-debuglog' Miguel Mota 2021-04-25 11:43:13 -0700
  • 52a1699764
    Merge branch 'debuglog' of https://github.com/afh/cointop into afh-debuglog Miguel Mota 2021-04-25 11:43:06 -0700
  • a794be694c
    faq: Formatting fix Miguel Mota 2021-04-25 11:40:45 -0700
  • 38a8858b18
    Merge branch 'afh-currency-formatting-faq' Miguel Mota 2021-04-25 11:39:36 -0700
  • c6e18e8e85 Add FAQ how to change currency and numeric values formatting Alexis Hildebrandt 2021-04-25 06:53:10 +0200
  • dcd0410a19 Address PR comments Alexis Hildebrandt 2021-04-25 06:38:40 +0200
  • 8c71604732
    Merge branch 'afh-rank-color' Miguel Mota 2021-04-24 16:58:42 -0700
  • 220a396258
    Reduce number of save calls. #120 Miguel Mota 2021-04-24 14:52:47 -0700
  • 5cdfd83056 Use log package for logging Alexis Hildebrandt 2021-04-24 08:00:25 +0200
  • 36bc8a8790
    Update social links Miguel Mota 2021-04-21 18:42:16 -0700
  • aec94c3aa3
    go mod tidy Miguel Mota 2021-04-21 00:06:27 -0700
  • 92e939902e
    Add stripansi dependency Miguel Mota 2021-04-21 00:04:16 -0700