# Changelog All notable changes to this project will be documented in this file. The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/), and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html). ## [Unreleased] ## [0.0.6](https://github.com/ian2020/offlinebooks/releases/tag/v0.0.6) - 2021-12-14 ### Fixed * Now we can cope if Xero API responds that we have breached the calls per minute limit. We back off for a time interval as supplied by them and then retry. We output this event to the console so users can see the delay. ## [0.0.5](https://github.com/ian2020/offlinebooks/releases/tag/v0.0.5) - 2021-11-10 ### Added * Update dependencies - latest pyxero 0.9.3 fixes some important bugs in particular: [Release v0.9.3 ยท freakboy3742/pyxero](https://github.com/freakboy3742/pyxero/releases/tag/v0.9.3) * Instructions on adding new entities and other minor documentation. ## [0.0.4](https://github.com/ian2020/offlinebooks/releases/tag/v0.0.4) - 2021-07-09 ### Added * Bank transactions, transfers, manual journals and payments now all saved. ### Changed * Now classified under accounting topic for PyPI. ## [0.0.3](https://github.com/ian2020/offlinebooks/releases/tag/v0.0.3) - 2021-05-27 ### Changed * Journal lines in journals are now sorted by ID before we save them. The API brings them back in varying order and this causes nuisance changes in source control otherwise. ## [0.0.2](https://github.com/Ian2020/offlinebooks/releases/tag/v0.0.2) - 2021-05-26 ### Added * Attachments are now saved for invoices, contacts and accounts. These will appear in a dir `[entity ID]_attachments` alongside the entity they pertain to. ### Changed * Data is now stored in `~/.local/share/offlinebooks` instead of `~/.offlinebooks`. This follows the [XDG Directory Specification](https://specifications.freedesktop.org/basedir-spec/basedir-spec-latest.html)