Skip to content

Latest commit

 

History

History
130 lines (89 loc) · 7.68 KB

CHANGELOG.md

File metadata and controls

130 lines (89 loc) · 7.68 KB

1.7.0 (2024-07-03)

Features

  • add icons to home component (b13c4dc)
  • reorder form fields; add spacing b/w each (7b74495)

1.6.0 (2024-05-16)

Features

  • transpose budget cards, add card content (c939252)
  • update privacy policy (17f54e4)

1.5.0 (2024-05-11)

Features

1.4.0 (2024-05-10)

Features

  • add other charts (#14) (ecb961e)
  • reroute to dashboard if there is only one budget (ee3594c)

1.3.0 (2024-05-06)

Features

Bug Fixes

  • broken import statements (48edfff)

1.2.0 (2024-04-09)

Features

  • add date range filter (d80bbf3)
  • add pie chart (e3ef58d)
  • add report button (72bd0f5)
  • center dashboard form (1511c9f)
  • group transactions by category name (7c71ca1)
  • select all accounts and categories on init (3dc5f91)

Bug Fixes

  • data not displayed when switching budgets (1f48ad9)
  • only display on budget accounts (8b21e2c)
  • sort by grouped value vs transaction amount (142d63d)

1.1.0 (2024-04-02)

Features

1.0.0 (2024-03-28)

⚠ BREAKING CHANGES

  • create report reducers

Features

  • add dashboard-form.component (70b5b1f)
  • add FlagIconComponent (2499b2a)
  • add form controls for account and category (e6583df)
  • add getAccounts method to YNAB service (52a75b6)
  • add horizontal bar chart component (92ba778)
  • add logo to toolbar; remove github logo (f30f735)
  • add ngrx (2141a9b)
  • add privacy policy (a7eac65)
  • add privacy route in footer (15710de)
  • create report reducers (da681c3)
  • move login button; add home component (125191f)
  • redirect to home for invalid routes (537a26d)
  • replace favicon (#3) (015a5e9)

Bug Fixes

  • link to budgets in sidenav (2fe058c)
  • remove authReducer from store provider (38f2786)
  • remove unused import (003ffef)
  • unable to display graph split transactions (a56ca57)

Features

  • Add GitHub icon.
  • Replace header with toolbar.
  • Add bar-chart to budget-detail component.
  • Add hover effect to budget cards.
  • Vertically center login button.

Bug Fixes

  • Expired cache not being deleted.
  • isLoaded not getting set in budget-details.

Features

  • Get payees, categories, and transactions.
  • Remove *ResponseData interfaces.
  • Add budget-detail component.
  • Get individual budget.
  • Add cards to budget component.
  • Add YNAB service.
  • Add caching functionality.
  • Add authInterceptor.
  • Add scope query parameter in auth service.
  • Add budget component.
  • Add auth.guard service.
  • Add material as a dependency.
  • Add auth service.
  • Add login component.

Bug Fixes

  • Update client ID.
  • Set maxAge to 7,200,000 from 30,000 milliseconds.
  • budget-detail component not reacting to url.
  • Reroute to /budgets after authenticating.