Skip to content

Releases: gallib/macope

Version 1.1.0

10 Jan 23:04
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: 1.0.1...1.1.0

Version 1.0.1

28 Nov 16:51
Compare
Choose a tag to compare

Updated

  • Complete installation section in readme file

Fix

  • Get back missing database migrations files

Version 1.0.0

27 Nov 15:54
Compare
Choose a tag to compare

Added

  • Macope is now a Laravel application
  • Add a theme
  • New charts

Updated

  • Dependencies have been updated

Version 0.8.1

22 Jun 14:58
Compare
Choose a tag to compare

Improvements

  • Better performances

Version 0.8.0

22 Dec 15:44
Compare
Choose a tag to compare

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

13 Nov 16:05
Compare
Choose a tag to compare

Added

  • Chart with expenses summary for the last 12 months on a new dashboard page
  • Ability to ignore a category (#24)
  • Ability to manually assign (and edit) a category to a journal entry (#25)

Removed

  • Balance column

Fixed

  • Readme (#29)
  • Missing info about migration (#27)

Version 0.6.0

18 Aug 06:59
Compare
Choose a tag to compare
  • Update required laravel version to 5.4
  • Better UI
  • Categories are sort by alphabetical order on categorization page

Version 0.5.0

08 Aug 05:14
Compare
Choose a tag to compare

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

26 Jul 04:36
Compare
Choose a tag to compare
  • Add type category on journal
  • Fix SQL error on yearly billing

Version 0.3.0

21 Jul 04:40
Compare
Choose a tag to compare
  • Access is restricted to authenticated users
  • Newly created categorizations is applied to existing journal entries
  • Added amount to categorization
  • Bug fixing