diff --git a/packages/docs/blog/2026-02-22-release-26-2-1.md b/packages/docs/blog/2026-02-22-release-26-2-1.md new file mode 100644 index 0000000000..70bce38e31 --- /dev/null +++ b/packages/docs/blog/2026-02-22-release-26-2-1.md @@ -0,0 +1,22 @@ +--- +title: Release 26.2.1 +description: New release of Actual. +date: 2026-02-22T10:00 +slug: release-26.2.1 +tags: [announcement, release] +hide_table_of_contents: false +authors: MatissJanis +--- + +This release contains two critical security fixes for users of SimpleFin, Pluggy or the multi-user feature. If you do not use these features: feel free to skip this version. + + + +**Docker Tag: v26.2.1** + +Version: v26.2.1 + +#### Bugfixes + +- [#7034](https://github.com/actualbudget/actual/pull/7034) Fix: simplefin and pluggy not requiring auth — thanks @MatissJanis +- [#7040](https://github.com/actualbudget/actual/pull/7040) Fix: unauthorized file access in multi-user setups — thanks @MatissJanis diff --git a/packages/docs/docs/releases.md b/packages/docs/docs/releases.md index 4e37a25295..fe4bd46479 100644 --- a/packages/docs/docs/releases.md +++ b/packages/docs/docs/releases.md @@ -1,5 +1,18 @@ # Release Notes +## 26.2.1 + +Release date: 2026-02-22 + +This release contains two critical security fixes for users of SimpleFin, Pluggy or the multi-user feature. If you do not use these features: feel free to skip this version. + +**Docker Tag: v26.2.1** + +#### Bugfixes + +- [#7034](https://github.com/actualbudget/actual/pull/7034) Fix: simplefin and pluggy not requiring auth — thanks @MatissJanis +- [#7040](https://github.com/actualbudget/actual/pull/7040) Fix: unauthorized file access in multi-user setups — thanks @MatissJanis + ## 26.2.0 Release date: 2026-02-02 @@ -10,8 +23,6 @@ This release contains the following notable improvements, along with numerous fi - Experimental feature: Custom themes [docs](https://actualbudget.org/docs/experimental/custom-themes) - Experimental feature: Budget analysis report [docs](https://actualbudget.org/docs/experimental/budget-analysis-report) - - **Docker Tag: v26.2.0** #### Features @@ -164,8 +175,6 @@ This release contains the following notable improvements, along with numerous fi For Linux users, we have officially released to [Flathub](https://flathub.org/en/apps/com.actualbudget.actual)! - - **Docker Tag: v26.1.0** #### Features @@ -284,8 +293,6 @@ This release contains the following notable improvements, along with numerous fi - Add running balance on mobile account view. - Add CTRL/CMD+Enter keyboard command for entering only a single new transaction on desktop. - - **Docker Tag: v25.12.0** #### Features @@ -402,8 +409,6 @@ This release contains the following notable improvements, along with numerous fi _Note:_ We are dropping support for Node versions older than 22 in this release. If you are using one of these versions of Node you will need to upgrade to at least Node 22. - - **Docker tag: 25.11.0** #### Features @@ -523,8 +528,6 @@ This release contains the following improvements, along with numerous fixes: - Expand the range of display currencies available - Introduce a graph to show balance over time on account pages - - **Docker tag: 25.10.0** #### Features @@ -617,8 +620,6 @@ This release contains the following improvements, along with numerous fixes: - Show experimental budget currency on reports page - Release experimental Pluggy.ai bank connector - - **Docker tag: 25.9.0** #### Features @@ -729,8 +730,6 @@ This release contains the following improvements: - New experimental feature to display currency in some areas of the app - Upgraded keyboard shortcut help menu - - **Docker tag: 25.8.0** #### Features @@ -815,8 +814,6 @@ This release contains the following improvements: - Fix the amount input in the rules and schedules page not allowing decimals - - **Docker tag: 25.7.1** #### Bugfix @@ -835,8 +832,6 @@ This release has many notable improvements. Some highlights: As of this release we are also now publishing **nightly** versions of all the NPM packages, giving more consistency for anyone testing features before they are released. - - **Docker tag: 25.7.0** #### Features @@ -930,8 +925,6 @@ This release contains the following improvements: - Fixes a rare crash when selecting dates - Upgrades the Docker image to use Node.js version 20 - - **Docker tag: 25.6.1** #### Bugfix @@ -954,8 +947,6 @@ Other notable improvements: - Upcoming/missed/due schedules in a category template are now shown on the desktop budget table - Numerous fixes for bugs and visual glitches - - **Docker tag: 25.6.0** #### Features @@ -1068,8 +1059,6 @@ This release has many notable improvements. Some highlights: - Run Actual outside of a Docker container without building from source—for more information, please check out the [docs](https://actualbudget.org/docs/install/cli-tool) - Use Cloudflare Access tunnels to connect to an Actual instance (newly fixed) - - **Docker tag: 25.5.0** #### Features @@ -1323,8 +1312,6 @@ Starting next release, we plan on deprecating the `@actual-app/web` NPM package. ::: - - **Docker tag: 25.3.0** #### Features @@ -1447,8 +1434,6 @@ The release has the following notable improvements: - Ability to disable category learning - Combined account view on mobile - - **Docker tag: 25.2.0** ### Actual diff --git a/upcoming-release-notes/7034.md b/upcoming-release-notes/7034.md deleted file mode 100644 index 51289c320c..0000000000 --- a/upcoming-release-notes/7034.md +++ /dev/null @@ -1,6 +0,0 @@ ---- -category: Bugfixes -authors: [MatissJanis] ---- - -Fix: simplefin and pluggy not requiring auth diff --git a/upcoming-release-notes/7040.md b/upcoming-release-notes/7040.md deleted file mode 100644 index d976e556e7..0000000000 --- a/upcoming-release-notes/7040.md +++ /dev/null @@ -1,6 +0,0 @@ ---- -category: Bugfixes -authors: [MatissJanis] ---- - -Fix unauthorized file access in multi-user setups