Commit Graph

  • e6eb642e37
    Update circleci config Miguel Mota 2021-11-07 15:46:46 -0800
  • 6c77a55f9a
    Update circleci config Miguel Mota 2021-11-07 15:45:26 -0800
  • 740a055eb8
    docs: Update development.md Miguel Mota 2021-11-07 15:38:58 -0800
  • 5e38d331aa
    Merge branch 'vuon9-fix/docker-build' Miguel Mota 2021-11-07 15:37:19 -0800
  • 2d3b76251a
    Merge branch 'fix/docker-build' of https://github.com/vuon9/cointop into vuon9-fix/docker-build Miguel Mota 2021-11-07 15:37:11 -0800
  • d9076ccd74
    Update CHANGELOG.md Miguel Mota 2021-11-07 15:35:30 -0800
  • fe1a5b8077
    Update Makefile Miguel Mota 2021-11-07 15:28:45 -0800
  • dc8f0e50eb
    Merge branch 'master' into develop develop Miguel Mota 2021-11-07 14:21:08 -0800
  • 55ab27095d
    go mod tidy Miguel Mota 2021-11-07 14:21:00 -0800
  • ea782f72f4
    Merge branch 'master' into develop Miguel Mota 2021-11-07 14:20:21 -0800
  • 4fa9a85f0c
    Add circleci config Miguel Mota 2021-11-07 13:48:13 -0800
  • e9a9b590de
    Remove unused modules, fix a few minor code style issues Simon Roberts 2021-11-07 20:51:10 +1100
  • 001e2f7a71
    Fix Docker build ѵµσɳɠ 2021-11-07 16:48:57 +0700
  • f4ed0aeb98
    Fix bug with localization param Simon Roberts 2021-11-07 20:47:11 +1100
  • 1cfbc5a950
    Merge branch 'cointop-sh:master' into minor-fixes Simon Roberts 2021-11-07 14:09:27 +1100
  • 9a906c3a68
    Migrate from termbox-go to tcell (#232) Simon Roberts 2021-11-07 14:03:54 +1100
  • 81f231f32a
    Rename st to style for tcell.Style Simon Roberts 2021-11-07 14:01:51 +1100
  • ce984172b2
    Reapply work-around for issue with key-binding for '/' interfering with expressions Simon Roberts 2021-11-07 13:55:18 +1100
  • 443ae4ecab
    Remove some debug output Simon Roberts 2021-11-07 13:24:34 +1100
  • 13c391335f
    Merge pull request #3 from lyricnz/tcell-events Simon Roberts 2021-11-07 12:52:04 +1100
  • 8859b1b14e
    Change variable-reference to use $var not &var Simon Roberts 2021-11-07 12:42:03 +1100
  • 1b23760167
    Check view.HasBacking() before using view.backing Simon Roberts 2021-11-07 12:34:07 +1100
  • 4319e00dd4
    Merge pull request #4 from lyricnz/feature/tcell-events-vuong Simon Roberts 2021-11-07 12:30:40 +1100
  • ace6d92b78
    Early return on err Simon Roberts 2021-11-05 19:34:18 +1100
  • e872d44a70
    Bind a shift+key version if key char is uppercase ѵµσɳɠ 2021-11-04 21:56:59 +0700
  • 38505318b3
    Update FAQ about 24-bit colors and define/reference values in colorschemes Simon Roberts 2021-11-04 20:07:01 +1100
  • 171672b3b9
    Add support for defining reusable values in colorschemes #261 Simon Roberts 2021-11-04 16:54:39 +1100
  • 87df00752d
    Support 24-bit colors in themes, both inline and view-level Simon Roberts 2021-11-04 08:51:46 +1100
  • 7cd10a22eb
    Fix tcell.GetColor(v). Check error from HexToAnsi(). Simon Roberts 2021-11-01 11:09:36 +1100
  • 448c2c8e44
    Fix fg/bg type Simon Roberts 2021-11-01 09:58:26 +1100
  • d213906281
    Convert some tcell.Color into tcell.Style. Less calls, and can include bold etc Simon Roberts 2021-11-01 09:53:08 +1100
  • 0a3073295d Check finding result color in map ѵµσɳɠ 2021-10-31 17:34:31 +0700
  • 9bdd56123b Fix color mapping based on fatih lib usage ѵµσɳɠ 2021-10-31 17:25:30 +0700
  • fb6624c362
    Merge branch 'tcell-events' into feature/tcell-events-vuong Simon Roberts 2021-10-31 17:16:25 +1100
  • 8ab29b3563
    Merge branch 'cointop-sh:master' into feature/tcell Simon Roberts 2021-10-31 17:07:05 +1100
  • ebb7ffeaa4
    Merge fg/bg color into Style in Gui and View Simon Roberts 2021-10-31 17:06:06 +1100
  • 71552bf044 Unify color loopkup ѵµσɳɠ 2021-10-31 12:39:21 +0700
  • 7e4ede0ab8
    Fix after merge. Remove compat. Simon Roberts 2021-10-30 19:24:41 +1100
  • baeee67e64
    Merge branch 'tcell-events' into feature/tcell-events-vuong Simon Roberts 2021-10-30 15:50:07 +1100
  • 6b78f80777
    Merge branch 'cointop-sh:master' into tcell-events Simon Roberts 2021-10-30 15:33:54 +1100
  • 22a7d527dc
    Fix View transparency to Gui Simon Roberts 2021-10-30 15:33:37 +1100
  • 9a9ee307d4
    Merge pull request #254 from vuon9/feature/types-4-search-keyword v1.6.10 Miguel Mota 2021-10-29 09:19:38 -0700
  • 09937481ac add fixColor logic for fg and bg ѵµσɳɠ 2021-10-29 19:26:58 +0700
  • b2d8f31cf0 no more gocui.Attribute ѵµσɳɠ 2021-10-29 18:34:40 +0700
  • 9301c71ed6 replace Attribute by new tcell.Color and tcell.Style ѵµσɳɠ 2021-10-29 17:40:48 +0700
  • c0d75adeb6
    A bunch more replacing fg/bg color with tcell.Style Simon Roberts 2021-10-29 19:49:31 +1100
  • 00cf22ad8b
    Remove another color layer Simon Roberts 2021-10-29 17:29:34 +1100
  • 000d60b2d7
    Merge branch 'cointop-sh:master' into tcell-events Simon Roberts 2021-10-29 17:17:54 +1100
  • e26816b26c
    Fix suffix on y-axis for Millions (#259) Simon Roberts 2021-10-29 13:51:19 +1100
  • 19561ce300
    Immediately after changing currency refresh the current coins #178 (#256) Simon Roberts 2021-10-29 13:50:32 +1100
  • ac946a7d73
    Reduce the number of pages to 10 (1000 coins) to reduce the load on backend... (#255) Simon Roberts 2021-10-29 10:32:26 +1100
  • da3c4235fb
    Fix suffix on y-axis for Millions Simon Roberts 2021-10-29 10:04:57 +1100
  • 9263003f50
    Fix comments Simon Roberts 2021-10-29 08:03:46 +1100
  • c5958234ce
    Enable background transparency Simon Roberts 2021-10-28 18:40:35 +1100
  • 01f514d868
    Merge branch 'feature/tcell' into tcell-events Simon Roberts 2021-10-28 18:40:13 +1100
  • bc9ea240e4
    Fix support for transparent backgrounds Simon Roberts 2021-10-28 11:17:33 +1100
  • 0342e97b28
    Add note about location of colorschemes Simon Roberts 2021-10-28 11:17:12 +1100
  • 12ec78ae5c
    Merge branch 'master' into feature/tcell Simon Roberts 2021-10-27 07:34:06 +1100
  • dd1c83ee67 Update FAQ for search guide Vuong 2021-10-26 08:52:44 +0000
  • a131fb5491
    Small update to the silly-color mode Simon Roberts 2021-10-26 19:50:23 +1100
  • f26006823b Remove hasPrefix Vuong 2021-10-26 08:23:32 +0000
  • 2316a704a2
    Update comment simon-anz 2021-10-26 14:24:17 +1100
  • 24a2d8f3a4
    Immediately after changing currency refresh the current coins #178 Simon Roberts 2021-10-26 07:58:51 +1100
  • f51d532b27
    Add note about --max-pages and --per-page Simon Roberts 2021-10-26 07:38:33 +1100
  • 21174a5377
    Reduce the number of pages to 10 (1000 coins) to reduce the load on backend, and increase refresh time. See #104 #228 Simon Roberts 2021-10-26 07:33:15 +1100
  • 6ef43d5ba0 Support search by /s:keyword - symbol, /n:keyword - name ѵµσɳɠ 2021-10-25 22:58:56 +0700
  • b921c091d6
    Merge branch 'lyricnz-feature/portfolio-buy2' Miguel Mota 2021-10-24 21:58:16 -0700
  • 2acbb39496
    Fill in cost_price, cost, pnl, pnl_percent in "cointop holdings" output Simon Roberts 2021-10-24 13:24:39 +1100
  • e99d46b424
    portfolio: Fix cost/pnl hidden value if empty text. #243 Miguel Mota 2021-10-23 04:00:43 -0700
  • 0e956d6358
    portfolio: clean up fixes #243 Miguel Mota 2021-10-23 03:52:49 -0700
  • b5b68833f5
    Add support for purchase price/currency to portfolio (#243) Simon Roberts 2021-10-24 12:08:58 +1100
  • 2371de5d06
    portfolio: Fix cost/pnl hidden value if empty text. #243 Miguel Mota 2021-10-23 04:00:43 -0700
  • fe9400080e
    portfolio: clean up fixes #243 Miguel Mota 2021-10-23 03:52:49 -0700
  • 9750b6ea6d
    only apply silly colors to black backgrounds Simon Roberts 2021-10-22 19:42:01 +1100
  • 779638fc76
    silly colors Simon Roberts 2021-10-22 18:58:05 +1100
  • 9792f19060
    Merge branch 'tcell-events' of https://github.com/lyricnz/cointop into tcell-events Simon Roberts 2021-10-22 18:39:59 +1100
  • 3e1d19e679
    Merge branch 'cointop-sh:master' into tcell-events Simon Roberts 2021-10-22 18:39:53 +1100
  • 6d8a822448
    Rename "buy" to "cost" in portfolio Simon Roberts 2021-10-22 13:40:39 +1100
  • 137d0289f0
    Add note about adding portfolio buy-price to coins Simon Roberts 2021-10-22 08:44:39 +1100
  • 30c853cb07
    Cache currency conversion Simon Roberts 2021-10-21 20:22:06 +1100
  • 83a4acc172
    Merge branch 'feature/portfolio-buy' of https://github.com/lyricnz/cointop into feature/portfolio-buy Simon Roberts 2021-10-21 19:56:31 +1100
  • a2619638ab
    Merge branch 'cointop-sh:master' into feature/portfolio-buy Simon Roberts 2021-10-21 19:56:24 +1100
  • ac3acbc6b1
    Process [portfolio] holdings last as it causes a premature save Simon Roberts 2021-10-21 19:02:34 +1100
  • 4227bf4b33
    Add missing change Simon Roberts 2021-10-21 18:26:15 +1100
  • 2e2838df6a
    Add shortcut keys for column sorting Simon Roberts 2021-10-21 16:00:19 +1100
  • 41431d51f4
    Add cost column. Improve formatting. Simon Roberts 2021-10-21 15:48:41 +1100
  • 90187d88b5
    Improve formatting of profit columns Simon Roberts 2021-10-21 15:17:07 +1100
  • 2aa798b3fa
    Change profit/% headings to pnl/% Simon Roberts 2021-10-21 15:01:44 +1100
  • 0a5ba717d8
    Merge pull request #242 from lyricnz/feature/no-mouse Miguel Mota 2021-10-20 20:30:52 -0700
  • f34eb3ef8f
    Merge pull request #237 from lyricnz/bugfix/hide-portfolio-balances Miguel Mota 2021-10-20 20:23:24 -0700
  • cf3dd176fd
    Fixes to portfolio cost/profit Simon Roberts 2021-10-21 13:51:35 +1100
  • 50316ff8dd
    Refactor exchange-rate conversion for reuse Simon Roberts 2021-10-21 13:49:45 +1100
  • 89ae72131b
    Round profit to 2dp Simon Roberts 2021-10-21 11:14:58 +1100
  • 27fcf09513
    Add support for declaring a BuyPrice and BuyCurrency in portfolio. eg: ["Algorand", "125.4", "0.8", "USD"] Simon Roberts 2021-10-21 10:46:17 +1100
  • acd8af949d
    Add configuration for enable_mouse Simon Roberts 2021-10-21 07:55:06 +1100
  • 884159eab5
    Start getting rid of OutputMode. Move color-related compat into gui.go. Simon Roberts 2021-10-20 20:09:50 +1100
  • 093e4e699f
    Merge branch 'bugfix/hide-portfolio-balances' into tcell-events Simon Roberts 2021-10-20 18:51:37 +1100
  • d7cec61e83
    When hidePortfolioBalances scale the chart to the maximum price; avoids issue with resampling and using the last value Simon Roberts 2021-10-20 10:04:01 +1100
  • f172848970
    Clean up key parsing. Fix Control-Space Simon Roberts 2021-10-20 08:26:44 +1100
  • e2dda02f3c
    Make mouse events first-class bindings. Remove more from termbox compat.go Simon Roberts 2021-10-19 19:52:32 +1100