Skip to content

Releases: range-of-motion/budget

v0.19.0

31 Aug 20:26
3a68884
Compare
Choose a tag to compare
v0.19.0 Pre-release
Pre-release
  • #471 - Get rid of ideas and suggestions
  • #468 - Get rid of plans
  • Translate SPA prototype
  • Fix outdated usage of exchange rates API

Non-functional

  • Upgrade to PHP 8.2
  • Fix Chrome driver version in CI
  • Create tests for mails
  • Test endpoint for logging in
  • Test jobs responsible for fetching conversion rates
  • Get rid of overengineerd scopes
  • Get rid of command for dispatching job
  • Ignore commands for installing and updating of project from code coverage
  • Ignore command for updating version file from code coverage
  • Ignore schedule function of kernel in code coverage
  • Associate activity with user by API key as fallback

Security

  • Bump follow-redirects from 1.15.3 to 1.15.6
  • Bump braces from 3.0.2 to 3.0.3
  • Bump axios from 1.6.0 to 1.7.4
  • Bump vite from 4.5.1 to 4.5.3

v0.18.0

09 Dec 19:52
96885de
Compare
Choose a tag to compare
v0.18.0 Pre-release
Pre-release
  • Show chart of balance per day on dashboard
  • Attempt another fix for sorting of transactions
  • Create page in SPA prototype that shows activities

Non-functional

  • #462 - Fix issue with database host and port used by wait-for-it
  • Automate building and pushing of Docker image

v0.17.1

09 Dec 02:28
6e1b25a
Compare
Choose a tag to compare
v0.17.1 Pre-release
Pre-release
  • Fix bug where transactions got sorted incorrectly

v0.17.0

09 Dec 00:16
949315a
Compare
Choose a tag to compare
v0.17.0 Pre-release
Pre-release
  • Support toggling of weekly report in settings of SPA prototype
  • Support creating of recurrings in SPA prototype
  • Show most recent transactions first in overview
  • Show version number on login page

Security

  • Bump vite from 4.4.9 to 4.4.12

v0.16.0

03 Dec 20:30
0f51dcb
Compare
Choose a tag to compare
v0.16.0 Pre-release
Pre-release
  • #404 - Create prototype for SPA
    • Available under /prototype/login
    • You can disable the entire prototype by adding SPA_PROTOTYPE_ENABLED=false to your .env file

Non-functional

  • Use wait-for-it script to determine whether database container is up

v0.15.3

11 Nov 18:19
f2b27fe
Compare
Choose a tag to compare
v0.15.3 Pre-release
Pre-release

Security

  • Bump axios from 0.26.0 to 1.6.0

v0.15.2

02 Nov 15:25
c0df6ba
Compare
Choose a tag to compare
v0.15.2 Pre-release
Pre-release

Non-functional

  • Refactor Docker part in README.md
  • Move files used for Docker into dedicated directory
  • Wait until database container has booted before starting app container
  • Map port of MySQL container to 33061
  • Copy files into Docker image instead of downloading release from GitHub
  • Change column type to unsigned big integer for ID in users table
  • #429 - Upgrade to MySQL 8
  • Reinstate hosted link in README.md
  • Get rid of misunderstood badge in README.md

v0.15.1

19 Oct 00:03
43fad13
Compare
Choose a tag to compare
v0.15.1 Pre-release
Pre-release
  • #387 - Fix job for fetching conversion rates by using @fawazahmed0's repo (instead of scraping ValutaFX)
  • Fix outdated command for building front-end assets in budget:install command
  • #400 - Fix reports by defining its routes individually again instead of as a resource

Non-functional

  • Replace usage of native date function in SpaceInvite model
  • #424 - Use upgraded definition of accessors in models

Security

  • Bump postcss from 8.4.27 to 8.4.31

v0.15.0

16 Aug 17:58
1188f1b
Compare
Choose a tag to compare
v0.15.0 Pre-release
Pre-release
Merge pull request #417 from range-of-motion/416-create-command-for-u…

v0.14.0

13 Aug 18:32
95f8477
Compare
Choose a tag to compare
v0.14.0 Pre-release
Pre-release

Again, no major functional changes, but a significant switch from Yarn to NPM triggered this release.

Non-functional

  • Use Node.js 18 in GitHub Actions and Dockerfile
  • Clean up NPM packages
  • #409 - Use NPM instead of Yarn
  • Clarify absence of hosted link in README.md
  • #406 - Use bullseye variant for PHP 8.1 image in Dockerfile