Skip to content

Commit

Permalink
publish new versions (#886)
Browse files Browse the repository at this point in the history
Co-authored-by: jbolda <[email protected]>
  • Loading branch information
github-actions[bot] and jbolda authored Jan 14, 2025
1 parent ab499b0 commit 471a86f
Show file tree
Hide file tree
Showing 10 changed files with 18 additions and 25 deletions.
5 changes: 0 additions & 5 deletions .changes/account-view.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changes/fix-chart-line-account-id-comparison.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changes/sidebar-nav.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changes/timeline-view.md

This file was deleted.

7 changes: 7 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
# Changelog

## \[0.6.0]

- [`eaa1d76`](https://github.com/jbolda/finatr/commit/eaa1d7668932f4cf51f4b8a8dbf0adbcb0b7680c) ([#898](https://github.com/jbolda/finatr/pull/898) by [@jbolda](https://github.com/jbolda/finatr/../../jbolda)) Accounts each have their own specific page. This allows for a simple "prefilter" of related data. It improves focus when drilling down into a specific subset of transactions.
- [`8174428`](https://github.com/jbolda/finatr/commit/8174428c7cc125d3e6dcd5e3e04bd4393777fb4c) ([#887](https://github.com/jbolda/finatr/pull/887) by [@jbolda](https://github.com/jbolda/finatr/../../jbolda)) The comparison for the account ID broke when we passed in the transactions with accounts wired up. The types were not sufficiently complete to catch. Fix the error and more of the types.
- [`f9089d2`](https://github.com/jbolda/finatr/commit/f9089d222411ccdeb18b6263ef4b7c2ade9c94ab) ([#891](https://github.com/jbolda/finatr/pull/891) by [@jbolda](https://github.com/jbolda/finatr/../../jbolda)) Switch to sidebar navigation for larger displays. This helps with a better "app feel" and allows more freely adding new pages.
- [`99b0699`](https://github.com/jbolda/finatr/commit/99b0699e0d7e7905f0b8532919f45ff8d6d659e6) ([#885](https://github.com/jbolda/finatr/pull/885) by [@jbolda](https://github.com/jbolda/finatr/../../jbolda)) Add transaction timeline view to see all transaction in a running list.

## \[0.5.0]

- [`b7babe6`](https://github.com/jbolda/finatr/commit/b7babe63fd78adaf7129643500f286c1e787de3e) ([#652](https://github.com/jbolda/finatr/pull/652) by [@depfu](https://github.com/jbolda/finatr/../../depfu)) Update parcel 2.9.3 → 2.10.3 (minor)
Expand Down
4 changes: 2 additions & 2 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "finatr",
"version": "0.5.0",
"version": "0.6.0",
"description": "",
"keywords": [],
"license": "Apache-2.0",
Expand Down
6 changes: 6 additions & 0 deletions src-tauri/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# Changelog

## \[0.3.1]

### Dependencies

- Upgraded to `[email protected]`

## \[0.3.0]

- [`acdf454`](https://github.com/jbolda/finatr/commit/acdf45479494e55b7f83f1c502420f18c96a73f6) ([#755](https://github.com/jbolda/finatr/pull/755) by [@renovate](https://github.com/jbolda/finatr/../../renovate)) Update tauri monorepo to latest v1.5.
Expand Down
2 changes: 1 addition & 1 deletion src-tauri/Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion src-tauri/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "app"
version = "0.3.0"
version = "0.3.1"
description = "A Tauri App"
authors = ["you"]
license = ""
Expand Down

0 comments on commit 471a86f

Please sign in to comment.