2
0
mirror of https://github.com/miguelmota/cointop synced 2024-11-10 13:10:26 +00:00
Commit Graph

457 Commits

Author SHA1 Message Date
Miguel Mota
3147bc1a5b Fix currency name 2020-05-29 20:16:44 -07:00
Miguel Mota
89b10abb7e Add Dockerfile 2020-05-25 14:35:23 -07:00
Miguel Mota
643f7be5f0 Update rpm spec 2020-05-24 00:32:48 -07:00
Miguel Mota
a201f3d06d Update snapcraft.yaml 2020-05-23 23:17:27 -07:00
Miguel Mota
aa8ddff403 Update CHANGELOG 2020-05-23 21:36:13 -07:00
Miguel Mota
7ad375667f Disable hourly chart changes. Closes #52 2020-05-23 21:32:11 -07:00
Miguel Mota
7459139c15 Increase decimal places for btc and eth conversions. Closes #51 2020-05-23 21:28:32 -07:00
Miguel Mota
6fafc47a81 Increase max page results for coingecko. Closes #47 2020-05-23 21:04:06 -07:00
Miguel Mota
dbe32db051 Merge branch 'dolanor-master' 2020-05-23 03:00:42 -07:00
Miguel Mota
1c6722bab1 Update default config filepath 2020-05-23 03:00:05 -07:00
Miguel Mota
3fbe1ff016 Merge branch 'master' of https://github.com/dolanor/cointop into dolanor-master 2020-05-23 01:58:53 -07:00
Miguel Mota
631197e4b7 Update Makefile 2020-05-23 01:43:47 -07:00
Tanguy ⧓ Herrmann
058e1b523b use standard config dir path 2020-05-15 00:53:09 +02:00
Miguel Mota
88be77e2a5 Update meta 2020-02-18 23:38:04 -08:00
Miguel Mota
da958204dd Update changelog 2020-02-18 23:22:01 -08:00
Miguel Mota
6a8124e72e Merge branch 'hmble-fix' 2020-02-14 09:26:54 -08:00
Miguel Mota
f0187c3712 Fix names 2020-02-14 09:26:43 -08:00
Miguel Mota
eb3831e385 Alphabetize currency list 2020-02-14 09:22:39 -08:00
Miguel Mota
cf13ad6755
Merge pull request #50 from vuongggggg/feature/support-currency-vnd
Added VND currency
2020-02-14 09:14:44 -08:00
Vuong
e4d0bc96ae updated currency supported info 2020-02-14 20:43:33 +07:00
Vuong
9033b1e903 added VND currency 2020-02-14 20:39:39 +07:00
Samyak Bakliwal
a417e4b092 Fixes miguelmota/cointop#48 2020-02-13 20:28:46 +05:30
Miguel Mota
c3aa7bf5b3 Update rpm build spec 2020-01-03 01:39:55 -08:00
Miguel Mota
3ec64837dd Fix flathub app release version 2019-12-31 11:46:17 -08:00
Miguel Mota
ff39b35c21 Update .gitignore 2019-12-30 18:08:13 -08:00
Miguel Mota
8ecbfa32d2 Update CHANGELOG 2019-12-29 23:35:03 -08:00
Miguel Mota
c8803f703c Add tab keybinding to move to next row or next page 2019-12-29 21:20:09 -08:00
Miguel Mota
3f185334ca Fix marketbar currency when using coingecko api 2019-12-29 20:14:39 -08:00
Miguel Mota
ca1987a0f8 Return error on update callback 2019-12-29 16:54:42 -08:00
Miguel Mota
38187de57c Fix chart update loader race condition. Closes #44 2019-12-29 16:47:25 -08:00
Miguel Mota
124812ff46 Remove fatal logs 2019-12-29 02:15:14 -08:00
Miguel Mota
a000c96624 Remove log.Fatal artifact. Closes #46 2019-12-29 02:00:57 -08:00
Miguel Mota
4ac1ee2f4e Update CHANGELOG 2019-12-29 00:50:17 -08:00
Miguel Mota
eaf66f6519 Use forked version of termbox-go to fix keybindings on freebsd. Closes #43 2019-12-29 00:47:24 -08:00
Miguel Mota
491d019cb2 Update README 2019-12-26 01:11:04 -08:00
Miguel Mota
e82b4c16fa Update snapcraft 2019-12-25 19:05:07 -08:00
Miguel Mota
f64ad721ff Add contributing section 2019-12-18 17:14:02 -08:00
Miguel Mota
b61e2fdd84 Update method descriptions 2019-11-17 23:37:23 -08:00
Miguel Mota
6f286490be Fix ldflags version 2019-11-17 23:09:08 -08:00
Miguel Mota
c9211b53fd Use ldflags for version 2019-11-17 22:06:38 -08:00
Miguel Mota
ab0c3c77c3 Update README 2019-11-17 22:00:17 -08:00
Miguel Mota
b54de96e3c Merge branch 'rigaspapas-adjust-chart-height' 2019-11-17 21:57:17 -08:00
Miguel Mota
c9a404bc87 Update go.mod 2019-11-17 21:57:02 -08:00
Rigas Papathanasopoulos
b46cea5801
Make chart height adjustable 2019-11-01 16:54:03 +02:00
Miguel Mota
53a5d728c5
Update CHANGELOG 2019-09-15 00:15:58 -07:00
Miguel Mota
7f2fad6105
Merge branch 'alrs-fix-dropped-errors'
* alrs-fix-dropped-errors:
  Return missing error
  Fix dropped errors
2019-09-15 00:12:47 -07:00
Miguel Mota
33297c7be4
Return missing error 2019-09-15 00:12:26 -07:00
Miguel Mota
1aa81b8b06
Merge branch 'fix-dropped-errors' of github.com:alrs/cointop into alrs-fix-dropped-errors
* 'fix-dropped-errors' of github.com:alrs/cointop:
  Fix dropped errors
2019-09-15 00:10:08 -07:00
Miguel Mota
5f073fecf9
Navigation bug fixes. Fixes #41 2019-09-15 00:08:36 -07:00
Lars Lehtonen
489b0485b1 Fix dropped errors 2019-09-14 04:38:58 -07:00