Skip to content
Snippets Groups Projects
Unverified Commit a0dfb8af authored by Matiss Janis Aboltins's avatar Matiss Janis Aboltins Committed by GitHub
Browse files
parent 1d301ac7
No related branches found
No related tags found
No related merge requests found
Showing
with 4 additions and 106 deletions
...@@ -11,8 +11,8 @@ jobs: ...@@ -11,8 +11,8 @@ jobs:
- name: Checkout - name: Checkout
uses: actions/checkout@v3 uses: actions/checkout@v3
- name: Check release notes - name: Check release notes
if: startsWith(github.ref, 'refs/heads/release/') == false if: startsWith(github.head_ref, 'release/') == false
uses: actualbudget/actions/release-notes/check@main uses: actualbudget/actions/release-notes/check@main
- name: Generate release notes - name: Generate release notes
if: startsWith(github.ref, 'refs/heads/release/') == true if: startsWith(github.head_ref, 'release/') == true
uses: actualbudget/actions/release-notes/generate@main uses: actualbudget/actions/release-notes/generate@main
{ {
"name": "@actual-app/api", "name": "@actual-app/api",
"version": "6.0.1", "version": "6.1.0",
"license": "MIT", "license": "MIT",
"description": "An API for Actual", "description": "An API for Actual",
"main": "dist/index.js", "main": "dist/index.js",
......
{ {
"name": "@actual-app/web", "name": "@actual-app/web",
"version": "23.5.0", "version": "23.6.0",
"license": "MIT", "license": "MIT",
"files": [ "files": [
"build" "build"
......
---
category: Bugfix
authors: [MatissJanis]
---
Reports: 1y date range should be 12 months, not 13 months
---
category: Maintenance
authors: [j-f1]
---
Improve Actions setup, add more automation around issue management
---
category: Maintenance
authors: [j-f1]
---
Add missing migrations to the API package
---
category: Maintenance
authors: [Shazib]
---
Fixing Electron App
---
category: Enhancements
authors: [youngcw]
---
Add option to not remove funds when using an "up to" goal template.
---
category: Maintenance
authors: [Sinistersnare]
---
Detect more errors in JS OFX importer.
---
category: Bugfix
authors: [TheTrueCaligari]
---
Reports: Add Upcoming/Due transactions in the "Selected balance" sum (Issue #319)
---
category: Enhancements
authors: [sudoCerb]
---
Add ability to filter the Manage Payees screen to show orphaned payees only.
---
category: Maintenance
authors: [youngcw]
---
Add link to current feature requests to README.
---
category: Maintenance
authors: [j-f1]
---
Enable ESLint’s `curly` rule
---
category: Enhancements
authors: [shall0pass]
---
Add menu item and keywords for end-of-month budget reassignments
---
category: Bugfix
authors: [TheTrueCaligari]
---
Bugfix: amounts for schedules incorrectly read in 'space-dot' format.
\ No newline at end of file
---
category: Bugfix
authors: [youngcw]
---
Fix infinite loop condition in repeat goal
---
category: Maintenance
authors: [j-f1]
---
Improve behavior of shift-clicking checkboxes to select multiple transactions.
---
category: Features
authors: [jonezy35]
---
Created development docker container
---
category: Bugfix
authors: [shall0pass]
---
Bugfix: Goals template compounding - Large target differences resulted in not enough funding
\ No newline at end of file
---
category: Enhancements
authors: [chylex]
---
Make number parsing agnostic to decimal and thousands separators
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