-
released this
2025-09-14 06:57:39 +02:00 | 265 commits to main since this release📅 Originally published on GitHub: Sun, 14 Sep 2025 18:16:43 GMT
🏷️ Git tag created: Sun, 14 Sep 2025 04:57:39 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 existing rules isn't working as before, let me know.
What's Changed
- fix(app): pwa title colour by @samuelthng in https://github.com/eitchtee/WYGIWYH/pull/365
- Translations update from Weblate by @eitchtee in https://github.com/eitchtee/WYGIWYH/pull/366
- Translations update from Weblate by @eitchtee in https://github.com/eitchtee/WYGIWYH/pull/367
- Translations update from Weblate by @eitchtee in https://github.com/eitchtee/WYGIWYH/pull/368
- feat(ui:sidebar): keep management menu open if the user is on a management page by @eitchtee in https://github.com/eitchtee/WYGIWYH/pull/370
- feat(ui:sidebar): add a chevron to the management menu to indicate it opens another "page" by @eitchtee in https://github.com/eitchtee/WYGIWYH/pull/371
- feat(ui:sidebar): smoother transition when clicking on menu items by @eitchtee in https://github.com/eitchtee/WYGIWYH/pull/372
- fix(rules:dry-run): Edit/Update transaction not showing message when transaction can't be found by @eitchtee in https://github.com/eitchtee/WYGIWYH/pull/373
- feat(rules): expose if the transaction is recurring/installment by @eitchtee in https://github.com/eitchtee/WYGIWYH/pull/374
- feat(transactions): Try to convert amount to the expected Decimal if it is a str, int or float by @eitchtee in https://github.com/eitchtee/WYGIWYH/pull/375
- fix(rules:dry-run): current_user getting overwritten and delete on synchronous call by @eitchtee in https://github.com/eitchtee/WYGIWYH/pull/376
- fix(rules:dry-run): rename offcanvas by @eitchtee in https://github.com/eitchtee/WYGIWYH/pull/377
New Contributors
- @samuelthng made their first contribution in https://github.com/eitchtee/WYGIWYH/pull/365
Full Changelog: https://github.com/eitchtee/WYGIWYH/compare/0.17.3...0.17.4
Downloads
mirror of
https://github.com/eitchtee/WYGIWYH.git
synced 2026-01-11 11:50:27 +01:00