Skip to content

Commit

Permalink
v0.2.6: update to use decimal.Decimal for pricing
Browse files Browse the repository at this point in the history
  • Loading branch information
rorycl committed Jun 26, 2024
1 parent e16af43 commit 595b52f
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 12 deletions.
21 changes: 10 additions & 11 deletions CHANGELOG.txt
Original file line number Diff line number Diff line change
@@ -1,13 +1,12 @@
Changelog for release v0.2.5
Changelog for release v0.2.6

Update to use decimal.Decimal rather than int to support cheaper items
on Cex which have decimal prices.

* docs: update README for v0.2.4
* cex: replace long store names and truncate store listings; update tests
* cex: update results to show cash/exchange prices and stores
* console: use both title and description for items to show prices, stores
also regenerate console.gif from console.vhs
* console: tweak colours
* cli: update to provide verbose option to show pricing, stores
also regenerate cli.gif from cli.vhs
* go: update modules
* docker: minor "add" tweaks to Dockerfile
* web: update htmx to v2.0
* web: update int pricing to use decimal.Decimal
* console: update int pricing to use decimal.Decimal
* cli: update int pricing to use decimal.Decimal
* query: bubble up json unmarshall errors properly
* cex: change int pricing to decimal.Decimal, update tests accordingly
* testdata: add example data json file with decimal results
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# cexfind

v0.2.4 : 21 June 2024 : add buy/exchange and store info; htmx 2.0
v0.2.6 : 26 June 2024 : change pricing from int to decimal.Decimal

## Find kit on Cex, fast

Expand Down

0 comments on commit 595b52f

Please sign in to comment.