diff --git a/docs/Getting-Started/using-actual/index.md b/docs/Getting-Started/using-actual/index.md index 2ba09c48ca..1b18e8ee2f 100644 --- a/docs/Getting-Started/using-actual/index.md +++ b/docs/Getting-Started/using-actual/index.md @@ -29,7 +29,7 @@ Below is a list of useful links related to Actual Budget. - [GitHub for Actual Server](https://github.com/actualbudget/actual-server) - The syncing server with web client included . All you need to run Actual. - [GitHub repository of releases of Actual and Actual packages](https://github.com/actualbudget/releases) - The official Docker image: - [https://hub.docker.com/r/jlongster/actual-server](https://hub.docker.com/r/jlongster/actual-server) + [https://hub.docker.com/r/actualbudget/actual-server](https://hub.docker.com/r/actualbudget/actual-server) ### Guides diff --git a/docs/Release-Notes.md b/docs/Release-Notes.md index 731a75017f..e699627f1d 100644 --- a/docs/Release-Notes.md +++ b/docs/Release-Notes.md @@ -2,9 +2,137 @@ title: Release Notes --- +## 23.4.0 + +**Docker tag: 23.4.0** + +:::info + +Actual has now been moved to a stand-alone Docker organization. If you were previously using `jlongster/actual-server` docker image - please update it to `actualbudget/actual-server`. + +::: + +The release has the following notable features: + +- Rules can now optionally be applied when any of their conditions match (in addition to the existing option to apply when all of their conditions match) +- Rules: quick-create option from the transaction table (in the “X selected” menu that shows up after selecting a transaction, choose “Create rule”) +- Ability to hide decimal places for currencies with large numbers (in Settings → Formatting) +- New autocomplete component (please report any bugs [here](https://github.com/actualbudget/actual/issues/773)) +- Lots of smaller improvements and bugfixes + +### Actual + +Version: 23.4.0 + +#### Features + +- [#725](https://github.com/actualbudget/actual/pull/725) A “hide decimal places” option has been added to improve readability for currencies that typically have large values. — thanks [j-f1] +- [#792](https://github.com/actualbudget/actual/pull/792) Improved UX when setting up account links for bank-sync via Nordigen — thanks [MatissJanis] +- [#802](https://github.com/actualbudget/actual/pull/802) Add quick rule creation from transactions table in accounts page — thanks [albertogasparin] +- [#811](https://github.com/actualbudget/actual/pull/811) Allow rules to apply to "all" or "any" of the provided conditions — thanks [albertogasparin] + +#### Enhancements + +- [#736](https://github.com/actualbudget/actual/pull/736) Save payee name in “imported payee” field during YNAB4/YNAB5 import — thanks [ostat] +- [#756](https://github.com/actualbudget/actual/pull/756) Make goal template keywords case insensitive — thanks [j-f1] +- [#762](https://github.com/actualbudget/actual/pull/762) Change when the welcome screen is shown, add a button to start by importing a file — thanks [j-f1] +- [#768](https://github.com/actualbudget/actual/pull/768) Update wording across the UI to clarify that we don’t own any servers — thanks [j-f1] +- [#774](https://github.com/actualbudget/actual/pull/774) Clarify in the UI that Account Type cannot be changed after creation — thanks [pmamberti] +- [#785](https://github.com/actualbudget/actual/pull/785) Allow importing `.blob` files from actual-server — thanks [Jackenmen] +- [#791](https://github.com/actualbudget/actual/pull/791) Replace straight quotes with curly quotes in user-visible text — thanks [j-f1] +- [#793](https://github.com/actualbudget/actual/pull/793) Slightly improve the layout of the new autocomplete. — thanks [j-f1] +- [#799](https://github.com/actualbudget/actual/pull/799) Improve visual consistency on the settings page — thanks [j-f1] +- [#801](https://github.com/actualbudget/actual/pull/801) Add explicit bank-sync warning disclaimer — thanks [MatissJanis] +- [#808](https://github.com/actualbudget/actual/pull/808) Import transactions with negative amounts represented as `(amount)` — thanks [aharbis] +- [#834](https://github.com/actualbudget/actual/pull/834) Autocomplete: set min-width of the menu — thanks [MatissJanis] +- [#835](https://github.com/actualbudget/actual/pull/835) Force the sidebar to always float when the window is narrow — thanks [j-f1] +- [#848](https://github.com/actualbudget/actual/pull/848) Remove Safari pinned tab icon — thanks [j-f1] +- [#850](https://github.com/actualbudget/actual/pull/850) Autocomplete: turn on new autocomplete by default — thanks [MatissJanis] + +#### Bugfix + +- [#751](https://github.com/actualbudget/actual/pull/751) Fix `#template 0` causing an error — thanks [j-f1] +- [#754](https://github.com/actualbudget/actual/pull/754) (Nordigen) Use bookingDate as fallback during sync — thanks [waseem-h] +- [#777](https://github.com/actualbudget/actual/pull/777) Fix missing `onHover` prop in `TransactionsTable` — thanks [MatissJanis] +- [#787](https://github.com/actualbudget/actual/pull/787) New autocomplete: making consistent height between multi/single value inputs — thanks [MatissJanis] +- [#797](https://github.com/actualbudget/actual/pull/797) Re-enable goal templates by passing flag values to the budget summary component — thanks [modrzew] +- [#819](https://github.com/actualbudget/actual/pull/819) Fix error when running importTransactions from the API — thanks [j-f1] +- [#836](https://github.com/actualbudget/actual/pull/836) PayeeAutocomplete: fix long delay when clicking on "make transfer" — thanks [MatissJanis] +- [#837](https://github.com/actualbudget/actual/pull/837) PayeeAutocomplete: fix flipping of the menu when it's opened near the bottom of the page — thanks [MatissJanis] +- [#839](https://github.com/actualbudget/actual/pull/839) Autocomplete: remove portalization from usage in transaction table in order to improve the UX — thanks [MatissJanis] +- [#851](https://github.com/actualbudget/actual/pull/851) Fix "no server" link no longer working — thanks [MatissJanis] +- [#853](https://github.com/actualbudget/actual/pull/853) Hide the file list/import screens when loading a budget — thanks [j-f1] +- [#854](https://github.com/actualbudget/actual/pull/854) Dismiss the update notification only after clicking the close button — thanks [MatissJanis] +- [#855](https://github.com/actualbudget/actual/pull/855) Normalize value when single/multi select is changed — thanks [MatissJanis] +- [#856](https://github.com/actualbudget/actual/pull/856) Autocomplete: allow editing previously selected payees — thanks [MatissJanis] +- [#862](https://github.com/actualbudget/actual/pull/862) Autocomplete: styling fixes — thanks [MatissJanis] + +#### Maintenance + +- [#670](https://github.com/actualbudget/actual/pull/670) `node-libofx`: add transaction_acct_name function — thanks [j-f1] +- [#696](https://github.com/actualbudget/actual/pull/696) Upgrade React to v18 — thanks [MatissJanis] +- [#741](https://github.com/actualbudget/actual/pull/741) Refactored PaymentAutocomplete component to use react-select — thanks [MatissJanis] +- [#746](https://github.com/actualbudget/actual/pull/746) Add support for automatically generating release notes — thanks [j-f1] +- [#750](https://github.com/actualbudget/actual/pull/750) Reduce JavaScript bundle size by 1MB — thanks [j-f1] +- [#755](https://github.com/actualbudget/actual/pull/755) Removing unused `Debugger` component and its dependencies: perf-deets, codemirror — thanks [MatissJanis] +- [#758](https://github.com/actualbudget/actual/pull/758) Fix end-to-end testing workflow — thanks [j-f1] +- [#763](https://github.com/actualbudget/actual/pull/763) Disable ESLint when building in CI — thanks [j-f1] +- [#765](https://github.com/actualbudget/actual/pull/765) Make desktop-client integration tests independent — thanks [MatissJanis] +- [#769](https://github.com/actualbudget/actual/pull/769) Refactor `TransactionsTable` to react-hook component — thanks [MatissJanis] +- [#771](https://github.com/actualbudget/actual/pull/771) Reducing unit test flakiness by removing randomization — thanks [MatissJanis] +- [#772](https://github.com/actualbudget/actual/pull/772) Upgrade `fast-check` dependency to improve unit test speed — thanks [MatissJanis] +- [#775](https://github.com/actualbudget/actual/pull/775) Revert small change to `useTableNavigator` — thanks [MatissJanis] +- [#776](https://github.com/actualbudget/actual/pull/776) Finish React v18 upgrade: react-dom change — thanks [MatissJanis] +- [#778](https://github.com/actualbudget/actual/pull/778) Further autocomplete component refactors: AccountAutocomplete & GenericInput — thanks [MatissJanis] +- [#780](https://github.com/actualbudget/actual/pull/780) Add `waitFor` to a flaky unit test to make it more stable — thanks [MatissJanis] +- [#781](https://github.com/actualbudget/actual/pull/781) Remove unused `tableNavigatorOpts` code-path — thanks [MatissJanis] +- [#783](https://github.com/actualbudget/actual/pull/783) Remove a few unused class components, convert a few components to functions — thanks [j-f1] +- [#784](https://github.com/actualbudget/actual/pull/784) Refactor `Nordigen` and category Autocomplete to the new react-select component — thanks [MatissJanis] +- [#786](https://github.com/actualbudget/actual/pull/786) Refactored all feature flags to use the new `useFeatureFlag` hook — thanks [MatissJanis] +- [#789](https://github.com/actualbudget/actual/pull/789) Enable new autocomplete in dev/preview builds — thanks [MatissJanis] +- [#790](https://github.com/actualbudget/actual/pull/790) Expose demo bank for easy bank-sync testing in dev and preview builds — thanks [MatissJanis] +- [#795](https://github.com/actualbudget/actual/pull/795) Disable flaky unit test steps — thanks [MatissJanis] +- [#800](https://github.com/actualbudget/actual/pull/800) Eliminate the `loot-design` package and move all of its code into `desktop-client` — thanks [j-f1] +- [#803](https://github.com/actualbudget/actual/pull/803) Docs: remove Rich from core contributors — thanks [MatissJanis] +- [#806](https://github.com/actualbudget/actual/pull/806) Retry loading backend script in web-workers (for local dev server) — thanks [MatissJanis] +- [#813](https://github.com/actualbudget/actual/pull/813) Added onboarding and budget e2e tests — thanks [MatissJanis] +- [#816](https://github.com/actualbudget/actual/pull/816) Initial setup to allow Typescript migration — thanks [albertogasparin] +- [#831](https://github.com/actualbudget/actual/pull/831) Moved `NewAutocomplete` component to TypeScript — thanks [MatissJanis] +- [#832](https://github.com/actualbudget/actual/pull/832) Allow `data:` URLs for images in Netlify deploys — thanks [j-f1] +- [#841](https://github.com/actualbudget/actual/pull/841) Initial migration of loot-core to Typescript — thanks [albertogasparin] +- [#845](https://github.com/actualbudget/actual/pull/845) Improve stability of budget e2e test file — thanks [MatissJanis] +- [#849](https://github.com/actualbudget/actual/pull/849) Update to latest stable `date-fns` version — thanks [j-f1] +- [#861](https://github.com/actualbudget/actual/pull/861) Enable linting for all packages — thanks [j-f1] + +### Actual Server + +Version: 23.4.0 + +#### Features + +- [#178](https://github.com/actualbudget/actual-server/pull/178) Add some optional logging to help troubleshoot configuration issues — thanks [j-f1] + +#### Enhancements + +- [#141](https://github.com/actualbudget/actual-server/pull/141) Make the official Docker images available for armv7 — thanks [jamesmortensen] +- [#166](https://github.com/actualbudget/actual-server/pull/166) Expose sha256 hashes of account IBANs in Nordigen get-accounts and transactions endpoints — thanks [Jackenmen] +- [#172](https://github.com/actualbudget/actual-server/pull/172) Changed budget file download endpoint to use less memory by using streams — thanks [Jackenmen] + +#### Bugfix + +- [#167](https://github.com/actualbudget/actual-server/pull/167) Fix config.json in a default location getting silently ignored when it contains syntax errors. — thanks [Jackenmen] + +#### Maintenance + +- [#150](https://github.com/actualbudget/actual-server/pull/150) Update `docker-compose.yml` to clarify proper usage in production — thanks [j-f1] +- [#165](https://github.com/actualbudget/actual-server/pull/165) Add support for automatically generating release notes — thanks [j-f1] +- [#168](https://github.com/actualbudget/actual-server/pull/168) Expose demo bank that can be used to test Nordigen bank-sync — thanks [MatissJanis] +- [#171](https://github.com/actualbudget/actual-server/pull/171) Fix app-sync.test.js not being ran due to faulty jest configuration — thanks [Jackenmen] +- [#175](https://github.com/actualbudget/actual-server/pull/175) Push Docker images to new `actualbudget` Docker Hub organization. — thanks [trevdor] + ## 23.3.2 -**Docker tag: 23.3.2* +**Docker tag: 23.3.2** The release has the following notable features: @@ -50,7 +178,7 @@ Version: 23.3.2 ## 23.3.1 -**Docker tag: 23.3.1* +**Docker tag: 23.3.1** ### Actual Server @@ -297,7 +425,7 @@ Version: 23.2.5 - [#112](https://github.com/actualbudget/actual-server/pull/112) build(deps): bump moment from 2.29.3 to 2.29.4 - [#117](https://github.com/actualbudget/actual-server/pull/117) build(deps): bump http-cache-semantics from 4.1.0 to 4.1.1 - [#118](https://github.com/actualbudget/actual-server/pull/118) ⬆️ upgrade @actual-app/api to 4.1.6: node-fetch v2 support — thanks [MatissJanis] -- [#119](https://github.com/actualbudget/actual-server/pull/119) ⬆️ upgrade express\*, bcrypt and body-parser — thanks [MatissJani]s +- [#119](https://github.com/actualbudget/actual-server/pull/119) ⬆️ upgrade express\*, bcrypt and body-parser — thanks [MatissJanis] ## 23.1.12 @@ -514,7 +642,9 @@ Version: 22.10.25 - [#82](https://github.com/actualbudget/actual-server/pull/82) Build docker image on push to master or tag — thanks [trevdor] [7brend7]: https://github.com/7brend7 +[aharbis]: https://github.com/aharbis [ajtrichards]: https://github.com/ajtrichards +[albertogasparin]: https://github.com/albertogasparin [andremralves]: https://github.com/andremralves [bdoherty]: https://github.com/bdoherty [brtwrst]: https://github.com/brtwrst @@ -528,8 +658,9 @@ Version: 22.10.25 [gsumpster]: https://github.com/gsumpster [heilerich]: https://github.com/heilerich [iurynogueira]: https://github.com/iurynogueira -[Jackenmen]: https://github.com/Jackenmen [j-f1]: https://github.com/j-f1 +[Jackenmen]: https://github.com/Jackenmen +[jamesmortensen]: https://github.com/jamesmortensen [JazzaG]: https://github.com/JazzaG [jlongster]: https://github.com/jlongster [Kk-ships]: https://github.com/Kk-ships @@ -539,8 +670,11 @@ Version: 22.10.25 [manuelcanepa]: https://github.com/manuelcanepa [MatissJanis]: https://github.com/MatissJanis [mnsrv]: https://github.com/mnsrv +[modrzew]: https://github.com/modrzew [n1thun]: https://github.com/n1thun +[ostat]: https://github.com/ostat [PartyLich]: https://github.com/PartyLich +[pmamberti]: https://github.com/pmamberti [rianmcguire]: https://github.com/rianmcguire [rich-howell]: https://github.com/rich-howell [rickdoesdev]: https://github.com/rickdoesdev @@ -553,5 +687,6 @@ Version: 22.10.25 [UnexomWid]: https://github.com/UnexomWid [venkata-krishnas]: https://github.com/venkata-krishnas [vincentscode]: https://github.com/vincentscode +[waseem-h]: https://github.com/waseem-h [winklevos]: https://github.com/winklevos [wmertens]: https://github.com/wmertens