* 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)