From 58dde2f4be7e6eb92c5caa0e7209008f8d9792fe Mon Sep 17 00:00:00 2001 From: nfebe Date: Wed, 12 Aug 2026 04:38:28 +0100 Subject: [PATCH] chore(release): Bump to v2.0.0-beta.2 and record the changelog Prepares the second Ailanthus beta: bumps the version so the release checks run against a fresh tag, and records the changelog covering the import-led onboarding step, the reworked confirmation cards, the single-category rule and the shared currency list. --- CHANGELOG.md | 27 +++++++++++++++++++++++++++ package.json | 2 +- 2 files changed, 28 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 90249a9..cbbce7c 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -5,6 +5,33 @@ All notable changes to this project will be documented in this file. The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.1.0/), and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html). +## [2.0.0-beta.2] - 2026-08-12 + +Codename: Ailanthus, second beta. + +### Added + +- Onboarding offers to bring transactions in, by importing a file or connecting an + account, instead of ending on an empty dashboard. Connectors come from the + integrations the server advertises, so a new one appears here on its own + +### Changed + +- Assistant confirmation cards name what they will change and show the fields at + rest, opening a form only when someone chooses to edit; changes proposed + together arrive as one card confirmed in a single click +- A transaction takes a single category rather than a growing list of chips; one + saved earlier keeps its first category when saved again +- Every form offers the shared currency list, covering the rupee, real, rupiah, + peso, dong, lira, zloty, hryvnia and more, rather than three hardcoded lists + +### Fixed + +- Someone just granted admin sees the admin area immediately instead of waiting + for their session to expire +- A hiccup while re-reading the signed-in user no longer signs them out; only an + actual rejection ends a session + ## [2.0.0-beta.1] - 2026-07-11 ### Added diff --git a/package.json b/package.json index 51b4323..b2af8ae 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "nuxt-app", - "version": "2.0.0-beta.1", + "version": "2.0.0-beta.2", "private": true, "type": "module", "scripts": {