Skip to content

Releases: cointop-sh/cointop

1.4.5

19 Feb 07:24
Compare
Choose a tag to compare

Changelog

da95820 Update changelog
6a8124e Merge branch 'hmble-fix'
f0187c3 Fix names
eb3831e Alphabetize currency list
cf13ad6 Merge pull request #50 from vuongggggg/feature/support-currency-vnd
e4d0bc9 updated currency supported info
9033b1e added VND currency
a417e4b Fixes #48
c3aa7bf Update rpm build spec

1.4.4

31 Dec 19:46
Compare
Choose a tag to compare

Changelog

3ec6483 Fix flathub app release version
ff39b35 Update .gitignore

1.4.3

30 Dec 07:35
Compare
Choose a tag to compare

Changelog

8ecbfa3 Update CHANGELOG
c8803f7 Add tab keybinding to move to next row or next page
3f18533 Fix marketbar currency when using coingecko api
ca1987a Return error on update callback
38187de Fix chart update loader race condition. Closes #44
124812f Remove fatal logs
a000c96 Remove log.Fatal artifact. Closes #46

1.4.2

29 Dec 08:51
Compare
Choose a tag to compare

Changelog

4ac1ee2 Update CHANGELOG
eaf66f6 Use forked version of termbox-go to fix keybindings on freebsd. Closes #43
491d019 Update README
e82b4c1 Update snapcraft
f64ad72 Add contributing section

1.4.1

18 Nov 07:37
Compare
Choose a tag to compare

Changelog

b61e2fd Update method descriptions
6f28649 Fix ldflags version

1.4.0

18 Nov 06:11
Compare
Choose a tag to compare

Changelog

c9211b5 Use ldflags for version
ab0c3c7 Update README
b54de96 Merge branch 'rigaspapas-adjust-chart-height'
c9a404b Update go.mod
b46cea5 Make chart height adjustable

1.3.6

15 Sep 07:17
53a5d72
Compare
Choose a tag to compare

Changelog

53a5d72 Update CHANGELOG
7f2fad6 Merge branch 'alrs-fix-dropped-errors'
33297c7 Return missing error
1aa81b8 Merge branch 'fix-dropped-errors' of github.com:alrs/cointop into alrs-fix-dropped-errors
5f073fe Navigation bug fixes. Fixes #41
489b048 Fix dropped errors

1.3.5

08 Sep 16:55
cb2e7f5
Compare
Choose a tag to compare

Changelog

cb2e7f5 Update changelog
d2350a3 v1.3.5
5e2134e Fix sorting issue with favorites and portfolio
fd3ba0f require go v1.12
3211bd7 Use os.UserHomeDir(); closes #40
f2027ca Remove additional price fetch; CoinGecko fixed bug
f1e3f81 Update isatty package to resolve #39
50f69ec Add mentions
db3cb70 Use sync.Map for maintaining map of all coins
2e36bdb Update assets

1.3.4

05 Jul 07:17
3c55749
Compare
Choose a tag to compare

Changelog

3c55749 v1.3.4
68a8a0f Update windows instructions
24e692c Windows path fix
d13be7d Update README
2d4185b Fix for go10
cea9a81 Use Go's filepath seperator for config path
a29e06b Use mkdirAll for creating config
e39aa24 Fix nil check

1.3.3

02 Jul 08:03
dbe0dad
Compare
Choose a tag to compare

Changelog

dbe0dad v1.3.3
96cab2b Add chart loading label
3be23ec convert symbol to name for price api
f64aa46 Use cobra for cli flags. Added price command
592d061 Create view structures
8cdb1b1 Fix readme typo
4ef4f7a Clean up