From c6598ac5fa04125bb711ff8ea60554a752092f7e Mon Sep 17 00:00:00 2001 From: Oliver Date: Wed, 19 Nov 2025 19:19:38 -0700 Subject: [PATCH] Add the unlisted releases to the README for manual installation --- README.md | 14 ++++++++++++++ 1 file changed, 14 insertions(+) diff --git a/README.md b/README.md index 8d4cb08..4fca88e 100644 --- a/README.md +++ b/README.md @@ -2,3 +2,17 @@ This is an intentionally bare-bones system that features a text-only character sheet, allowing the playing of games that may not otherwise have a Foundry system implementation. + +## Unlisted Releases +Some of the versions of Text-Based Actors are not available in the [Releases list](https://git.varify.ca/Foundry/taf/releases), +these versions are installable manually by using the appropriate manifest link +below: + +| Version | Manifest URL +| ------- | ------------ +| v2.2.1 | https://cdn.varify.ca/Foundry/taf/v2.2.1/system.json +| v2.2.0 | https://cdn.varify.ca/Foundry/taf/v2.2.0/system.json +| v2.1.0 | https://cdn.varify.ca/Foundry/taf/v2.1.0/system.json +| v2.0.0 | https://cdn.varify.ca/Foundry/taf/v2.0.0/system.json +| v1.1.0 | https://cdn.varify.ca/Foundry/taf/v1.1.0/system.json +| v1.0.0 | https://cdn.varify.ca/Foundry/taf/v1.0.0/system.json