Files
actual/docs/Release-Notes/22.10.25.md
Rich In SQL c3fb555bda File rename
2022-10-25 07:24:00 +01:00

15 KiB

title
title
Release 22.10.25

:::warning This release includes a breaking change to the sync component, ensure your budget is backed up before you update to avoid data loss :::

Changes that are in this release are listed below.

Releases

This version of Actual does not include any of the following

  • Actual Electron Desktop Application
  • iOS Application
  • Android Application

Actual

Actual Server

  • #1 - Adjust Dockerfile to build successfully thanks Kovah
  • #2 - Instructions for running via Docker thanks ajtrichards
  • #6 - Add hostname binding thanks UnexomWid
  • #7 - added a basic docker-compose file thanks Kk-ships
  • #11 - Add Github Actions workflow to automatically build a Docker image thanks Kovah
  • #12 - Adjust Dockerfile to use multi-stage builds thanks Kovah
  • #13 - add: tsconfig.json thanks wmertens
  • #14 - Use Alpine Linux as base image for docker container thanks ldotlopez
  • #19 - Add GH Action workflow to publish Docker image thanks m3nu
  • #20 - Add one-click hosting option thanks m3nu
  • #21 - Health Check Endpoint thanks Silvenga
  • #22 - Add Dockerfile.alpine for alpine build add tini to debian image thanks brtwrst
  • #28 Transition to typescript thanks PartyLich
  • #31 Correct fly template port by ciwchris
  • #33 Add more appropriate linting setup by TomAFrench
  • #37 Add linter checks to CI thanks TomAFrench
  • #41 Check builds are successful on PRs/master thanks TomAFrench
  • #43 Enforce prettier rules thanks TomAFrench
  • #46 fix: error handling middleware signature thanks JazzaG
  • #50 Fix Cross-Origin issues to enable SharedArrayBuffer thanks jlongster
  • #51 Bump Actual to 4.1.0 thanks jlongster
  • #52 Fix 'Out of sync' error thanks 7brend7
  • #64 build: add node GC argument to fly template thanks PartyLich
  • #65 build: add tini subreaper arg to fly template thanks PartyLich
  • #70 Update Express to version 4.17 thanks rich-howell
  • #72 Fix/download only necessary files thanks PartyLich
  • #75 Switch syncing to simple sync method thanks jlongster
  • #78 Respect configuration for user-files and don't init the app by jlongster
  • #81 Store user files as blobs instead of unzipping them thanks jlongster
  • #82 Build docker image on push to master or tag thanks trevdor