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

:bookmark: (23.5.0) various improvements (#993)

parent 539cb0e5
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": "5.1.2",
"version": "6.0.0",
"license": "MIT",
"description": "An API for Actual",
"main": "dist/index.js",
......
{
"name": "@actual-app/web",
"version": "23.4.2",
"version": "23.5.0",
"license": "MIT",
"files": [
"build"
......
......@@ -41,7 +41,7 @@ module.exports = {
},
{
test: /\.pegjs$/,
use: { loader: path.resolve('../peg-loader.js') },
use: { loader: path.resolve(__dirname, '../peg-loader.js') },
},
],
},
......
---
category: Enhancements
authors: [shall0pass]
---
Goals: Added support for percentage driven targets
\ No newline at end of file
---
category: Enhancements
authors: [shall0pass]
---
Goal templates: Changed how compounding 'by' matches are filled. Now uses an average across templates.
---
category: Maintenance
authors: [albertogasparin]
---
Convert few more folders in `loot-core` to Typescript
---
category: Enhancements
authors: [biohzrddd]
---
Add setting to change first day of the week
\ No newline at end of file
---
category: Enhancements
authors: [henrikmaa]
---
Show pending transactions from Nordigen in transactions table
---
category: Features
authors: [sinistersnare]
---
Add experimental OFX importer written in pure javascript.
---
category: Maintenance
authors: [MatissJanis]
---
Cleaning up state management in autocomplete
---
category: Maintenance
authors: [MatissJanis]
---
Improving e2e test stability
---
category: Enhancements
authors: [MatissJanis]
---
Autocomplete: set min-width for the tooltip
---
category: Maintenance
authors: [Sinistersnare]
---
Move from deprecated peg.js to Peggy for Goal template parser.
---
category: Bugfix
authors: [j-f1]
---
Fix j/k shortcuts to move between transactions on account pages
---
category: Maintenance
authors: [MatissJanis]
---
Autocomplete: upgrade `Downshift` dependency
---
category: Bugfix
authors: [j-f1]
---
Don’t reset checked transactions when creating a schedule
---
category: Bugfix
authors: [MatissJanis]
---
Autocomplete: fix multi-autocomplete filtering UX
---
category: Bugfix
authors: [MatissJanis]
---
Autocomplete: support touch events
---
category: Bugfix
authors: [MatissJanis]
---
Nordigen: add fallback link to re-init bank-sync in case the popover was blocked
---
category: Bugfix
authors: [aaroneiche]
---
Forces CSV importer to ignore extra lines ensuring valid import field keys.
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