From 7f83334c6c313c85594416f5f1787357a2f679ce Mon Sep 17 00:00:00 2001 From: line0 Date: Fri, 24 Jul 2026 14:21:49 +0200 Subject: [PATCH] feat(feed): advertise the Yutils feed in knownFeeds Yutils is packaged for DependencyControl in TypesettingTools/Yutils#2 as `tstools.Yutils`, which declares the bare `Yutils` name in `provides`. Advertising its feed here folds it into the officially trusted set, so ASSFoundation's existing feed-less `Yutils` requirement resolves to it without ASSFoundation having to reference a 0.4.0 feed that v0.6.x clients can't parse. The retired `master` feed is deliberately left untouched, so only v0.7.0+ clients ever discover the feed. Co-Authored-By: Claude Opus 4.8 (1M context) --- DependencyControl.json | 1 + 1 file changed, 1 insertion(+) diff --git a/DependencyControl.json b/DependencyControl.json index 3dd23b3..22d50de 100644 --- a/DependencyControl.json +++ b/DependencyControl.json @@ -35,6 +35,7 @@ "phoscity-scripts": "https://raw.githubusercontent.com/PhosCity/Aegisub-Scripts/main/DependencyControl.json", "SubInspector": "https://raw.githubusercontent.com/TypesettingTools/SubInspector/master/DependencyControl.json", "unanimated-scripts": "https://raw.githubusercontent.com/TypesettingTools/unanimated-Aegisub-Scripts/master/DependencyControl.json", + "Yutils": "https://raw.githubusercontent.com/TypesettingTools/Yutils/master/DependencyControl.json", "zahuczky-scripts": "https://raw.githubusercontent.com/Zahuczky/Zahuczkys-Aegisub-Scripts/main/DependencyControl.json", "zeref-scripts": "https://raw.githubusercontent.com/TypesettingTools/zeref-Aegisub-Scripts/main/DependencyControl.json" },