Skip to content

Releases: linuxserver/budge

0.0.9

27 May 14:12
Compare
Choose a tag to compare

Fixes:

  • Better decimal accuracy when inputting amounts into a budgeted column
  • Creating a new envelope in a group defaults the group select to that specific group
  • Hitting 'enter' at the login screen initiates a login attempt

0.0.8

21 May 13:51
Compare
Choose a tag to compare

Features:

  • Support to set the currency of a budget
  • Support to change the name of a budget

0.0.7

28 Apr 15:10
Compare
Choose a tag to compare

Fixes

  • migrations weren't running as ts-node was listed as a dev dependency

0.0.6

17 Apr 13:33
Compare
Choose a tag to compare

Fixes

  • migrations weren't running as ts-node was listed as a dev dependency

0.0.5

15 Apr 12:06
ba9d021
Compare
Choose a tag to compare

Features

  • Now using database migrations!
  • Disable registration via environment variable (REGISTRATION_DISABLED) (#6)
  • Available to budget is now associated with a budget month instead of an entire budget. This allows underfunded categories not carry over underfunded amounts as available to the next month (#5)
  • Default memo of transfer transaction for tracking accounts is set to the category

Fixes

  • Fixed UI bug when enabling / disabling transaction categories if the transfer is a transaction or not
  • UI tweaks

0.0.4

01 Mar 23:51
Compare
Choose a tag to compare

Bug Fixes

  • dragging up / down to rearrange categories now works dragging up, added initial ordering on category creation
  • refresh payees when an account is created to update 'transfer' payees
  • fixed bug when selecting to / from 'transfer' payees at transaction create

0.0.3

24 Feb 16:30
Compare
Choose a tag to compare

Changes

  • Account table refactor using react-table, includes infinite scrolling, select row on click, total amount of selected transactions

Bug Fixes

  • Transaction add / edit prevented some user input depending on order of characters
  • Timezone fix to allow better handling of month value generation regardless of timezone

0.0.2

20 Feb 19:58
Compare
Choose a tag to compare

Changes

  • Account table has a much cleaner style

Bug Fixes

  • CSV import now properly parses negative values for 'amount' fields

0.0.1

13 Feb 19:18
Compare
Choose a tag to compare

Initial public release