You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: NEWS.md
+17-1
Original file line number
Diff line number
Diff line change
@@ -1,5 +1,5 @@
1
1
<!--
2
-
SPDX-FileCopyrightText: 2020 Daniel Fullmer and robotnix contributors
2
+
SPDX-FileCopyrightText: 2021 Daniel Fullmer
3
3
SPDX-License-Identifier: MIT
4
4
-->
5
5
@@ -8,6 +8,22 @@ changes occur which require user intervention / configuration changes. These
8
8
are highlights since the last update, and are not meant to be an exhaustive
9
9
listing of changes. See the git commit log for additional details.
10
10
11
+
# 2021-10-24
12
+
## Highlights:
13
+
- Android 12 support for `vanilla` and `grapheneos` flavors. Set default `androidVersion = 12`.
14
+
- New LineageOS-flavored updater module [PR #90](https://github.com/danielfullmer/robotnix/pull/90) (thanks @ajs124)
15
+
- New Active Edge module for Pixel devices [PR #125](https://github.com/danielfullmer/robotnix/pull/125) (thanks @zhaofengli)
16
+
- New `pixel.useUpstreamDriverBinaries` option to use binaries from [here](https://developers.google.com/android/drivers) instead of android-prepare-vendor. (Only recommended for testing)
17
+
- Updated vanilla flavor to SP1A.210812
18
+
- Updated grapheneos flavor to 2021102300
19
+
- Updated lineageos flavor to 2021102406
20
+
- Updated Chromium / Vanadium to 95.0.4638.50, Bromite to 94.0.4606.102
21
+
- Updated Seedvault to 11-2.3 tag for Android 11, 2021-10-23 for Android 12
22
+
- Added microG patches for Android 12
23
+
- Updated Updater to 2021-10-22
24
+
- Refactor and separate kernel building for vanilla and GrapheneOS
25
+
- Now set default `buildDateTime` automatically based on maximal `source.dirs.<relpath>.dateTime`, as fallback in case there is not a better way to set it.
26
+
11
27
# 2021-09-09
12
28
## Highlights:
13
29
- Added support for new device, "barbet" (Pixel 5a), on vanilla and GrapheneOS flavors.
0 commit comments