Skip to content

0.1.0

Compare
Choose a tag to compare
@bvanelli bvanelli released this 06 Jul 16:38
· 46 commits to main since this release

First version of actualpy released ✨

This version fully supports pretty much everything that is available on the nodejs API, with the exception of not being battle tested meaning that bugs might still exist. If you find a bug or want to suggest a new feature feel free to open an issue!. Remember to backup your files using the export functionality via frontend before doing any changes.

This first version focused on getting all APIs stable and the queries with a usable API. It also implements other good to have features like running rules and bank sync without interacting with the UI.

What's new

  • feat: Add support for downloading encrypted files. by @bvanelli in #8
  • fix: Fix message clocks table causing bad number of clocks. by @bvanelli in #10
  • Add support for running and inserting rules by @bvanelli in #12
  • feat: Add schedules suppport. by @bvanelli in #17
  • feat: Store changes whenever a flush is called. by @bvanelli in #18
  • feat: Write integration tests for improving the API coverage. by @bvanelli in #19
  • fix: Fix simplyFin and goCardless missing columns. by @bvanelli in #22
  • feat: Add balance attribute to account. by @bvanelli in #23
  • feat: Implement creating split transactions. by @bvanelli in #26
  • feat: Add bank sync and implement it for the simplefin demo data. by @bvanelli in #27
  • fix: include missing packages in install_requires by @travis-morton in #32
  • feat: Multiple changes to core files. by @bvanelli in #34

New Contributors

Full Changelog: https://github.com/bvanelli/actualpy/commits/0.1.0