Skip to content

Releases: achannarasappa/ticker

v2.0.2

31 Jan 19:57
Compare
Choose a tag to compare

Changelog

361e589 ci: fixed conflicting build name

v2.0.0

31 Jan 17:10
Compare
Choose a tag to compare

Changelog

428b4f5 feat: updated flag names
4880d5a test: organized cli tests
f8d1f4e fix: Read boolean config from file

v1.1.1

31 Jan 03:22
Compare
Choose a tag to compare

Changelog

0ccfa7b test: Added tests for new cli flags
7dcaea2 docs: Added missing screenshot of options

v1.1.0

31 Jan 03:09
Compare
Choose a tag to compare

Changelog

bb2f67b docs: Added more information on new options and real-time quotes
46a0a7f feat: Moved tags to left align
a67e94e feat: Replaced compact with separate option
bf0e934 feat: Added option to view fundamentals of a symbol
8bf1836 feat: Added option to view exchange information
919d536 feat: Added separator lines and compact option
81c159f docs: Added note aboute quote price delay
22ee5fa docs: Added gif of ui

v1.0.0

27 Jan 23:38
Compare
Choose a tag to compare

Changelog

7888db7 fix: Read config from ~/.ticker.yaml
53211d0 docs: Fixed badges

v0.3.0

25 Jan 04:27
Compare
Choose a tag to compare
v0.3.0 Pre-release
Pre-release

Changelog

0f937a6 docs: Added build and release badges
6889ed8 ci: Removed go 1.14 from test matrix
2805185 test: Fixed non-deterministic terminal output
3f5d3b1 test: Updated test to be ordering agnostic
a117050 ci: Fixed syntax error in test workflow
27c566f Fixed missing dependency for CI
13375c0 Fixed typo in CI platform
d0cd693 Added test to CI
7184c57 Added update datetime
287fea5 Added readme
6d65c0a Updated releaser homebrew tap

v0.2.2

24 Jan 22:51
Compare
Choose a tag to compare
v0.2.2 Pre-release
Pre-release

Changelog

185b97b Added github pat

v0.2.1

24 Jan 22:37
Compare
Choose a tag to compare
v0.2.1 Pre-release
Pre-release

Changelog

a23f359 Removed signing

v0.1.0

24 Jan 05:20
Compare
Choose a tag to compare
v0.1.0 Pre-release
Pre-release

Changelog

15a25f6 Added CI and releaser
aa08ce8 Added missing main.go
ad39f6c Added missing tests
a72d8ac Updated go mod
22bbd80 Added ui/start
220f130 Fixed position tests
81ea90d Added CLI interface and tests
6bd1b17 Updated function signature for ui
c811221 Added tests for position
d5f3d3b Added remaining quote tests
c2e1db3 Added one quote test
432e86d Added tests for watchlist package
f072d95 Added tests for util package
57b5ea0 Added tests for text package
041e46f Added positions and line layout
e45349d Added styling option to elements
6edd320 Updated market status badge color
1b38c92 Added text line formatting
272abb7 Moved ui utilities out of watchlist
de39211 Renamed quote
fdf32f7 Fixed sorting based on active quotes
27f33b3 Added scrolling
ab9f14d Added sorting and fixed negative color gradient
a0948aa Added market state price and price color gradient
ad894b5 Added correct coloring based of change
1e7e10b Removed experimental code
ecd2528 Initial commit