-
Notifications
You must be signed in to change notification settings - Fork 28
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Automatically generated by python-semantic-release
- Loading branch information
1 parent
40fd4ee
commit 818cb53
Showing
2 changed files
with
53 additions
and
1 deletion.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -2,6 +2,58 @@ | |
|
||
|
||
|
||
## v14.8.3 (2023-12-11) | ||
|
||
### Fix | ||
|
||
* fix: mode of payment summary (#176) | ||
|
||
* fix: mode of payment summary | ||
|
||
* wip: refactor reactivity for performance | ||
|
||
* feat: improved reactivity | ||
|
||
* style: prettify code | ||
|
||
* fix: move built files to dist folder / ignored by git | ||
|
||
--------- | ||
|
||
Co-authored-by: Tyler Matteson <[email protected]> | ||
Co-authored-by: agritheory <[email protected]> ([`40fd4ee`](https://github.com/agritheory/check_run/commit/40fd4ee3057f9808944258b9d7807522827f17a6)) | ||
|
||
### Unknown | ||
|
||
* Draft: Paid Invoices appearing in the Check Run (#171) | ||
|
||
* wip: add correct setup data to remove payment terms bug | ||
|
||
* fix: paid invoices showing in check run | ||
|
||
* fix: add payment schedule validation in payment entry | ||
|
||
* docs: add purchase invoice payment term considerations | ||
|
||
--------- | ||
|
||
Co-authored-by: Heather Kusmierz <[email protected]> ([`bbb66d6`](https://github.com/agritheory/check_run/commit/bbb66d6b79fd2719b8ba6d691f73302a58362e4d)) | ||
|
||
* Quick Check (#172) | ||
|
||
* feat: quick check poc | ||
|
||
* fix: add additional filters in check run settings and also in check run quick entry | ||
|
||
* docs: quick check and payment entry customization docs ([`37a39a1`](https://github.com/agritheory/check_run/commit/37a39a17f490e6e3d173707e36cd4467116f4e3b)) | ||
|
||
* Per supplier invoices per voucher (#165) | ||
|
||
* feat: allow per-supplier override for number of invoices per voucher | ||
|
||
* docs: add docs for per supplier invoices per voucher ([`567762c`](https://github.com/agritheory/check_run/commit/567762c67c9cbbc89e57f345beca61a64e28961a)) | ||
|
||
|
||
## v14.8.2 (2023-09-22) | ||
|
||
### Fix | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1 +1 @@ | ||
__version__ = "14.8.2" | ||
__version__ = "14.8.3" |