change log

This commit is contained in:
SimplifiedPrivacy 2026-08-06 12:24:34 -04:00
parent c4802d3c7d
commit 4fe26db1db

View file

@ -1,5 +1,12 @@
# Major Change Log: # 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.
<br/>
# Sync on No Database Start # Sync on No Database Start
### August 5, 2026 ### 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. 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.