Releases: achannarasappa/ticker
v3.1.0
Changelog
fb09ef1 feat: right aligned optional text lines
d78c022 feat: added version flag
ac50e81 feat: show holdings including weight, average cost, and quantity
de5a846 refactor: combined position and position summary calculations
6d522e7 feat: added user ordered sorting
d66e81a test: removed redundant sort tests in watchlist
81b07d7 feat: added currency conversion for quotes and positions
ffae3f3 test: fixed watchlist tests for new unicode characters
e1d5549 feat: replaced some unicode symbols with more widely support versions
31d6e7d docs: added documentation for currency conversion
5ba351a feat: added indicator when currenct is being converted for individual quotes
590ee57 refactor: use context in watchlist
6321eeb test: added a separate test for currency conversion on position summary
9332f0c refactor: moved currency rate structs to common
0d079d7 fix: set currency from quote on position
034157d fix: default to converting summary value/change to single currency (USD)
708cb9d refactor: updated function signature of validate
20ec805 test: fixed synctax error
ceceb83 refactor: cleaned up cli/root tests and added context
926cdaf test: added lint exception to test
2f67408 feat: added currency rate query on start
Docker images
docker pull achannarasappa/ticker:3.1.0
docker pull achannarasappa/ticker:latest
docker pull achannarasappa/ticker:3
docker pull achannarasappa/ticker:3.1
docker pull achannarasappa/ticker:3.1.0
v3.0.10
3.0.7
Changelog
efb3fff fix: show regular market price when there is no post market price
7588ef6 refactor: replaced context with when in tests
Docker images
docker pull achannarasappa/ticker:3.0.7
docker pull achannarasappa/ticker:latest
docker pull achannarasappa/ticker:3
docker pull achannarasappa/ticker:3.0
docker pull achannarasappa/ticker:3.0.7
v3.0.6
Changelog
47fe3c0 ci: added close stale issue workflow
f7b002a test: make test coverage to 100% (#84)
c5341f2 docs: reword note about third-party repos
aae26c2 docs: added snap and reorganized macports
13a5432 docs: add instructions for installing via MacPorts (#36)
295abfd ci: enabled snapcraft publish
a3625ee ci: multi arch docker support (#83)
214c9bd ci: disabled snapcraft automation due to bug in goreleaser
0822b57 feat: simplified UI element color scheme to ANSI 256
Docker images
docker pull achannarasappa/ticker:3.0.6
docker pull achannarasappa/ticker:latest
docker pull achannarasappa/ticker:3
docker pull achannarasappa/ticker:3.0
docker pull achannarasappa/ticker:3.0.6
v3.0.5
v3.0.2
v3.0.0
v2.4.0
v2.3.0
v2.2.0
Changelog
455a5a8 docs: added docs for summary
fc8ba9f feat: added summary of all positions i.e. totals
f406226 refactor: move style and formatting out of watchlist
a5e1075 feat: added position summary calculation
b5618b3 style: fixed whitespace
2f8a33a docs: added note about ETFs and forex
4cc448d Merge branch 'master' of github.com:achannarasappa/ticker
4946d26 test: ignored errcheck in fs tests
c860a74 Merge pull request #38 from 1dollarsteak/proxy-option
c6d9400 test: ignored errcheck in fs tests
819827c ci: added linter
7ef5bf7 Merge branch 'proxy-option' of https://github.com/1dollarsteak/ticker into proxy-option
5773202 feat: added option to use a proxy url
8c7d836 add option to use a proxy url
1a7a6db feat: Added option to use a proxy url
58381ba docs: added note about proper terminal font
1fd20a0 docs: added go report card
c16f568 docs: added coverage indicator
0fcb4e4 ci: added ginkgo to coverage job
4192a70 ci: added test coverage upload to coveralls
8722bc9 docs: removed inline license
9ac8d72 ci: enabled tests on push and pull requests
7cb8f09 ci: added commitlint
922c685 test: temporarily excluded XDG test
4854fac test: added explicity XDG home to fix failing test on mac
a3a73f9 docs: Added docs for where config file can be set