github ulsklyc/oikos v0.6.0

latest releases: v0.52.57, v0.52.56, v0.52.55...
one month ago

Bug Fixes

  • Budget: Fix "Internal Error" when editing a budget entry and changing its category (#8)

    The date validator import in server/routes/budget.js shadowed the date field from the request body. SQLite received a function reference instead of a string value, causing a TypeError. Fixed by aliasing the import to validateDate and adding date to the req.body destructuring.

Don't miss a new oikos release

NewReleases is sending notifications on new releases.