Releases: TheAxelander/OpenBudgeteer
Releases · TheAxelander/OpenBudgeteer
v1.8.3
v1.8.2
v1.8.1
v1.8
⚠️ 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 All
button typo on Bucket Page #224
🔨 Maintenance
v1.7
- [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
sqlite
the parameterCONNECTION_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
andbind: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
- [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
- [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
v1.6.2
v1.6.1
v1.6
- [Add] Enhanced Bucket assignment for Bank Transaction (display remaining amount, manual triggered split) Thanks ambroser1971
- [Add] Recurring Transactions #74
- [Add] Page with reports checking consistency of database data #3
- [Add] Usage of themes from Bootswatch #101
- [Add] Enable MySql User and Database creation via MySql root User #75
- [Add] Bucket Details with Statistics #20
- [Add] Extended mapping settings for Import Profiles #76
- [Add] Button to directly import data without duplicates #109
- [Add] News feed #85
- [Breaking Change] Docker Environment Variable Format #71
- [Changed] Bucket Page: Want, In and Activity figures also now on Bucket Group level #99
- [Changed] Updated Bootstrap to v5.1.3
- [Changed] Replaced Open Iconic icons with Bootstrap Icons
- [Changed] Made Icons8 images offline available
- [Changed] Redesign of Import Page
- [Changed] On Import Page automatic data validation after selecting an Import Profile has been disabled for now to prevent hickups on large files
- [Fixed] App Startup will now wait for availability of MySql database #50
- [Fixed] Rules disappear after Cancel All #102
- [Fixed] Correct number of months shown on Report Page (e.g. should show past 24 months but displays 25 months)
- [Fixed] Buckets that have been marked as inactive no longer display Want #108