Skip to content

Releases: odinsride/olubalance

Release v1.6.3

03 May 13:06
Compare
Choose a tag to compare

olubalance v1.6.3 - 2020-05-03

Fixed

  • An issue with the date picker in Chrome has been fixed by removing bulma-calendar and replacing with a normal date picker field.
  • New transactions now default to Debit.

Changed

  • Gems and Yarn dependencies updated

Release v1.6.2

17 Apr 19:53
Compare
Choose a tag to compare

olubalance v1.6.2 - 2020-04-17

Changed

  • Gems and yarn dependencies updated

Release v1.6.1

13 Mar 01:49
Compare
Choose a tag to compare

olubalance v1.6.1 - 2020-03-08

Changed

  • puma bumped to 4.3.3
  • nokogiri bumped to 1.10.8
  • Other gems updated

Release v1.6.0

06 Feb 00:58
Compare
Choose a tag to compare

olubalance v1.6.0 - 2020-02-05

Added

  • Account Stash feature added to assist in putting money aside and out of site for planned expenses.
  • Transaction locking feature was implemented and enabled for starting balance transactions as well as stash-related transactions

Changed

  • Bulma version bumped to 0.8.0
  • Ruby version bumped to 2.6.5
  • Bundler version bumped to 2.0.2
  • will_paginate gem swapped for pagy gem
  • Transactions screen now displays total Pending transactions and total Stashed balance

Release v1.5.0

20 Dec 00:27
Compare
Choose a tag to compare

olubalance v1.5.0 - 2019-12-19

Changed

  • Bump Rails to 6.0.2.1
  • Bump Ruby to 2.6.4
  • Other gems updated
  • Github pages disabled (for now)
  • Updated README with much more information

Release v1.4.1

17 Dec 01:27
Compare
Choose a tag to compare

olubalance v1.4.1 - 2019-12-16

Fixed

  • Bump Devise to 4.7.1
  • Bump Puma to 4.3.1

Release v1.4.0

17 Dec 00:50
Compare
Choose a tag to compare

olubalance v1.4.0 - 2019-12-16

Changed

  • olubalance has been redesigned! The codebase has had a thorough first-pass to optimize and clean up views, partials, and models. More improvements to come!

Added

  • Transactions can now be flagged as "Pending". Pending transactions will appear at the top of the transaction list and are useful for marking transactions that don't post the same day of the transaction, such as when writing a check. Pending transactions will also update your overall account balance so you can keep track of what your actual account balance is.
  • RSpec model and request specs have been added to test basic functionality and will continue to be built upon for future releases

Release v1.3.2

27 Jun 23:03
Compare
Choose a tag to compare

olubalance v1.3.2 - 2019-06-27

Fixed

  • Updated Paperclip attachment migration rake task to handle errors and report them for manual clean-up
  • Updated Transaction show view to display a generic file icon for non-image attachments, since extra effort is required to generate thumbnails for those with ActiveStorage.

Release v1.3.0

27 Jun 23:02
Compare
Choose a tag to compare

olubalance v1.3.0 - 2019-06-25

Changed

  • Migration of code and attachment objects from Paperclip to ActiveStorage

Release v1.2.3

26 Jun 01:03
Compare
Choose a tag to compare

olubalance v1.2.3 - 2019-06-25

Changed

  • Ruby version updated to 2.6.3
  • Rails version updated to 5.2.3
  • Other gems updated

Removed

  • Removed Account Documents attachment type. This is not a well known or used feature, so it will be reintroduced at a later time.