Skip to content

v0.8.0: Budgets, budgets, and more budgets

Compare
Choose a tag to compare
@JohnStarich JohnStarich released this 10 Feb 06:45

https://github.com/JohnStarich/sage/projects/1

Lots of new features around budgeting and auto-categorizing. Enjoy! πŸŽ‰

Features

  • Enable budget updates over time (#10) ⏱
  • New budget history graph (#11) πŸš€
  • Add categories from transaction editor (#13, #14, #15) πŸ“
    • Bulk reimport for transaction categories in Advanced tab
    • Enable split-transactions in UI

Bug fixes and minor updates

  • Fix missing coverage file
  • Fix multi-month calls to getBudgets
  • Fix previous budget balances to stop using full 12 months of data
  • Bump react-bootstrap-table deps to latest
  • Switch to react-bootstrap for category picker dropdown
  • Add search and custom category names to category picker
  • Use Category component to render a rule's category
  • Fail gracefully when requesting latest Sage version from github.com
  • Add easy rule editing from transaction editor
  • Automatically balance split transactions in web UI
  • Convert Transaction to a real component
  • Add react-refresh hot reloader for faster development
  • Fix account balance calculation always using last posting
  • Disable text selection in native app nav
  • Filter out zero balance items from everything else
  • Turn revenues budget green after passing progress
  • Bump linter version