All Versions
34
Latest Version
Avg Release Cycle
86 days
Latest Release
210 days ago
Changelog History
Page 1
Changelog History
Page 1
-
v1.11 Changes
December 17, 2025โ๏ธ Features & Enhancements
Transaction Page:
- Add Dialog for creating Transfer transaction #194
- (Re-)Introduce Button groups to cluster similar actions
Bucket Page:
- Distribute Budget clears also now negative Bucket Balances #325
Report Page:
Misc:
- Add Authentication for Web App #9
- Rework logging and improved User experience for error messages
๐ ๐ชฒ Bug Fixes
Import Page:
- Re-enable Payee as optional mapping #331
Recurring Transaction Dialog:
- Fix table header title
๐ง ๐จ Maintenance
- โฌ๏ธ Upgrade various dependencies, e.g. EF Core #321 and MudBlazor
-
v1.10 Changes
April 30, 2025โ๏ธ Features & Enhancements
๐ป Migrated UI to MudBlazor #287
- Transaction Page:
- Transaction creation is now happening is a separate dialog
- Mass Deletion of Transactions
- There are only two modes available: Display Mode and Edit Mode
- Without any selection, all Transactions will be edited
- If certain Transactions are selected, only those will be considered in Edit Mode. Thanks Lucaber
- It's no longer possible to change the Amount assigment if no Bucket is selected (displaying the
No SelectionBucket) - Bucket split is happening automatically based on total assigned Amount
- Rework buttons for Recurring Transaction due to sizing issues
- Bucket Page:
- Bucket Groups are now managed in a separate Dialog
- Bucket Groups will only be displayed once a Bucket has been assigned to it (technical limitation)
- Bucket creation now possible via a separate Button (no longer via Bucket Group entry)
- For Bucket coloring, a preview is now displayed instead of showing color changes inside the DropDown menus (technical limitation)
- Import Page:
- New Wizard-like UI for handling the Import process
- Column mapping is now restored from the Import Profile in case the Header Row index had to be changed
- Misc:
- Various table views are now sortable and filterable
- Quick selection for Buckets #193
- Adding tooltips on some UI Elements
- Handling of Color themes changed, that also means Bootswatch themes are no longer compatible
- New UI to display unexpected Exceptions
- Reworked Reconnect message which is now displayed in the App Header
Budget & Bank Balance calculation are now based on total values instead of individual month
๐ Improved database connection handling and logging on application start
โ Add Info Page for database connection details and 3rd party software licenses
โ Add Settings Page to set UI colors (replacement for Bootswatch themes)
โ Add option to hide Buckets from certain statistics and reports #314 Thanks Lucaber
๐ It's now possible to use a
.envfile to set environment variables, please check documentation for further details
๐ โ Removed
- ๐ Support for Bootswatch themes
โ โ ๏ธ Important notice
- ๐ Requires now a Redis container, please check documentation for further details
- API: Replace Swagger with Scalar (accessible via endpoint
/api). Only API Version1.1will be provided. - Switched License from MIT to GNU Affero General Public License v3.0
โ โ ๏ธ Known issues
- ๐ Cursor jumping around in table view filters for specific cultures (e.g.
de-DE), see here for more details
-
v1.9.1 Changes
January 11, 2025 -
v1.9 Changes
January 04, 2025โ๏ธ Features & Enhancements
- Edit Bucket Dialog shows now a calculated next applying target date for Bucket type
Expense every X MonthsandSave X until Y date#201 - File content preview on Import Page no longer wraps, instead it uses horizontal scrolling #227
- Migrated reports from ChartJs.Blazor to Blazor-ApexCharts
- ๐ Bucket Movements will be now stored with the current date instead on first of the month #240 Thanks Lucaber
- Bucket Details will now show the right amount (highlighted with a
*) in case it's part of a split Transaction #256 #272 Thanks Lucaber - ๐ New defaults on Date and Amount for creating/editing a Transaction #270
- โ Add confirmation dialog before closing an Account #264
- Redesign Blazor reconnect dialog #250
๐ง ๐จ Maintenance
- โ Rework Unit Tests and Code cleanup after dropping Sqlite support #239 #246
- ๐ New API Version
1.1with new Endpoint/withoutSystemBuckets
๐ ๐ชฒ Bug Fixes
- Creation of multiple new Accounts using Recurring Transactions #255 #267 Thanks OSMIbra
- ๐ฆ On Import Page, Preview modification for large texts couldn't be synced to ViewModel due to SignalR message size limitation #248
- 0๏ธโฃ Correct usage of
APPSETTINGS_THEMEdefault valuedefault#253 - ๐ Fix Preview Word Wrap on Import Page using Firefox #261
- โ Adding additional checks for Bucket Proposal to prevent inconsistent database state #254
- Edit Bucket Dialog shows now a calculated next applying target date for Bucket type
-
v1.8.2 Changes
April 04, 2024๐ง ๐จ Maintenance
- ๐ณ Revert back to default ASP.NET Docker image to fix SQLite issue with Alpine image #233
-
v1.8.1 Changes
March 17, 2024 -
v1.8 Changes
March 16, 2024โ โ ๏ธ Breaking Changes
- ๐ณ Docker Image now listens on port 8080 (new .Net 8 default)
โ๏ธ Features & Enhancements
- ๐ณ First version of Web API in a separate Docker Image #127
- Buttons that appeared in the past only via hovering are now always displayed (was not working well, maybe additional rework in future) #155
- ๐ฑ More responsive navigation bar #175
- ๐ New Data Consistency Check: Negative Transaction assigned to Income #177
- Create Transaction keeps last input date #187
- Consistent currency and number format for displayed Amounts #188
- An empty database can be loaded now with some demo data using
APPSETTINGS_DEMO_DATA: true#192 - Enable editing of imported file #196
- Text Color option for Bucket #207
- Confirmation Dialog for deleting a Bucket Group #208
- Loading screen while opening/uploading a file #209
- ๐ฑ Rework UI to make it more responsive for various small screen sizes #211
- Redesign of Navigation Menu and Footer
- Redesign Banner message on unwanted exceptions
๐ ๐ชฒ Bug Fixes
- ๐ป UI alignment for large numbers #189
- Mapping Rules using the Account Name instead of Account Id #199 Thanks Lucaber
- โ Adding a Mapping Rule to an existing Rule Set no longer fails #200 Thanks Lucaber
- ๐ป Exception after canceling creation of a new Recurring Transactions #210
- Sqlite database migration issue (Guid generation) since
1.7#221 - ๐ Fix
Expand Allbutton typo on Bucket Page #224
๐ง ๐จ Maintenance
-
v1.7 Changes
October 03, 2023- ๐ [Add] PostgreSQL support #81 Thanks csillaggyujto
- [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
sqlitethe parameterCONNECTION_DATABASEcan 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:getandbind:setfeature 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
- ๐ [Fixed] Missing Unicode support for Import #163
- ๐ [Fixed] Error message closes Modal Dialog for Create/Edit Bucket #170
- ๐ [Fixed] Wrong selection after saving an Import Profile #172
- 0๏ธโฃ [Fixed] Allow selection of default system buckets in rules #191 Thanks Lucaber
- ๐ [Fixed] Fix navbar in portrait mode #190 Thanks Lucaber
- โก๏ธ [Known issue] Update 1.7 doesn't compile currently for ARM64
-
v1.6.3 Changes
January 27, 2023