You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
[Add] Confirmation Dialog before setting a Bucket inactive #119
[Add] Some validations for creating and changing Rules
[Breaking Change] Specific characters are no longer allowed for database names (SQL injection prevention)
[Breaking Change] For database type sqlite the parameter CONNECTION_DATABASE can now include a full path (no longer defaulted in /app/database). Consider updating your volume mapping.
[Changed] Migrated to .Net 7
[Changed] Integer based IDs in database have been migrated to Guid
[Changed] Overall refactoring of database backend including SQL injection protection. Thanks csillaggyujto
[Changed] Blazor Docker Image based on Alpine #143 Thanks csillaggyujto
[Changed] Prevent any kind of interaction with Buckets marked as inactive #111
[Changed] Bucket selection on Transaction and Rules Page now happens in a separate dialog which shows a similar overview like on Bucket page #112
[Changed] Replaced custom solution to fix #114 with new bind:get and bind:set feature from .Net 7
[Changed] Improved performance for duplicate check on Import Page
[Changed] Improved visibility of some reports on Report Page #137
[Changed] Improved Bucket Type handling for Create/Edit Bucket #184#160
[Fixed] Enable de-selection of Payee on Import Page #148
[Fixed] Duplicate matching on Import Page #151 Thanks Lucaber
[Fixed] Negative progress for Buckets with type "Expenses every X months" #158
[Fixed] Sqlite Database locked while using "Distribute Budget" #171