Skip to content

Commit

Permalink
feat: 'prices' option in spansh and eddblink
Browse files Browse the repository at this point in the history
spansh and eddblink plugins no longer regenerate the
`TradeDangerous.prices` cache file by default

The cache file is used to rebuild the database in the event it is lost,
corrupted or otherwise damaged.

Users can manually perform a backup by running eddblink with the
'prices' option. If not other options are specified, eddblink will only
perform the backup

If any other options are specified, eg. `-O listings,prices`, eddblink
will perform the backup after the import process has completed.
  • Loading branch information
eyeonus authored and eyeonus committed Apr 24, 2024
1 parent 2e1fe85 commit 257428a
Show file tree
Hide file tree
Showing 2 changed files with 21 additions and 1 deletion.
20 changes: 20 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,26 @@



## v10.17.0 (2024-04-24)

### Feature

* feat: 'prices' option in spansh and eddblink

spansh and eddblink plugins no longer regenerate the
`TradeDangerous.prices` cache file by default

The cache file is used to rebuild the database in the event it is lost,
corrupted or otherwise damaged.

Users can manually perform a backup by running eddblink with the
'prices' option. If not other options are specified, eddblink will only
perform the backup

If any other options are specified, eg. `-O listings,prices`, eddblink
will perform the backup after the import process has completed. ([`2e1fe85`](https://github.com/eyeonus/Trade-Dangerous/commit/2e1fe85449144c684810d815f835e73124d8ed77))


## v10.16.17 (2024-04-24)

### Fix
Expand Down
2 changes: 1 addition & 1 deletion tradedangerous/version.py
Original file line number Diff line number Diff line change
Expand Up @@ -12,5 +12,5 @@
"""just keeper of current version"""

# TODO: remember to update tests when version changes
__version__ = '10.16.17'
__version__ = '10.17.0'

0 comments on commit 257428a

Please sign in to comment.