Skip to content

Releases: odinsride/olubalance

Release v1.8.5

13 Dec 12:55
Compare
Choose a tag to compare

olubalance v1.8.5 - 2022-12-13

Changed

  • Disabled user registrations. This project is planned to be sunset in the near future.

Release v1.8.4

14 Aug 23:05
Compare
Choose a tag to compare

olubalance v1.8.4 - 2021-08-14

Fixed

  • Fix ordering of transactions on summary page

Release v1.8.3

13 Aug 20:04
Compare
Choose a tag to compare

olubalance v1.8.3 2021-08-13

New

  • Added a Summary Mailer to allow emailing of the daily summary report

Chores

  • Update all dependencies

Release v1.8.2

01 Aug 01:27
Compare
Choose a tag to compare

olubalance v1.8.2 - 2021-07-31

New

  • A daily summary page has been added to quickly see all accounts with a list of transactions added in the current day, all pending transactions, and stash balances

Chores

  • Upgrade to Ruby 3.0.1
  • Upgrade to Rails 6.1.4
  • Update all dependencies

Release v1.8.0

05 Jan 21:41
Compare
Choose a tag to compare

olubalance v1.8.0 - 2020-01-06

New

  • Accounts can now have an account type, which allows you to specify if the account is a Checking, Savings, Credit Card, or Cash account.
    • As a result, accounts are now organized by account type on the main screen
    • Additionally, for Credit and Savings accounts you can specify Interest Rate (as well as Credit Limit for Credit Cards), which will be displayed on the account cards and in the transactions list.
  • Transfer feature added - for Checking, Savings, and Cash account types, you will now have the option to perform a transfer into another account. Doing so will automatically create the appropriate debit/credit transactions in the source and target accounts.

Changed

  • Stash UI has been revamped and hopefully will be nicer to use :)
  • Transactions index page has minor UI improvements
  • When uploading a receipt/attachment to a transaction, a loading indicator will now be displayed to indicate something is happening while you wait.

Chores

  • Upgrade to Ruby 3.0.0
  • Upgrade to Rails 6.1.0
  • Update all dependencies
  • Tests have been cleaned up
  • New tests created for Stashes and Stash Entires

Release v1.7.3

27 Aug 22:21
Compare
Choose a tag to compare

olubalance v1.7.3 - 2020-08-27

New

  • User registration form now contains honeypot field. This is to further prevent spam registrations.

Changed

  • Dependencies updated

Release v1.7.2

18 Aug 22:35
Compare
Choose a tag to compare

olubalance v1.7.2 - 2020-08-18

New

  • User registration now requires passing reCAPTCHA. This is to further prevent spam registrations.

Release v1.7.1

17 Aug 15:05
Compare
Choose a tag to compare

olubalance v1.7.1 - 2020-08-17

New

  • User registration, and current user email changes now require email confirmation. This is to prevent false registrations from bots.
  • Version number has been added to footer

Changed

  • Transaction attachment interface improved to display the filename of the current attachment, as well as corrections to a text overflow issue with long attachment filenames.
  • Favicon has been updated

Fixed

  • User sign-out no longer causes an error
  • Transactions with long descriptions now display better on mobile

Release v1.7.0

06 Aug 23:14
Compare
Choose a tag to compare

olubalance v1.7.0 - 2020-08-06

New

  • Transaction sorting has been added on the date and description fields
  • Transaction search has been improved and now provides instant results as you type

Fixed

  • Bulma Toast notifications become stuck on screen. Fixes #67
  • When deleting a Stash, any stashed money should now be returned to the parent account. Fixes #99
  • Pagination issues have been fixed

Changed

  • Many UI improvements to the transaction list header on both desktop and mobile

Under the hood

  • Assets pipeline dropped in favor of webpacker
  • StimulusJS and StimulusReflex have been added
  • Add pending rubocop cops
  • Massive improvement to seeds file
  • Navbar now displays the rails environment (non-production only)
  • Upgrade to Fontawesome 5
  • Dependencies updated

Release v1.6.4

17 May 22:35
Compare
Choose a tag to compare

olubalance v1.6.4 - 2020-05-17

Fixed

  • Account Starting Balance field now allows decimals. Fixes #82

Changed

  • Gems and Yarn dependencies updated