Skip to content

Releases: monetr/monetr

v0.16.4

29 Mar 04:05
5b548f9
Compare
Choose a tag to compare

0.16.4 (2024-03-29)

Dependencies

  • ui: update dependency @fontsource-variable/inter to v5.0.17 (#1694) (b97bfb8)
  • ui: update dependency @react-email/components to v0.0.16 (#1718) (fb73de7)
  • ui: update dependency autoprefixer to v10.4.19 (#1695) (e1497b6)
  • ui: update dependency axios to v1.6.8 (#1696) (44bc837)
  • ui: update dependency postcss to v8.4.38 (#1646) (a43b941)
  • ui: update dependency react-email to v2.1.1 (#1719) (645170c)

Bug Fixes

  • ci: Fixed staging deploying an invalid tag during release. (a6f3131)
  • forecast: Fixed bug causing inconsistent contributions to goals. (29f777c)

v0.16.3

29 Mar 02:11
3198b5c
Compare
Choose a tag to compare

0.16.3 (2024-03-28)

Features

  • ui: Add timeline to the goal details view. (b25c84c), closes #1699
  • ui: Adding custom popover component (520ede1)
  • ui: Adding OTP input component. (89b32aa)
  • ui: Consolidating tailwind configuration + docs updates. (e6d7860)
  • ui: Improve plaid setup UI. (9095c53)
  • ui: Improving the manual setup page (a459b2e)
  • ui: Laying groundwork for new popover component. (bab4939)
  • ui: More UI components. (c076022)

Dependencies

  • api: update module cloud.google.com/go/kms to v1.15.8 (#1707) (9b7ed31)
  • api: update module github.com/nyaruka/phonenumbers to v1.3.4 (#1712) (1cda365)

Bug Fixes

  • deps: Fixing pnpm lockfile (540af63)
  • ui: Don't keep querying similar transactions. (58a9cb2), closes #1705
  • ui: Put inactive accounts at the end of the selector. (1a8ccef), closes #1708

Miscellaneous

  • api: Tweak transactions controller result. (e273455)
  • ui: Working on UI stuff. (f797185)

v0.16.2

19 Mar 15:02
4764925
Compare
Choose a tag to compare

0.16.2 (2024-03-19)

Features

  • api: Adding support for parsing QFX files. (#1653) (43c9de7)
  • api: Adding support for teller.io (#1659) (eba6c52)
  • api: Building out CSV import functionality. (#1654) (68cb109)
  • api: Creating the initial interface for transaction enrichment (be16d3d)
  • api: Getting basic teller config options in. (a7ed4af)
  • api: Include teller transaction data in transaction by ID. (9018106)
  • api: Laying initial groundwork for Teller. (104c5eb)
  • api: Upgrading Plaid SDK to v20. (6317b4e)
  • build: CMake improvements for local development (#1664) (535cb55)
  • cmd: Adding command to trigger teller sync manually (0f8ff68)
  • cmd: Improvements to how the command line is inited (8fdda92)
  • email: Add email notification when your password changes (06af95c)
  • email: Upgrading react-email to the latest version. (42e979a)
  • Include number of locales on version (f7cbb66)
  • jobs: Adding basic support for job retries (#1682) (d1fde6a)
  • Laying groundwork for embedding legal docs into the app. (dc88bc5)
  • locale: Adding more support for localization. (5b4399f)
  • plaid: Separate Plaid data in the database. (#1658) (1823920)
  • ui: Hide teller when it is not enabled. (e4fdde1)

Dependencies

  • api: update golang.org/x/exp digest to 814bf88 (#1689) (195b6aa)
  • api: update module cloud.google.com/go/kms to v1.15.7 (#1690) (ada1d9c)
  • api: update module github.com/alicebob/miniredis/v2 to v2.31.1 (#1691) (29df9f2)
  • api: update module github.com/brianvoe/gofakeit/v6 to v6.28.0 (#1648) (e32031e)
  • api: update module github.com/klauspost/cpuid/v2 to v2.2.7 (#1692) (67c8632)
  • api: update module github.com/labstack/echo/v4 to v4.11.4 (#1693) (82f7e25)
  • api: update module github.com/nyaruka/phonenumbers to v1.3.2 (#1615) (7e2d5e4)
  • api: update module github.com/plaid/plaid-go/v14 to v20 (#1683) (a6d24ba)
  • api: update module google.golang.org/protobuf to v1.33.0 [security] (#1702) (dc74700)
  • ui: update dependency react-number-format to v5.3.4 (#1697) (52e0186)

Bug Fixes

  • api: Enforce max links for teller as well. (ce104ac), closes #1669
  • api: Fix GET /bank_accounts/:id endpoint results. (bb993b0), closes #1678
  • api: Fix duplicate enqueue error for postgres (fb9bb53)
  • api: Fix migration as part of the teller reset. (544abc8)
  • api: Fix plain text secret encoding. (#1674) (ce814d0)
  • api: Fix sentry traces for cron jobs (9d24951)
  • api: Fix transaction history for new links (28638b5), closes #1634
  • api: Fixed SMTP message formatting. (3afe98e)
  • api: Fixed typo in schema migration (b94ddd3)
  • api: Fixing reset teller migration again. (427798d)
  • api: Improving errors from files controller. (9ea43db)
  • api: Mark teller transactions as soft deleted as well. (8773ae5)
  • build: Don't run development.down if docker server is offline. (de10b92)
  • build: Fixed issue downloading go dependencies (dcbefca)
  • build: Give simple-icons a dedicated build target. (8183970)
  • build: Upgrade to Go 1.21 (5df1a25)
  • ci: Fix ngrok in CI/CD (0b7150e)
  • cmd: Fixed sync-teller command not syncing all links. (d499734)
  • container: Fixed container build (68af285)
  • develop: Fixing ngrok local development setup (3bf8f3f)
  • forecast: Forecasting will now take into account late expenses (0d300e4)
  • local: Fix docker detection on older versions of docker (bf11a33), closes #1687
  • local: Fixed local development for arm64 machines (dc65505), closes #1681
  • staging: Fixed staging KMS config. (200c4f0)
  • teller: Fix continuing to mark txns as deleted. (7710cf7)
  • teller: Fix teller transaction amounts on credit accounts. (#1685) (f092134), closes #1677
  • teller: Fixing teller sync again. (6193bc4)
  • teller: Fixing teller sync properly. (a4aec9d)
  • teller: Fixing teller transaction syncing. ([bd85a6a](https://gi...
Read more

v0.16.1

03 Jan 16:51
89ca05f
Compare
Choose a tag to compare

0.16.1 (2024-01-03)

Bug Fixes

  • deploy: Fixed production deployment configuration. (6e3bb14)

v0.16.0

03 Jan 16:11
dc9c147
Compare
Choose a tag to compare

0.16.0 (2024-01-03)

⚠ BREAKING CHANGES

  • Updating readme.

Features

  • Adding support for manual budgeting. (#1547) (403802a)
  • api: Actually detect recurring transactions. (ada5d8d)
  • api: Add basic rejection of invalid content types for uploads. (e34ec2f)
  • api: Add dedicated recurring transaction detection code. (bbcd080)
  • api: Added currency code to transactions. (407c2a7)
  • api: Adding GET /bank_account/:bankAccountId/recurring. (7434528)
  • api: Adding 32 bit calculation support for DBSCAN. (#1633) (eae164f)
  • api: Adding a way to store similar transactions. (691b61a)
  • api: Adding clock and moving to PASETO instead of JWT. (#1618) (66e21f5)
  • api: Adding filesystem support to storage interface. (df5f957)
  • api: Adding groundwork for just detecting similar transactions. (e3e64bf)
  • api: Adding more AVX code for normalizing TF-IDF vectors. (c49ede7)
  • api: Adding some basic name detection to similar transactions. (79d7ff8)
  • api: Cleaning up and improving DBSCAN code. (d51c496)
  • api: Implement PostgreSQL backed job queue. (#1642) (9cda92d)
  • api: Laying groundwork for detecting recurring transactions. (#1628) (f44bd9b)
  • api: Laying groundwork for file upload API. (ec434b8)
  • api: Laying groundwork for S3 storage backend. (701c825)
  • api: Laying groundwork for storing recurring transaction data. (d6b71c7)
  • api: Make the TFIDF store the final IDF for later use. (bc44262)
  • api: More implementation of the GCS and S3 storage backends. (07a67d8)
  • api: Move the TF-IDF code over to using AVX. (300ff82)
  • api: Properly cleanup similar transactions (0a872fb)
  • api: Take into account amount of transaction for recurring. (b8f759f)
  • api: Trigger similar transaction detection after Plaid sync. (22d47e0)
  • build: Breaking up cmake into the sub projects (5dd6855)
  • build: Migrate build system to CMake. (#1495) (f90c6f5)
  • build: Revised dockerfile. (#1537) (9527b08), closes #1535
  • ci: Adding code coverage back (#1622) (caa7971)
  • ci: Run tests outside of a container. (#1623) (a0944b8)
  • develop: Adding back the restart command (35f1a55)
  • development: Adding minio to local development environment. (e605c5e)
  • docs: Adding interface example to docs home page. (470b387)
  • docs: Adding sitemap.xml support for docs site. (13cd634)
  • docs: Improving documentation development workflow. (#1489) (1b8fa73)
  • docs: Migrating docs to next.js (#1593) (f53daec)
  • Improving Plaid syncing + manual sync fix. (1639f2c)
  • local: Updated docker compose for self-hosting. (#1545) (ac95cbe)
  • storage: Laying groundwork for GCS storage backend. (8353066)
  • test: Greatly improved CTest. (5edb86f)
  • ui: Added initial similar transactions display. (d0c6d07)
  • ui: Added pending checkbox to transaction details page. (38087f1)
  • ui: Added skeleton loading state to similar transactions. (ac57ff0)
  • ui: Adding a way for the UI to retrieve similar transactions. (2337b2b)
  • ui: Adding scroll restoration to goals and expenses. (f5b2384)
  • ui: Adding storybook back (#1603) (f15fc56)
  • ui: Adding transaction scroll restoration on back. (24b2161)
  • ui: Getting emails working in storybook. (0a46c63)
  • ui: Interface Redesign (#1465) (95ded72)
  • ui: Migrating email templates to react-email (#1576) (9494183), closes #1568
  • ui: Moving user interface to workspace. (#1586) (d631dff)
  • ui: Sort links by name. (62679a8)

Dependencies

Read more

v0.15.12

09 Sep 16:51
5919b3a
Compare
Choose a tag to compare

0.15.12 (2023-09-09)

Features

  • api: Improving spending, adding tests (ce5721f)
  • ui: Switching to pnpm over yarn. (#1484) (f3480f9)

Dependencies

  • api: update module github.com/go-pg/pg/v10 to v10.11.1 (#1481) (198ce2c)
  • ui: update dependency prettier to v2.8.8 (#1421) (059c673)

Bug Fixes

  • api: Fix institution status caching. (5b958e3), closes #1485
  • build: Don't need to install hostess, just to remove it on clean. (e792ad0)
  • build: Fixed build command on non-linux hosts. (ceee6e4)
  • build: Fixed licensed permissions (d665a42)
  • build: Fixed permission issue with build on linux. (5f3854a)
  • cache: Fixed caching for institutions. (e9ecb6b)
  • ci: Fixed container versioning. (81ed465)
  • ci: Fixed release pipeline running unneeded step. (5948746)
  • ci: Fixing UI build in CI. (#1482) (3877588)
  • dev: Fixed permission issues on linux for local dev. (d199d24)
  • docs: Updated to reference pnpm (#1494) (61755be), closes #1493
  • forecast: Fixed forecast timing bug. (057cab9), closes #1486
  • makefile: Add check for pnpm (#1492) (434b143)
  • ui: Fixed 404 errors from disabled Sentry UI. (0afef5e)
  • ui: Fixed hot module replacement woes for css and rspack. (a70e50f)
  • ui: Fixed RSPack config blunder. (7907a80)

Miscellaneous

  • deps: bump word-wrap from 1.2.3 to 1.2.4 (#1483) (63d60de)
  • docs: Fixed terminology on landing page. (dd8c587)
  • docs: Updated readme with information on development status. (387a4f5)
  • forecast: Adding test to prove forecasting bug. (faa9777)
  • Increase resource requests for deployment. (61c4ee5)
  • staging: Increase max plaid links in staging. (8771869)
  • test: Writing some more tests. (#1488) (a2a574d)
  • Tweak (6e1e1f9)
  • ui: Removing yarn.lock (43b9c47)
  • Updating LICENSE. (531f829)
  • Working on better code for spending (4bc9c2c)

v0.15.11

09 Jul 01:11
c4a08f6
Compare
Choose a tag to compare

0.15.11 (2023-07-09)

Bug Fixes

  • build: Tweaking new gitlab deployment (080fd50)

v0.15.10

09 Jul 00:43
a74cf5e
Compare
Choose a tag to compare

0.15.10 (2023-07-09)

Features

  • api: Adding an endpoint to request a single spending object. (4e18a82)
  • deploy: Switching to GitLab for deployments (#1474) (66aef0b)

Bug Fixes

  • api: Fixed institution API bug, bumped plaid to v14 (67d26b3), closes #1472
  • test: Fixed test failures from plaid upgrade. (bce914e)

Miscellaneous

  • deps: bump tough-cookie from 4.1.2 to 4.1.3 (#1473) (fcb8944)

v0.15.9

06 Jul 01:35
9bd8fb1
Compare
Choose a tag to compare

0.15.9 (2023-07-06)

Features

  • api: Added proper forecast endpoint. (584245b)

Bug Fixes

  • bug: Fixed DTStart bug in rrule processing. (#1468) (c9cf496)
  • bug: Fixed weird pointer issue with spending backdates. (5d1976f)

v0.15.8

05 Jul 16:20
7826644
Compare
Choose a tag to compare

0.15.8 (2023-07-05)

Bug Fixes

  • forecast: Fixed paused goals affecting funding forecast. (f4acc3a)