tractatus/public/version.json
TheFlow 9895d155e3 fix: Resolve stale CSS caching and CI test failure
- Add ?v= cache-bust parameters to CSS references in index.html,
  home-ai.html, and timeline.html (were missing, causing stale CSS)
- Fix version.json: disable forceUpdate (was causing 10s auto-reload
  loops), fix minVersion paradox (was 0.2.1 > current 0.1.3)
- Fix update-cache-version.js: stop always setting forceUpdate=true,
  add 7 missing HTML files to cache-bust list, add bare CSS/JS
  reference detection
- Fix ClaudeAPI.test.js: generateBlogTopics now takes context object,
  not positional arguments
- Add spacing between honesty note and Koha section

Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
2026-02-07 16:10:29 +13:00

10 lines
251 B
JSON

{
"version": "0.1.3",
"buildDate": "2026-02-07T02:57:53.120Z",
"changelog": [
"Added Tino Rangatiratanga (Māori) flag to language selector",
"Fixed cross-origin flag loading issue"
],
"forceUpdate": false,
"minVersion": "0.1.0"
}