Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
27 changes: 27 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Comment on lines +30 to +31

Copy link
Copy Markdown

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Add terminal punctuation to the 'Fixed' entries.

Suggested change
- Someone just granted admin sees the admin area immediately instead of waiting
for their session to expire
- 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.

- 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
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "nuxt-app",
"version": "2.0.0-beta.1",
"version": "2.0.0-beta.2",
"private": true,
"type": "module",
"scripts": {
Expand Down
Loading