Releases: RocketC31/budget
Releases · RocketC31/budget
v0.14.0
New
- New widget for global balancy (#25)
- Possibility to impact recurring on edit or remove transaction (#30)
Fix
- Active class on menu when it's current page
- Quick fixs
Other
- Remove fork link to original project and update README for give more information about the direction of this fork.
v0.13.2
Some providers not permit to use PATCH (yes it still exists...) So for that we have add switch param in .env to permit to use the PUT method instead if your provider dont use PATCH.
v0.13.1
Bug correction on editing spending and earning
v0.13.0
New
- French translation (#11)
- All component used now Intertia VueJs (#18)
- Rework on interface menu, links, responsive (#1 and #7 and #18)
- Rework on some tests (#16)
- Possibility to change month on transaction page, and show graph and listing categories expansives (#8)
Removed
- All blade component (caused by #18)
- Plan integration feature limitation on new VueJs components (caused by #18). They will be back if necessary in the future (route unexist but controllers/models/config are not removed)