-
released this
2025-09-07 16:17:42 +02:00 | 307 commits to main since this release📅 Originally published on GitHub: Sun, 07 Sep 2025 23:25:22 GMT
🏷️ Git tag created: Sun, 07 Sep 2025 14:17:42 GMTThe rules update
This update brings a lot of changes to rules, including:
- Ordering, you can now order rules and actions inside rules, both will be execute on the given order;
- New ˋtransactions()ˋ function to search and get the balance/sum of a given set of transactions (great to create credit card payment transactions)
- New "Test" function, now you can simulate a rule before running it for real
- And much more!
The wiki page for rules has been revamped for this release, consider having a read here for new and old features and how to use them.
Important
This isn't a breaking update, but the rule engine was rewritten for this release, while great care was taken to ensure existing rules don't break, something might have slipped by, if you notice one of your existings rules isn't working as before, let me know.
What's Changed
- fix(common:tasks): remove_old_jobs always failing by @eitchtee in https://github.com/eitchtee/WYGIWYH/pull/346
- fix(transactions:quick-transactions): error when saving due to wrong field definition by @eitchtee in https://github.com/eitchtee/WYGIWYH/pull/349
- feat(currencies): allow archiving by @eitchtee in https://github.com/eitchtee/WYGIWYH/pull/352
- feat(insights:category-overview): add "No entity" totals by @eitchtee in https://github.com/eitchtee/WYGIWYH/pull/353
- fix(yearly-overview): display total for archived accounts by @eitchtee in https://github.com/eitchtee/WYGIWYH/pull/354
- feat(rules): add rule function to fetch transactions totals and balance by @eitchtee in https://github.com/eitchtee/WYGIWYH/pull/355
- feat(rules): add optional rules ordering by @eitchtee in https://github.com/eitchtee/WYGIWYH/pull/356
- fix(ui): unable to CTRL + A amount fields by @eitchtee in https://github.com/eitchtee/WYGIWYH/pull/357
- feat(rules): many improvements by @eitchtee in https://github.com/eitchtee/WYGIWYH/pull/358
Full Changelog: https://github.com/eitchtee/WYGIWYH/compare/0.16.2...0.17.0
Downloads
mirror of
https://github.com/eitchtee/WYGIWYH.git
synced 2026-01-11 11:50:27 +01:00