Skip to content

0.6.0

Latest
Compare
Choose a tag to compare
@bvanelli bvanelli released this 04 Oct 13:05
· 1 commit to main since this release
433e031

What's Changed

  • Floating-Point Representation and Precision Error in transaction amount calculation by @maxtacu in #77
  • Make sure we support python 3.8 by @bvanelli in #82
  • A better documentation is now available under https://actualpy.readthedocs.io/en/latest/, include all API documentation for basic functionality, examples from the README, etc. This should make it easier to find functionality without search in the source code. By @bvanelli in #79
  • Support Actual 24.10.0 on tests and add preferences table, by @bvanelli in #83

✨ Beta feature: command line interface

Add command line interface with basic commands. This the the PoC for a beta command line interface, which main goal is to be used in scripting and for export tasks. Currently it lacks a lot of functionality and is quite slow to run.

Feedback is welcome to improve commands/speed/fix bugs.

By @bvanelli in #62

New Contributors

Full Changelog: 0.5.1...0.6.0