From 9240c6570a7ffe4725d1e23308d935869f14efc9 Mon Sep 17 00:00:00 2001 From: Cory McWilliams Date: Mon, 26 Aug 2024 12:27:46 -0400 Subject: [PATCH] Changelog updates. Almost ready for a release. --- metadata/en-US/changelogs/26.txt | 10 ++++++---- 1 file changed, 6 insertions(+), 4 deletions(-) diff --git a/metadata/en-US/changelogs/26.txt b/metadata/en-US/changelogs/26.txt index a0c04677..e830001f 100644 --- a/metadata/en-US/changelogs/26.txt +++ b/metadata/en-US/changelogs/26.txt @@ -1,8 +1,10 @@ -* Took an initial whack at some plumbing to encourage internet-based discovery of open peers. -* Implemented prompt() on android so that the identities app works better. -* Fixed yet another incorrect use of the DB from the main thread, from an RPC that isn't ever hit. Hmm. -* Added c-ares for TXT record lookups. +* Took an initial whack at encouraging internet-based discovery of open peers. * Added settings to control whether replication, room, peer exchange, and account registration are allowed. +* Implemented prompt() on Android. +* Fixed some incorrect cross-thread use of the main JS context. +* Fixed yet another incorrect use of the DB from the main thread, from an RPC that isn't ever hit. Hmm. +* Minor admin layout fixes. +* Added c-ares for TXT record lookups. * Latest libsodium-stable. * Latest libbacktrace. * Latest CodeMirror.