summaryrefslogtreecommitdiffstats
AgeCommit message (Expand)Author
2021-11-07Merge branch 'master' into developdevelopMiguel Mota
2021-11-07go mod tidyMiguel Mota
2021-11-07Merge branch 'master' into developMiguel Mota
2021-11-07Add circleci configMiguel Mota
2021-11-07Migrate from termbox-go to tcell (#232)Simon Roberts
2021-10-29Merge pull request #254 from vuon9/feature/types-4-search-keywordv1.6.10Miguel Mota
2021-10-29Fix suffix on y-axis for Millions (#259)Simon Roberts
2021-10-29Immediately after changing currency refresh the current coins #178 (#256)Simon Roberts
2021-10-29Reduce the number of pages to 10 (1000 coins) to reduce the load on backend.....Simon Roberts
2021-10-26Update FAQ for search guideVuong
2021-10-26Remove hasPrefixVuong
2021-10-25Support search by /s:keyword - symbol, /n:keyword - nameѵµσɳɠ
2021-10-24Merge branch 'lyricnz-feature/portfolio-buy2'Miguel Mota
2021-10-24Fill in cost_price, cost, pnl, pnl_percent in "cointop holdings" outputSimon Roberts
2021-10-24portfolio: Fix cost/pnl hidden value if empty text. #243Miguel Mota
2021-10-24portfolio: clean up fixes #243Miguel Mota
2021-10-24Add support for purchase price/currency to portfolio (#243)Simon Roberts
2021-10-20Merge pull request #242 from lyricnz/feature/no-mouseMiguel Mota
2021-10-20Merge pull request #237 from lyricnz/bugfix/hide-portfolio-balancesMiguel Mota
2021-10-21Add configuration for enable_mouseSimon Roberts
2021-10-20When hidePortfolioBalances scale the chart to the maximum price; avoids issue...Simon Roberts
2021-10-18Use stable sort for sorting coins (#235)Simon Roberts
2021-10-18If $DEBUG_FILE is set, use that rather than /tmp/cointop.log (#236)Simon Roberts
2021-10-18Make default shortcuts editable (#234)Simon Roberts
2021-10-16Merge pull request #227 from lyricnz/feature/verbose-http-loggingMiguel Mota
2021-10-16Merge pull request #225 from lyricnz/feature/show-currency-marketbarMiguel Mota
2021-10-15Update faq.mdSimon Roberts
2021-10-15Add FAQ about $DEBUG and $DEBUG_HTTPSimon Roberts
2021-10-15Emit verbose HTTP logging for coingecko when DEBUG_HTTP is setSimon Roberts
2021-10-15Revert "Emit verbose HTTP logging for coingecko when DEBUG_HTTP is set"Simon Roberts
2021-10-15Emit verbose HTTP logging for coingecko when DEBUG_HTTP is setSimon Roberts
2021-10-14Move currencyConversion out of chartInfo - so it shows when hideChart=trueSimon Roberts
2021-10-13Change "0" to go to top coin on first page (#218)Simon Roberts
2021-10-13Merge branch 'master' of github.com:cointop-sh/cointopMiguel Mota
2021-10-13Update CHANGELOG.mdMiguel Mota
2021-10-13After jumping to the right page, search for the right row (#220)Simon Roberts
2021-10-13Allow duplicate-Symbol entries in portfolio again (#222)Simon Roberts
2021-10-12Merge branch 'master' of github.com:cointop-sh/cointopMiguel Mota
2021-10-12Improvements to search mechanism (#216)Simon Roberts
2021-10-12Remove fallback to coin.Symbol when loading portfolio. Remove deprecated favo...Simon Roberts
2021-10-12Remove junk \0 from the end of search-stringSimon Roberts
2021-10-12Minimize diffSimon Roberts
2021-10-12Reinstate levenshtein and prefix fallbackSimon Roberts
2021-10-12Replace search function with simpler approachSimon Roberts
2021-10-10Pass $HTTPS_PROXY to ssh server (#205)v1.6.9Simon Roberts
2021-10-09Merge pull request #213 from lyricnz/bugfix/zero-leftMiguel Mota
2021-10-09Merge branch 'cointop-sh:master' into bugfix/zero-leftSimon Roberts
2021-10-09Fix global chart always showing in USD, and add current currency to chart nam...Simon Roberts
2021-10-09Fix edge case with resample min-timeSimon Roberts
2021-10-08Merge pull request #211 from cointop-sh/fix/rune-widthMiguel Mota