Skip to content

Releases: joaoc-dev/blueledger

v1.1.0

09 Sep 15:26

Choose a tag to compare

1.1.0 (2025-09-09)

Bug Fixes

  • move chatbot query to parent component to facilitate management of data (c79e62d)

Features

  • add chatbot api endpoints (4155538)
  • add chatbot data layer (11cb88e)
  • add chatbot hooks for cleaner separation (60af1d9)
  • add chatbot messages model (0129038)
  • add chatbot schemas and server mapper (0996c65)
  • add chatbot service layer (2d8bc93)
  • add chatbot ui component (08ab3ee)
  • add chatbot-container (20cb664)
  • add handling for reaching embedding api limit (db6b82e)
  • add rate limit protected to the chatbot (b73c97d)
  • add shiki (bfb32c5)
  • add tools the model can use to answer a broader range of questions (5cd8f59)
  • add vector search + embeddings and a sliding window to manage chatbot recall (ed5dcc7)
  • add vector search + embeddings to expenses description and include it in chatbot context (9d7393c)
  • replace chatbot modal with popover for positioning above button (ce27f01)
  • update seed script to generate description embeddings (eb4bbcf)

v1.0.0

04 Sep 02:50

Choose a tag to compare

1.0.0 (2025-09-04)

Bug Fixes

  • add missing dbConnect to users data layer (c78756b)
  • add security check to auth protection (129c77f)
  • await pusher notification to improve sync (8b5f188)
  • correct path to package files (6d4093c)
  • display pusher logs only in development (537e86b)
  • emailverified field should be string in apiresponse (ce4f409)
  • fix release configuration (f873900)
  • fix update of existing friendship pair in case of new invite (c764737)
  • friendlist now uses active rows in stacked-list (2c4ead6)
  • give nav-bar-loading the same behavior as the regular nav-bar (b1b8e84)
  • modal now receives initial open status from caller (b89c7e8)
  • no longer closes add member to group modal when adding by email (c2a1e23)
  • optimize layout of expense form in modal (2951373)
  • pin pnpm version (3899ca8)
  • remove default vertical scroll from notification panel (813dc28)
  • remove display flicker on first load of groups and friends (123c4d5)
  • use absolute path for email logo (5340e3d)
  • user lookup now sends email in request body to increase privacy (057c5b5)
  • when switching tabs in groups and friends always go back to page 1 (ff8d6ef)

Features

  • add accept-friendship mutation and component (80c7036)
  • add accept-membership component (dbd17ef)
  • add add-friend-modal (70536f0)
  • add additional protection to expense resources by user id (3cba11f)
  • add api endpoint for accepting friendship invites (b62b1db)
  • add api endpoint for accepting group membership invites (0d5408a)
  • add api endpoint for canceling friendship invites (2f61d27)
  • add api endpoint for canceling group membership invites (56bbbb7)
  • add api endpoint for checking if user can be invited to group (0c3f29c)
  • add api endpoint for creating group memberships (96f3e72)
  • add api endpoint for creating groups (8e0ab0e)
  • add api endpoint for declining friendship invites (501b3f2)
  • add api endpoint for declining group membership invites (9c7a7be)
  • add api endpoint for deleting groups (2faee11)
  • add api endpoint for getting dashboard data (6e9755a)
  • add api endpoint for getting friendships (6934785)
  • add api endpoint for getting user memberships (f75d6ce)
  • add api endpoint for inviting friends (f733a0b)
  • add api endpoint for leaving group memberships (312166b)
  • add api endpoint for patching groups (1faa46a)
  • add api endpoint for removing group memberships (4622db0)
  • add api endpoint for retrieving a list of friends that are invitable to the group (88647eb)
  • add api endpoint for retrieving group memberships (f476e8c)
  • add api endpoint for transfering group ownership (47f7779)
  • add api endpoint for user lookup by email (b37fccc)
  • add artificial minimum delay to improve loading UX in expenses (79cd950)
  • add auth api client wrapper and verification code hooks (9069d9c)
  • add auth flow for email verification (8f80a9f)
  • add auth posthog analytics (9f23d58)
  • add auth protection to pages and api routes (2d84c38)
  • add auth verification code data logic (69d7471)
  • add avatar-preview-panel (74a9317)
  • add axiom and sentry instrumentation (457bee1)
  • add better responsiveness control to avoid unnecessary dom mounts (c916edb)
  • add button-link (3639a5c)
  • add cancel-friendship mutation and component (1b089ab)
  • add category field to expense model and necessary ui components (5fec466)
  • add category-share-chart (b42dc36)
  • add column ordering (005b2ee)
  • add confirm password reset api endpoint (0d96c05)
  • add confirm verification code api endpoint (46b5fdf)
  • add create expense mutation (1d5236f)
  • add cumulative-spend-ytd-chart (7b6b56b)
  • add cursor-pointer to all buttons (c7acdeb)
  • add custom sigin-form (4660c8e)
  • add data table column resizing (4da5c1e)
  • add data table pagination (96f795e)
  • add data-table-faceted-filter (cd00899)
  • add data-table-view-options ([b2bd5bd](b2bd5bd...
Read more