All Versions
24
Latest Version
Avg Release Cycle
31 days
Latest Release
733 days ago

Changelog History
Page 2

  • v1.0 Changes

    August 10, 2020
    • ๐Ÿš€ First major release
    • Repository now Open Source
  • v0.12 Changes

    August 04, 2020
    • [Add] Current version number and database name to header
    • [Add] Bucket Notes
    • [Add] Footer for App Icon references
    • [Changed] Redesign Page Layout moving Navigation into Header
    • [Changed] Proper Home Page with links to Gitlab
    • [Changed] Redesign Account Page
    • [Changed] Redesign Balance details on Bucket Page
    • ๐Ÿšš [Changed] Removed Page Titles
    • ๐Ÿณ [Changed] Changed ConnectionString setup for Docker (Splitted full ConnectionString into several pieces for User, Password etc.)
    • ๐Ÿšš [Changed] Removed Blazor in Assembly name (now OpenBudgeteer.dll)
    • [Changed] HTML Title from OpenBudgeteer.Blazor to OpenBudgeteer
    • โšก๏ธ [Fixed] Database update on Number and Date format for Import Profile
    • โšก๏ธ [Fixed] Total Pending Want update after Bucket Creation and Deletion
    • ๐Ÿ’… [Fixed] YearMonthSelector styles and alignment on Bucket Page
    • ๐Ÿ›  [Fixed] Database Issue during Bucket Deletion
    • ๐Ÿ›  [Fixed] IsInactiveFrom value for newly created Buckets
  • v0.11.1 Changes

    July 18, 2020
    • ๐Ÿ“ฑ [Fixed] Broken responsive design for Monthly Bucket Expenses
  • v0.11 Changes

    July 18, 2020
    • [Add] Page with several Reports
    • [Add] Popup with Transactions assigned to an Account on Account Page
    • [Add] Progress Bar for several Bucket Types
    • [Changed] Deleting a Transaction must be confirmed now
    • [Changed] Proper Menu Icons on Navigation Menu
    • [Changed] Replaced Buttons with proper Menu Icons on several places
    • [Changed] Some 0 values are now hidden on Bucket Page
    • [Changed] App Name on Navigation Menu
    • [Changed] Redesigned File Upload on Import Page
    • ๐Ÿ’ป [Changed] Adapted size of UI elements on Account Page
    • [Changed] Adapted layout for Account Creation on Account Page
    • [Changed] Accounts can only be closed if Balance is 0
    • ๐Ÿ›  [Fixed] Wrong Error Dialog on Transaction Page
    • ๐Ÿ›  [Fixed] Re-enabled handling of inactive Accounts for existing Transactions
  • v0.10 Changes

    July 12, 2020
    • [Add] Preview of final records during data import
    • [Add] Options for Date and Number format for data import
    • [Add] Header on Bucket Page includes further information like pending Want and negative Balances
    • [Add] Popup with Transactions assigned to a Bucket on Bucket Page
    • [Add] Message box to confirm successful data import
    • [Add] Several Error Message Boxes and proper Error handling
    • [Changed] Only display modification buttons on mouse hover
    • ๐Ÿ›  [Fixed] Inconsistent number output format for 0 on Bucket Page
    • ๐Ÿ›  [Fixed] Multiple Budget distribution on Buckets
  • v0.9 Changes

    July 07, 2020
    • [Add] Added selection of Delimiter and Text qualifier during data import
    • [Add] Button to edit and save all Transaction
    • [Add] Bucket Page shows an information at which YearMonth a Bucket will be inactive
    • [Changed] Creating a new Bucket uses now current YearMonth as initial "First Target Date"
    • [Changed] Creating a new Transaction uses now current YearMonth as initial Transaction Date
    • [Changed] A Bucket can only be closed if Balance is 0
    • ๐Ÿ›  [Fixed] Missing Bucket colors for Crate new Transaction
    • ๐Ÿ›  [Fixed] Only active Buckets for current YearMonth are displayed for Bucket assignment on Transaction Page
  • v0.8 Changes

    July 01, 2020
    • [Add] Colors for Buckets
    • [Add] Button to distribute Budget on Buckets with Want
    • [Changed] Input fields for numbers and dates are now properly handled
    • ๐Ÿ›  [Fixed] Want calculation for Bucket Type "Monthly expense"
  • v0.7 Changes

    June 30, 2020
    • โšก๏ธ [Fixed] Pressing Enter for InOut updates UI again
    • โšก๏ธ [Fixed] Creating a new Bucket properly updates UI again
    • ๐Ÿ›  [Fixed] Fixed Want calculation due to DateTime issues in Data Model
  • v0.6 Changes

    June 29, 2020
    • [Add] Added base implementation for Global Balance details
    • ๐ŸŽ [Changed] Optimized Performance for Bucket and Transaction Page
    • โšก๏ธ [Changed] Allow Update of imported Transactions with pending Bucket assignments
    • โšก๏ธ [Fixed] Fixed and optimized Bucket assignment check for Transactions
  • v0.5 Changes

    June 23, 2020
    • [Changed] Switch to Blazor