Skip to content
Snippets Groups Projects
Unverified Commit 049a41f3 authored by Matiss Janis Aboltins's avatar Matiss Janis Aboltins Committed by GitHub
Browse files

:bookmark: (24.7.0) custom reports, splits in rules, tags and more (#2955)

parent 7f30680f
No related branches found
No related tags found
No related merge requests found
Showing
with 3 additions and 105 deletions
{
"name": "@actual-app/api",
"version": "6.8.1",
"version": "6.8.2",
"license": "MIT",
"description": "An API for Actual",
"engines": {
......
{
"name": "@actual-app/web",
"version": "24.6.0",
"version": "24.7.0",
"license": "MIT",
"files": [
"build"
......
......@@ -3,7 +3,7 @@
"author": "Actual",
"productName": "Actual",
"description": "A simple and powerful personal finance system",
"version": "24.6.0",
"version": "24.7.0",
"scripts": {
"clean": "rm -rf dist",
"update-client": "bin/update-client",
......
---
category: Features
authors: [carkom]
---
Removing custom reports from feature flag "experimental" state.
---
category: Enhancements
authors: [jfdoming]
---
Use `AmountInput` on rules page to get formatting/sign toggle button
---
category: Enhancements
authors: [joel-jeremy]
---
Mobile budget page revamp.
---
category: Features
authors: [joel-jeremy]
---
Format notes that starts with # as clickable tags.
---
category: Enhancements
authors: [carkom]
---
Option to add/remove current interval to "live" ranges
---
category: Maintenance
authors: [MatissJanis]
---
Migrating native `Tooltip` component to react-aria Tooltip/Popover (vol.6)
---
category: Bugfix
authors: [carkom]
---
Hardens "showActivity" elements of custom reports, switched to "inflow/outflow" filters. Fixes issue with weekly show activity clicks not filtering dates correctly.
---
category: Features
authors: [jfdoming]
---
Release 'Splits in rules' feature
---
category: Bugfix
authors: [matt-fidd]
---
Fix CSV import not matching category is (nothing) rules
---
category: Enhancements
authors: [psybers]
---
Show account notes in tooltip on sidebar.
---
category: Bugfix
authors: [sreetamdas]
---
Fix amount parsing with 6-9 decimal places
---
category: Features
authors: [joel-jeremy]
---
Make multiple transactions as a split transaction or separate a split transaction into multiple individual ones.
---
category: Features
authors: [Crazypkr1099]
---
Add Year Spending Comparison Feature
---
category: Bugfix
authors: [psybers]
---
Fix amounts over 1 million cutting off.
---
category: Bugfix
authors: [Marethyu1]
---
Fixes nynab import issue where you couldn't import a category group called 'Income'
---
category: Enhancements
authors: [joel-jeremy]
---
Auto create two child transactions on mobile instead of one when splitting a transactions.
---
category: Maintenance
authors: [MatissJanis]
---
Migrating native `Tooltip` component to react-aria Tooltip/Popover (vol.8)
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment