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.
Instructions on adding new entities and other minor documentation.
0.0.4
July 9, 2021
Added
Bank transactions, transfers, manual journals and payments now all saved.
Changed
Now classified under accounting topic for PyPI.
0.0.3
May 27, 2021
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
May 26, 2021
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