Skip to content

v1.6.10

Latest
Compare
Choose a tag to compare
@miguelmota miguelmota released this 07 Nov 01:55
· 62 commits to master since this release
9a9ee30

Changelog

9a9ee30 Merge pull request #254 from vuon9/feature/types-4-search-keyword
e26816b Fix suffix on y-axis for Millions (#259)
19561ce Immediately after changing currency refresh the current coins #178 (#256)
ac946a7 Reduce the number of pages to 10 (1000 coins) to reduce the load on backend... (#255)
dd1c83e Update FAQ for search guide
f260068 Remove hasPrefix
6ef43d5 Support search by /s:keyword - symbol, /n:keyword - name
b921c09 Merge branch 'lyricnz-feature/portfolio-buy2'
2acbb39 Fill in cost_price, cost, pnl, pnl_percent in "cointop holdings" output
e99d46b portfolio: Fix cost/pnl hidden value if empty text. #243
0e956d6 portfolio: clean up fixes #243
b5b6883 Add support for purchase price/currency to portfolio (#243)
0a5ba71 Merge pull request #242 from lyricnz/feature/no-mouse
f34eb3e Merge pull request #237 from lyricnz/bugfix/hide-portfolio-balances
acd8af9 Add configuration for enable_mouse
d7cec61 When hidePortfolioBalances scale the chart to the maximum price; avoids issue with resampling and using the last value
30fa30c Use stable sort for sorting coins (#235)
73a0058 If $DEBUG_FILE is set, use that rather than /tmp/cointop.log (#236)
57ca7d8 Make default shortcuts editable (#234)
5064dbf Merge pull request #227 from lyricnz/feature/verbose-http-logging
e704e00 Merge pull request #225 from lyricnz/feature/show-currency-marketbar
e49211e Update faq.md
daf131f Add FAQ about $DEBUG and $DEBUG_HTTP
65bf139 Emit verbose HTTP logging for coingecko when DEBUG_HTTP is set
751053f Revert "Emit verbose HTTP logging for coingecko when DEBUG_HTTP is set"
042e218 Emit verbose HTTP logging for coingecko when DEBUG_HTTP is set
781b87d Move currencyConversion out of chartInfo - so it shows when hideChart=true
68fd858 Change "0" to go to top coin on first page (#218)
27ad1a7 Merge branch 'master' of github.com:cointop-sh/cointop
15c7707 Update CHANGELOG.md
b198640 After jumping to the right page, search for the right row (#220)
9fa5006 Allow duplicate-Symbol entries in portfolio again (#222)
4d3291c Merge branch 'master' of github.com:cointop-sh/cointop
e409a0b Improvements to search mechanism (#216)
da06d5e Remove fallback to coin.Symbol when loading portfolio. Remove deprecated favoritesBySymbol. (#219)
04ee0eb Remove junk \0 from the end of search-string
f7d9976 Minimize diff
b19028c Reinstate levenshtein and prefix fallback
3add8dc Replace search function with simpler approach