Skip to content

Commit

Permalink
docs: update readme, changelog and apps for v0.2.9
Browse files Browse the repository at this point in the history
  • Loading branch information
rorycl committed Jan 22, 2025
1 parent 5319adf commit 90eec6a
Show file tree
Hide file tree
Showing 6 changed files with 18 additions and 14 deletions.
12 changes: 5 additions & 7 deletions CHANGELOG.txt
Original file line number Diff line number Diff line change
@@ -1,9 +1,7 @@
Changelog for release v0.2.8
Changelog for release v0.2.9

Update to show distance to stores when a postcode is supplied.
Add product category information to module and apps.

* Store locations are cached in a goroutine safe manner.
* Store postcode lookups are cached in a goroutine safe manner.

The clients have been altered to show distances to stores where
appropriate, and new gifs generated!
* docker: update dockerfile to include location
* cex: add product category to cexfind
* apps: update to add category details
11 changes: 4 additions & 7 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,13 +1,10 @@
# cexfind

v0.2.8 : 22 January 2025 : add store distances
v0.2.9 : 23 January 2025 : add product categories to output

If you supply a postcode, cexfind will show the distance to stores from
that location. The store locations are updated daily in local cache,
so should be pretty fast to lookup.

The lookup for the supplied postcode uses
[api.postcodes.io](https://api.postcodes.io/). Let's see how that goes.
Thanks to the suggestions and feedback of `u/CutieRachelSnow`, this
release adds categories to output. Presently, categories are not
included in searches.

## Find kit on Cex, fast

Expand Down
Binary file modified cmd/cli/cli.gif
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified cmd/console/console.gif
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
9 changes: 9 additions & 0 deletions cmd/web/gifscript.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1,9 @@
lenovo t14 <search>
scroll

then add "gen 4"
postcode SW1A 1AA
strict
<enter>

that's it
Binary file modified cmd/web/web.gif
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.

0 comments on commit 90eec6a

Please sign in to comment.