Releases: gallib/macope
Releases · gallib/macope
Version 1.1.0
What's Changed
- Laravel 5.7 Shift by @gallib in #48
- Laravel 5.8 Shift by @gallib in #49
- Laravel 6.0 Shift by @gallib in #50
- Apply fixes from StyleCI by @gallib in #55
- Laravel 7.x Shift by @gallib in #57
- Bump dot-prop from 4.2.0 to 4.2.1 by @dependabot in #67
- Bump ini from 1.3.5 to 1.3.8 by @dependabot in #68
- Laravel 8.x Shift by @gallib in #71
- Namespace Models by @gallib in #85
- Apply fixes from StyleCI by @gallib in #87
- Apply fixes from StyleCI by @gallib in #92
- Apply fixes from StyleCI by @gallib in #94
- Bump path-parse from 1.0.6 to 1.0.7 by @dependabot in #89
- Bump url-parse from 1.4.7 to 1.5.4 by @dependabot in #95
- Bump color-string from 1.5.4 to 1.9.0 by @dependabot in #96
New Contributors
- @dependabot made their first contribution in #67
Full Changelog: 1.0.1...1.1.0
Version 1.0.1
Updated
- Complete installation section in readme file
Fix
- Get back missing database migrations files
Version 1.0.0
Added
- Macope is now a Laravel application
- Add a theme
- New charts
Updated
- Dependencies have been updated
Version 0.8.1
Improvements
- Better performances
Version 0.8.0
Added
- Support of Laravel 5.5
- New component with average on expenses by type category (#31)
- New component with sum of expenses and incomes group by month
- A warning is shown if there is no account set on import file (#28)
- Dashboard page shows information about expenses of current month and incomes of last month
- Dashboard page shows how many entries are uncategorized
Fixed
- Last expenses component was a default example
Version 0.7.0
Version 0.6.0
- Update required laravel version to 5.4
- Better UI
- Categories are sort by alphabetical order on categorization page
Version 0.5.0
In this release:
- Add support of Migros Bank
- Add entry type (debit/credit) on categorization
- Yearly billing page has been renamed in expenses
- Add an incomes page
Version 0.4.0
- Add type category on journal
- Fix SQL error on yearly billing
Version 0.3.0
- Access is restricted to authenticated users
- Newly created categorizations is applied to existing journal entries
- Added amount to categorization
- Bug fixing