From cc466a4b3c4af6421cd8091ef490301ad94ec87b Mon Sep 17 00:00:00 2001 From: vorotamoroz Date: Wed, 29 Apr 2026 18:37:44 +0900 Subject: [PATCH] ### Fixed - Now larger settings can be exported and imported via QR code without issues. (#595) - Fixed some errors during serialisation and deserialisation of the settings, which caused issues in some cases when importing/exporting settings via QR code. Co-authored-by: Copilot --- aggregator.html | 92 +++++++++++++++++++++++++++++++++++++++++++++++++ src/lib | 2 +- 2 files changed, 93 insertions(+), 1 deletion(-) create mode 100644 aggregator.html diff --git a/aggregator.html b/aggregator.html new file mode 100644 index 0000000..c3c422b --- /dev/null +++ b/aggregator.html @@ -0,0 +1,92 @@ + + + + + + Self-hosted LiveSync Setup QR Aggregator + + + +
+

LiveSync Setup

+
+

Checking hash data...

+
+
+ + + + diff --git a/src/lib b/src/lib index 57fb114..91b5981 160000 --- a/src/lib +++ b/src/lib @@ -1 +1 @@ -Subproject commit 57fb114d27bd9edf477c173a301a9dbf87d5bfd4 +Subproject commit 91b59812191dc8e190658b4110eedd4dca5e1803