Skip to content

v1.14.0

Latest
Compare
Choose a tag to compare
@siphomateke siphomateke released this 23 Sep 23:58
· 63 commits to develop since this release

New features

  • Added support for action's with multiple outputs. This isn't currently used but will be once the ledger branch is merged.
  • Actions can now depend on other actions. This isn't currently used but will be once the ledger branch is merged.
  • Converted most of the code to TypeScript which should help reduce bugs in the future (#113).
  • Added pending liability page downloading to the "Get all pending liabilities action" (#161).
  • Fixed setting HTML title to filename not working for receipts which are downloaded twice with different filenames (#149).

Improvements

  • Actions inputs' are now validated even if their input editors were never opened.
  • Made very minor performance improvements to running actions on a large number of clients.

Bug fixes

  • Fixed negative margin being added to bottom of export buttons with only one format.
  • Updated ZRA website URL to https://eservices.zra.org.zm.
  • Fixed occasional "cannot read 'status' of undefined" error when downloading receipts.
  • Fixed task max progress being incorrect when getting paged data. The first page was initially included in the max progress calculation but was then removed when the other pages ran.