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

:bookmark: (23.9.0) mobile transaction entry, privacy mode (#1635)

parent 8864e79d
No related branches found
No related tags found
No related merge requests found
Showing
with 2 additions and 109 deletions
{
"name": "@actual-app/web",
"version": "23.8.1",
"version": "23.9.0",
"license": "MIT",
"files": [
"build"
......
......@@ -2,7 +2,7 @@
"name": "desktop-electron",
"productName": "Actual",
"description": "A simple and powerful personal finance system",
"version": "23.8.1",
"version": "23.9.0",
"scripts": {
"clean": "rm -rf dist",
"update-client": "bin/update-client",
......
---
category: Maintenance
authors: [j-f1]
---
Remove second modal implementation
---
category: Features
authors: [Cldfire]
---
Add editing / adding transactions on mobile devices (via an initial port of the old React Native UI)
---
category: Features
authors: [kyrias, ovbm]
---
Add category spending report.
---
category: Bugfix
authors: [biohzrddd]
---
Fix bug where all Account Transaction rows would be re-rendered on hover of a single Transaction row
---
category: Enhancements
authors: [biohzrddd, carkom]
---
Phase one of dark theme, to include filters/rules/transaction tables
\ No newline at end of file
---
category: Enhancements
authors: [joel-jeremy]
---
Show projected balance when creating a new transaction
---
category: Bugfix
authors: [kstockk]
---
Fixed clearing split transactions when importing matched transactions
---
category: Enhancements
authors: [MatissJanis]
---
Improved error handling for export functionality
---
category: Maintenance
authors: [carkom, biohzrddd]
---
add development theme to list of theme options
\ No newline at end of file
---
category: Maintenance
authors: [adamkelly86]
---
Update product screenshot in README.md
---
category: Maintenance
authors: [MatissJanis]
---
Migrate hooks from native JS to TypeScript
---
category: Enhancements
authors: [biohzrddd, carkom]
---
Update Accounts files with dark theme changes
---
category: Bugfix
authors: [shall0pass]
---
Goals: Ignore hidden categories when applying templates
---
category: Enhancements
authors: [carkom]
---
eslint rule for capturing colors/themes
\ No newline at end of file
---
category: Enhancements
authors: [kyrias]
---
Fetch GoCardless transactions from the last 90 days or since first transaction.
---
category: Bugfix
authors: [Cldfire]
---
Fix mobile account view
---
category: Enhancements
authors: [MatissJanis]
---
Add loading indicators to reports page
---
category: Maintenance
authors: [MatissJanis]
---
Add `plugin:react/recommended` eslint config and fix some issues
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