added tracking notes
All checks were successful
Deploy / deploy (push) Successful in 1m12s
Security Tests / security-non-db (push) Successful in 19s
Security Tests / security-db (push) Successful in 26s

This commit is contained in:
2026-03-13 19:26:16 -05:00
parent 58545b2da7
commit 512e21276c
2 changed files with 12 additions and 6 deletions

6
.env
View File

@@ -31,9 +31,9 @@ EMAIL_FROM="SkyMoney Budget <no-reply@skymoneybudget.com>"
EMAIL_BOUNCE_FROM=bounces@skymoneybudget.com
EMAIL_REPLY_TO=support@skymoneybudget.com
UPDATE_NOTICE_VERSION=9
UPDATE_NOTICE_TITLE="Rebalance tool bug correction"
UPDATE_NOTICE_BODY="Fixed bug issue where available budget value is stale in user sessions and wont read updated value properly."
UPDATE_NOTICE_VERSION=10
UPDATE_NOTICE_TITLE="Tracking Notes for Expenses"
UPDATE_NOTICE_BODY="Notes for daily transactions are now tracked in the database and are displayed in the records page next to the correlating transaction."
ALLOW_INSECURE_AUTH_FOR_DEV=false
JWT_ISSUER=skymoney-api
JWT_AUDIENCE=skymoney-web