Skip to content
Snippets Groups Projects
Unverified Commit 20825d66 authored by Matiss Janis Aboltins's avatar Matiss Janis Aboltins Committed by GitHub
Browse files
parent 28db6fb3
No related branches found
No related tags found
No related merge requests found
Showing
with 2 additions and 110 deletions
{
"name": "@actual-app/web",
"version": "23.6.0",
"version": "23.7.0",
"license": "MIT",
"files": [
"build"
......
......@@ -3,7 +3,7 @@
"productName": "Actual",
"author": "Shift Reset LLC",
"description": "A simple and powerful personal finance system",
"version": "23.6.0",
"version": "23.7.0",
"scripts": {
"clean": "rm -rf dist",
"update-client": "bin/update-client",
......
---
category: Maintenance
authors: [trevdor, j-f1]
---
Upgrade to react-router v6 and adopt v6 routing conventions.
---
category: Maintenance
authors: [j-f1]
---
Add a clear error to the API when no budget is open, but you attempted to perform an action that requires a budget to be open.
---
category: Enhancements
authors: [j-f1]
---
Add a new `sync` method to the API, also sync before shutting down.
---
category: Maintenance
authors: [TomAFrench]
---
Add types to `crdt` directory
\ No newline at end of file
---
category: Maintenance
authors: [TomAFrench]
---
Enforce proper types in server sync code
---
category: Maintenance
authors: [shall0pass]
---
Goals: Use shared 'months' functions throughout goals
---
category: Bugfix
authors: [shall0pass]
---
Fixes an error when 'sink' and 'source' are in the same category.
\ No newline at end of file
---
category: Bugfix
authors: [Shazib]
---
Fix reloading issues, external url handling, and tidy up menus in the electron app.
\ No newline at end of file
---
category: Enhancements
authors: [youngcw]
---
Goals: Add remainder option to budget all extra funds automatically.
---
category: Enhancements
authors: [j-f1]
---
Disable “Reset sync” button when sync is disabled
---
category: Bugfix
authors: [j-f1]
---
Fix error in console when `hideFraction` pref is missing
---
category: Maintenance
authors: [MatissJanis]
---
Align `cross-env` versions in all packages; add it to `desktop-electron`
---
category: Bugfix
authors: [SudoCerb]
---
Corrected an issue where toggling the "Show unused payees"/"Show all payees" button would raise a compilation error.
---
category: Enhancements
authors: [youncw]
---
Add action in month drop down to check template lines for proper formatting
---
category: Bugfix
authors: [j-f1]
---
Fix ID for newly added migration
---
category: Maintenance
authors: [Sinistersnare]
---
Remove new OFX parser in favor of the old.
---
category: Maintenance
authors: [j-f1]
---
Stop mixing platform-specific code
---
category: Maintenance
authors: [j-f1]
---
Update `loot-core` to be built with webpack 5, matching the other packages.
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