Saleem Hadad Finance Versions Save

💰 Free open-source personal finance tracking web application powered by ChatGPT.

v2.0.0

1 month ago

What's Changed

Full Changelog: https://github.com/hisabi-app/hisabi/compare/v1.9.1...v2.0.0

v1.9.1

5 months ago

What's Changed

Full Changelog: https://github.com/saleem-hadad/finance/compare/v1.9.0...v1.9.1

v1.9.0

9 months ago

What's Changed

Full Changelog: https://github.com/saleem-hadad/finance/compare/v1.8.0...v1.9.0

v1.8.0

1 year ago

What's Changed

Full Changelog: https://github.com/saleem-hadad/finance/compare/v1.7.1...v1.8.0

v1.7.1

1 year ago

What's Changed

Full Changelog: https://github.com/saleem-hadad/finance/compare/v1.7.0...v1.7.1

v1.7.0

1 year ago

What's Changed

New Contributors

Full Changelog: https://github.com/saleem-hadad/finance/compare/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

1 year ago

v1.6.0

1 year ago

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: https://github.com/saleem-hadad/finance/compare/v1.5.1...v1.6.0

v1.5.1

1 year ago

What's Changed

Full Changelog: https://github.com/saleem-hadad/finance/compare/v1.5.0...v1.5.1

v1.5.0

1 year ago

What's Changed

Full Changelog: https://github.com/saleem-hadad/finance/compare/v1.4.0...v1.5.0