about summary refs log tree commit diff
path: root/modules/nixos-apple-silicon/docs/release-notes.md
diff options
context:
space:
mode:
authorAlyssa Ross <hi@alyssa.is>2023-10-22 08:24:10 +0000
committerAlyssa Ross <hi@alyssa.is>2023-10-22 08:24:10 +0000
commitb5faee77a2dceb31545db209ebee1476acb71198 (patch)
tree784c2f2bb13052e519604b14cc235dec3b7f55ef /modules/nixos-apple-silicon/docs/release-notes.md
parent2a87a287685e127797106ffe684015a2371729fd (diff)
parent08cea2d8b6b32b5dd3976d369863d4b22a22f2b4 (diff)
downloadnixlib-b5faee77a2dceb31545db209ebee1476acb71198.tar
nixlib-b5faee77a2dceb31545db209ebee1476acb71198.tar.gz
nixlib-b5faee77a2dceb31545db209ebee1476acb71198.tar.bz2
nixlib-b5faee77a2dceb31545db209ebee1476acb71198.tar.lz
nixlib-b5faee77a2dceb31545db209ebee1476acb71198.tar.xz
nixlib-b5faee77a2dceb31545db209ebee1476acb71198.tar.zst
nixlib-b5faee77a2dceb31545db209ebee1476acb71198.zip
Merge commit '08cea2d8b6b32b5dd3976d369863d4b22a22f2b4'
Diffstat (limited to 'modules/nixos-apple-silicon/docs/release-notes.md')
-rw-r--r--modules/nixos-apple-silicon/docs/release-notes.md27
1 files changed, 26 insertions, 1 deletions
diff --git a/modules/nixos-apple-silicon/docs/release-notes.md b/modules/nixos-apple-silicon/docs/release-notes.md
index c9404cef4cb5..64de3137ba33 100644
--- a/modules/nixos-apple-silicon/docs/release-notes.md
+++ b/modules/nixos-apple-silicon/docs/release-notes.md
@@ -2,7 +2,32 @@
 
 This file contains important information for each release.
 
-## 2023-08-26
+## 2023-10-21
+
+This release updates nixpkgs, m1n1, U-Boot, and the kernel.
+
+Some exciting new features are now available:
+* ALSA configuration module to enable the headphone jack on supported devices
+  * You will need at least `sound.enable = true;` and
+    `hardware.pulseaudio.enable = true;` in your configuration.nix to enable
+    sound for the system.
+  * Speakers will still not be enabled.
+  * Thanks to IonAgorria and yusefnapora for this contribution.
+* Built-in webcam support for supported devices
+  * The webcam should work without additional configuration in applications like
+    Firefox or desktop camera viewers.
+  * To avoid an overly-dark image and other image quality issues, the ISP
+    firmware needs to be added to `all_firmware.tar.gz` within the peripheral
+    firmware directory. This can be done by inserting
+    `/usr/sbin/appleh13camerad` from macOS into the archive's root. Stub
+    partitions created with the Asahi installer after this release should
+    already have the file but older installations must be upgraded manually.
+    This will hopefully be done automatically in a future release.
+* Official support for M2-series devices
+  * Please leave feedback if issues are encountered. I don't have any way to
+    test this support with NixOS.
+
+## 2023-09-17
 
 This release updates nixpkgs.