From f545c6b3587664178fb6a825b231e440ed8a199a Mon Sep 17 00:00:00 2001 From: Willy-JL <49810075+Willy-JL@users.noreply.github.com> Date: Sat, 1 Jun 2024 08:53:12 +0100 Subject: [PATCH] Update apps - Picopass: Add acknowledgements page (by bettse) - Authenticator: Fix URL format (by akopachov) --- ChangeLog.md | 3 +++ applications/external | 2 +- 2 files changed, 4 insertions(+), 1 deletion(-) diff --git a/ChangeLog.md b/ChangeLog.md index 53445f488..8319336ec 100644 --- a/ChangeLog.md +++ b/ChangeLog.md @@ -7,11 +7,14 @@ ### Updated: - Apps: + - Picopass: Add acknowledgements page (by @bettse) + - Authenticator: Fix URL format (by @akopachov) - Many apps updated for new message queue (by @Willy-JL) - OFW: Furi: wrap message queue in container, prepare it for epoll (by @skotopes) ### Fixed: - Archive: Fix favorite's parent folders thinking they are favorited too (by @Willy-JL) +- FBT: Consistent version/branch info, fix gitorigin (by @Willy-JL) - OFW: Accessor: disable expansion service on start (by @skotopes)