From 950bd59320e0868aba35e6bcd2320b5ad4f57426 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Sybren=20A=2E=20St=C3=BCvel?= Date: Tue, 31 Oct 2023 14:52:49 +0100 Subject: [PATCH] CHANGELOG: Add the support for macOS Silicon (arm64) --- CHANGELOG.md | 1 + 1 file changed, 1 insertion(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 31fbde1d..11ec3f47 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -16,6 +16,7 @@ bugs in actually-released versions. - Worker name can be configured via `flamenco_worker.yaml` via `worker_name = "somename"`. - Add worker command `exec` for executing arbitrary executables. - Upgrade bundled FFmpeg from 5.0 to 5.1. +- Preliminary support for macOS "Silicon" (ARM64 architecture). Official Flamenco builds will be available, but ship without bundling FFmpeg. See the [download page](https://flamenco.blender.org/download/#macos-silicon-builds) for more info. - Rename the add-on download to `flamenco-addon.zip` (it used to be `flamenco3-addon.zip`). It still contains the same files as before, and in Blender the name of the add-on has not changed. - Improve speed of queueing up >100 simultaneous job deletions. - Improve logging of job deletion.