From 365f473960a279b360ace8ca6bfdb26ae2680d9f Mon Sep 17 00:00:00 2001 From: pStyl3 Date: Sun, 23 Jun 2024 11:09:45 +0200 Subject: [PATCH 1/2] Mention &unsupportedChangeVerified in prelude node --- masterlist.yaml | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/masterlist.yaml b/masterlist.yaml index 72a8ebf..6e9d1ee 100644 --- a/masterlist.yaml +++ b/masterlist.yaml @@ -163,6 +163,11 @@ prelude: type: warn content: 'You seem to be using **{0}**, but it has been superseded. It is recommended that you use **{1}** instead.' + - &unsupportedChangeVerified + type: say + content: 'This plugin has been changed from **{0}** to **{1}**.' + subs: [ '' ] + - &useBashTweakInstead type: say content: 'A Bashed Patch tweak can be used instead of this plugin. {0}' From 7de5fcccaada9474ba3dd3a6c29c3512bc69897b Mon Sep 17 00:00:00 2001 From: pStyl3 Date: Sun, 23 Jun 2024 11:10:41 +0200 Subject: [PATCH 2/2] Fix --- masterlist.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/masterlist.yaml b/masterlist.yaml index 6e9d1ee..1ad8fc1 100644 --- a/masterlist.yaml +++ b/masterlist.yaml @@ -164,7 +164,7 @@ prelude: content: 'You seem to be using **{0}**, but it has been superseded. It is recommended that you use **{1}** instead.' - &unsupportedChangeVerified - type: say + type: warn content: 'This plugin has been changed from **{0}** to **{1}**.' subs: [ '' ]