This was asked before:
…the answer does not seem to work for any given archived version. I’d like 5.3.8. Thanks.
This was asked before:
…the answer does not seem to work for any given archived version. I’d like 5.3.8. Thanks.
https://tiddlywiki.com/#TiddlyWiki%20Archive
uups. That’s TWs only.
As far as I know, upgrade.html is not kept. But IMO the easiest way is.
I use this mechanism if I need to test something with an older version.
Hope that helps
Mario
Yeah, I’m not looking for the empty.html, rather the upgrade.html. Or, am I missing something.
Since I prefer offline updates, I download and keep (most of the) update.html files.
If you need a 5.3.8 update, I can help.
upgrade_5_3_8.zip (6.7 MB)
If you prefer an older version, I can offer you an empty.html for version 5.2.5, too -
not quite what you want, but close.
You can find the current upgrade.html file hosted on the tiddlywiki.com-gh-pages repository here.
To download an older version, you’ll need to check the file’s commit history. Because the commits aren’t explicitly tagged with TiddlyWiki version numbers, you have to filter by release date instead.
Example for finding the v5.3.8 upgrader:
Check the main TiddlyWiki5 repo to find the release date for your target version (v5.3.8 was Aug 7, 2025).
Open the commit history for upgrade.html and filter by that date using the since and until parameters in the URL.
Here is the filtered history for the v5.3.8 release where you can grab the raw file.
Here’s a tool that automate this process: share
Demo:
You might need to create a github token to avoid running into the github api rate limites.
edit: you can find a list of all the upgraders here, each file served with githack to be able to use the upgrader directly in the browser : https://tw-upgrader-archive.tiddlyhost.com
@RetRoland Thank you I used your file. @telumire Thank you for the generic solution. I did use the tool—works well.