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

:bookmark: (24.1.0) Mobile split transactions (#2177)

parent e0d66d30
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.3.0",
"version": "6.4.0",
"license": "MIT",
"description": "An API for Actual",
"engines": {
......
{
"name": "@actual-app/web",
"version": "23.12.0",
"version": "24.1.0",
"license": "MIT",
"files": [
"build"
......
......@@ -2,7 +2,7 @@
"name": "desktop-electron",
"productName": "Actual",
"description": "A simple and powerful personal finance system",
"version": "23.12.0",
"version": "24.1.0",
"scripts": {
"clean": "rm -rf dist",
"update-client": "bin/update-client",
......
---
category: Features
authors: [jfdoming]
---
Add end date/max occurrences field to schedules, useful for things like installments
---
category: Enhancements
authors: [spezzino]
---
Add support for automatic theme switching based on system theme
\ No newline at end of file
---
category: Enhancements
authors: [joel-jeremy]
---
Category and group menu/modal in the mobile budget page to manage categories/groups and their notes.
---
category: Enhancements
authors: [carkom]
---
Data loading performance improvements for custom reports
\ No newline at end of file
---
category: Maintenance
authors: [twk3]
---
Add some initial api tests for budgets and accounts
---
category: Maintenance
authors: [joel-jeremy]
---
Use Page component for mobile pages
---
category: Bugfix
authors: [kymckay]
---
Prevent deleted categories blocking creation of new categories with the same name.
---
category: Maintenance
authors: [MikesGlitch]
---
Convert BudgetTotals, GoCardlessLink, Import, WelcomeScreen components to Typescript.
---
category: Maintenance
authors: [lucasboebel]
---
Maintenance: Update CashFlow.js to use typescript
---
category: Maintenance
authors: [ameekSinghUniversityAcc]
---
Migrating the DateRange and UseReport files to typescript
---
category: Bugfix
authors: [vishnukaushik]
---
Fix filter Amount formatting issue
\ No newline at end of file
---
category: Maintenance
authors: [ghosetuhin]
---
Migrating the util.js and chartTheme.js files to typescript
\ No newline at end of file
---
category: Maintenance
authors: [MatissJanis]
---
Refactored `FixedSizeList` to TypeScript
---
category: Maintenance
authors: [MatissJanis]
---
Added more strict typings to `utils.ts` and some of its dependencies
---
category: Maintenance
authors: [MikesGlitch]
---
Adding aria-labels to some buttons for greater accessibility
---
category: Maintenance
authors: [MatissJanis]
---
Enable `react/no-children-prop` rule and fix the issues
---
category: Bugfix
authors: [joel-jeremy]
---
Fix bulk edit field modal in desktop
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