From 4fe26db1db4351909833d88eebee1ff2d0539f18 Mon Sep 17 00:00:00 2001 From: SimplifiedPrivacy Date: Thu, 6 Aug 2026 12:24:34 -0400 Subject: [PATCH] change log --- change_log.md | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/change_log.md b/change_log.md index 57df201..c393f42 100644 --- a/change_log.md +++ b/change_log.md @@ -1,5 +1,12 @@ # Major Change Log: +# Transition +### Aug 6, 2026 +1) Transition ticket prep from old requests-based GET/POST system to the new httpx one. +2) Adjusted server-side for application_versions, and then the client to match it. It now has a single endpoint, instead of 4 different ones. +3) Have Tor bootstrap use a new config, but same data folder on first attempt. +
+ # Sync on No Database Start ### August 5, 2026 Added a forced sync at startup if there's no DB pre-existing, to handle a bug in GUI with no application versions. Isolated application_version database calls to their own module. And fixed a bug in SyncController to catch if application_version updates and split them into the different tables.