Skip to content

Releases: achannarasappa/ticker

v3.1.0

14 Feb 23:43
Compare
Choose a tag to compare

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

13 Feb 12:53
Compare
Choose a tag to compare

Changelog

cfc8cf6 build: removed ids to fix build issue with binary filename

Docker images

  • docker pull achannarasappa/ticker:3.0.10
  • docker pull achannarasappa/ticker:latest
  • docker pull achannarasappa/ticker:3
  • docker pull achannarasappa/ticker:3.0
  • docker pull achannarasappa/ticker:3.0.10

3.0.7

11 Feb 02:15
Compare
Choose a tag to compare

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

10 Feb 23:02
Compare
Choose a tag to compare

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

09 Feb 13:01
Compare
Choose a tag to compare

Changelog

7df2bfe ci: fixed ticker location

Docker images

  • docker pull achannarasappa/ticker:v3.0.5
  • docker pull achannarasappa/ticker:v3
  • docker pull achannarasappa/ticker:v3.0
  • docker pull achannarasappa/ticker:latest

v3.0.2

07 Feb 17:09
Compare
Choose a tag to compare

Changelog

ab0e1b7 ci: added docker hub PAT

Docker images

  • docker pull achannarasappa/ticker:v3.0.2
  • docker pull achannarasappa/ticker:v3
  • docker pull achannarasappa/ticker:v3.0
  • docker pull achannarasappa/ticker:latest

v3.0.0

06 Feb 18:10
Compare
Choose a tag to compare

Changelog

9b1931f docs: added sort option
5e2e31b feat: sort by position (#67)
9a81feb docs: removed proxy from example

v2.4.0

06 Feb 02:49
01bd62f
Compare
Choose a tag to compare

Changelog

01bd62f feat: display positions total change instead of daily (#61)
509bc8f fix: refresh interval config no longer hard-coded
b2eb144 build: fixed module path in internal packages
69c6740 build: fixed module path
fe993d3 docs: updated feature request template

v2.3.0

05 Feb 00:02
3368301
Compare
Choose a tag to compare

Changelog

3368301 feat(sort): added sort option for quotes (#62)
ad59699 ci: removed commitlint for pull requests
373cead ci: added ignore for contract tests in regular tests
cecb313 test: add test for quote api response schema validation (#50)
50e4b94 docs: Update issue templates

v2.2.0

04 Feb 03:12
Compare
Choose a tag to compare

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