Skip to content

Tags: frossm/quoter

Tags

v5.0.26

Toggle v5.0.26's commit message
Updated library jAnsi & tweaked error message for invalid `-d` value

v5.0.23

Toggle v5.0.23's commit message
Increased trend duration to 365 days

Also corrected bug with trend that would display previous year's months
after current year due to sorting issues.  Changed the date format to
ISO (YYYY-MM-DD) to correct

v5.0.20

Toggle v5.0.20's commit message
Small cleanups and code formatting changes

v5.0.18

Toggle v5.0.18's commit message
Fixed a bug with the timestamp and the `-n` switch

If `-n` was provided to only show the indexes, the time stamp would
revert to Eastern time.  This was corrected.
Also updated the timestamp to show the AM/PM in lower case right next
to the time.

v5.0.17

Toggle v5.0.17's commit message
Fixed bug with time stamp display in single digit days

An issue if the day number was < 10.  Changed the DateTimeFormatter to
just look for one "d".

Also now prints the date in WHITE and adds a timezone if to the provided
timestamp should we have an issue.

v5.0.16

Toggle v5.0.16's commit message
Updated Auto-Refresh exit code

The original approach was unreliable. Enter was picked up just fine but
Main() getting the results and existing didn't always work.  Had to do
it a bunch of time for it to exit.

This approach simply has the EnterPressed thread exit the program. Seems
to work much better but it's not very elegant.

v5.0.14

Toggle v5.0.14's commit message
Added a few tests for the xPath lookup class

v5.0.11

Toggle v5.0.11's commit message
Added company name to top of trend chart

v5.0.8

Toggle v5.0.8's commit message
Added automated testing to Quoter

More can always be done, but it's a good start

v5.0.5

Toggle v5.0.5's commit message
Export is now working again