Skip to content

Releases: monetr/monetr

monetr v0.3.5

05 Nov 00:10
9b7846e
Compare
Choose a tag to compare

Bug Fixes

  • Fixed incorrect build args for container build. (3080eb4), closes #241

monetr v0.3.4

04 Nov 22:35
db09f9a
Compare
Choose a tag to compare

Bug Fixes

  • Allow log format to be configured. (0aacf0a), closes #237
  • deps: update dependency eslint-plugin-jest to v25.2.3 (90a35f0)

monetr v0.3.3

04 Nov 18:46
8e5f673
Compare
Choose a tag to compare

Bug Fixes

  • Added Sentry releases to release flow. (0229715), closes #232

monetr v0.3.2

04 Nov 18:25
0f982fc
Compare
Choose a tag to compare

Bug Fixes

  • deps: update dependency mini-css-extract-plugin to v2.4.4 (45a2aa6)
  • deps: update module github.com/stripe/stripe-go/v72 to v72.73.1 (cd836a2)
  • Fixed SMTP port used for SendGrid. (1f4f8fe), closes #231
  • Improve error reporting to sentry for failed requests. (71b1018)

monetr v0.3.1

04 Nov 02:11
e19ef28
Compare
Choose a tag to compare

Bug Fixes

  • Added X-Real-Ip header to derive client IP address. (894c1a9)

monetr v0.3.0

04 Nov 00:39
c7871ce
Compare
Choose a tag to compare

Features

  • Added "dogfooding" environment for alpha-testing. (6f02d2d)

Bug Fixes

  • deps: update dependency @stripe/stripe-js to v1.21.1 (cb3c740)
  • deps: update module github.com/plaid/plaid-go to v1.7.0 (7516299)
  • deps: update sentry-javascript monorepo to v6.14.0 (80649ff)

monetr v0.2.1

02 Nov 22:46
0c02438
Compare
Choose a tag to compare

Bug Fixes

  • Added terraform to local dependencies. (4221f14)
  • deps: update dependency @stripe/stripe-js to v1.21.0 (18e146f)
  • deps: update dependency @testing-library/jest-dom to v5.15.0 (1506f9f)
  • Ensure client_name sent to Plaid is correct. (6af5f72), closes #185
  • Ensure products parameter of /link/token/create is correct. (28c8fa1), closes #186
  • Fixed ARCH not being set in Makefile. (7389583)
  • Fixed make init-mini vault bug. (6129da6)
  • Fixed RedirectToCheckoutOptions import change in Stripe upgrade. (b967871)
  • Improving Dockerfile build efficiency. (e9277db)
  • Moved institution details endpoint and allow institution ID param. (c82e8bd)
  • No longer require docker for local development. (7bd3afb)
  • Removed PostgreSQL tests, makefile and github actions cleanup. (e0dfab9)
  • Removed unusued go tools. (5d6c35b)

monetr v0.2.0

02 Nov 02:48
f7986cd
Compare
Choose a tag to compare

Features

  • Preventing duplicate item adds. (76b3036), closes #193

Bug Fixes

  • Added vault parameters to the helm chart environment variables. (a14b73d), closes #200
  • deps: update dependency react-select to v5.2.0 (167a102)
  • deps: update module github.com/stripe/stripe-go/v72 to v72.73.0 (a3aaa68)
  • deps: update typescript-eslint monorepo to v5.3.0 (f1aa47e)
  • Fixed failing test due to Link table changes. (2869daa)
  • Fixed vault secret expiring and not being refreshed. (c10c731)
  • vault: Fixed vault authentication not refreshing. (c989267)

monetr v0.1.1

31 Oct 14:52
a13801b
Compare
Choose a tag to compare

Bug Fixes

  • container: Delete the apt-get lists after installing something (edd4a38)
  • container: Pin apt-get package versions. (d887f52)
  • deps: Pinned react-refresh. (c282814)
  • deps: Updated kataras/iris to the latest version. (1cb0fed)
  • deps: Upgrading to MUI V5. (adb3294)
  • Fixed key error on goals view. (6f90ab1)
  • Improved CodeCov reporting on the main pipeline. (2725235)
  • Improved CodeCov uploading. (0368752)
  • Pinned dependencies for material-ui (c624908)
  • webpack: Adding react-refresh, refactor webpack config. (75cdc09)

monetr v0.1.0

30 Oct 15:23
78b6cb5
Compare
Choose a tag to compare

Features

  • Added API endpoint to retrieve institution details via Link ID. (7f96d6c)
  • Added basic toggling of dark mode via local storage. (c2c4728)
  • Added CodeCov report to github actions. (48c4cf3)
  • Adding support for institution statuses. (73a59e8)

Bug Fixes

  • Actually fixed expenses being created on the current day. (6155d91)
  • Added build version and revision to generic binary builds. (f015e7c)
  • Clean apt cache in container image. (cda274c)
  • Fixed helm template stats port issue. Improved local dev. (224326d)
  • Refactored typescript models, fixed webpack. (bc538d3)