Skip to content

Releases: hisabi-app/hisabi

v2.0.0

04 Apr 02:38
45268ff
Compare
Choose a tag to compare

What's Changed

Full Changelog: v1.9.1...v2.0.0

v1.9.1

27 Nov 13:00
Compare
Choose a tag to compare

What's Changed

Full Changelog: v1.9.0...v1.9.1

v1.9.0

20 Jul 22:24
Compare
Choose a tag to compare

What's Changed

Full Changelog: v1.8.0...v1.9.0

v1.8.0

22 Oct 14:16
c7021b7
Compare
Choose a tag to compare

What's Changed

Full Changelog: v1.7.1...v1.8.0

v1.7.1

27 Sep 11:09
Compare
Choose a tag to compare

What's Changed

Full Changelog: v1.7.0...v1.7.1

v1.7.0

23 Jul 22:13
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: v1.6.1...v1.7.0

Please run the following commands if you upgrade from prev. releases

php artisan migrate
php artisan cache:clear

v1.6.1

16 Jul 23:15
063e098
Compare
Choose a tag to compare

What's Changed

Full Changelog: v1.6.0...v1.6.1

v1.6.0

16 Jul 23:11
262626e
Compare
Choose a tag to compare

What's Changed

Possible Breaking Change

If you have any custom value metric please make sure to return its value in a new form

<?php
...
class TotalIncome extends ValueMetric
{
    public function __invoke($_, array $args)
    {
        return [
            'value' => ...
        ];
    }
}

Full Changelog: v1.5.1...v1.6.0

v1.5.1

16 Jul 23:06
e9ac5ca
Compare
Choose a tag to compare

What's Changed

  • Fix total cash and added total savings and investment #fix by @saleem-hadad in #24

Full Changelog: v1.5.0...v1.5.1

v1.5.0

15 Jul 21:50
3be8f2c
Compare
Choose a tag to compare

What's Changed

  • Add CBD bank transactions templates and the ability to parse with DateTime #feature by @saleem-hadad in #17
  • Upgrade to searchable Combobox from native dropdown #feature by @saleem-hadad in #18

Full Changelog: v1.4.0...v1.5.0