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.