From 9bcbdaf45620b9a39b3fba47965f1ed94a489b7a Mon Sep 17 00:00:00 2001 From: Bauke Date: Sat, 21 Oct 2023 13:03:36 +0200 Subject: [PATCH] Set updated feature dates. --- source/options/features.ts | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/source/options/features.ts b/source/options/features.ts index ee19f46..404ba66 100644 --- a/source/options/features.ts +++ b/source/options/features.ts @@ -48,6 +48,7 @@ export const features: FeatureData[] = [ }, { availableSince: new Date("2023-07-01"), + lastUpdated: new Date("2023-10-22"), index: 0, key: Feature.HideTopics, title: "Hide Topics", @@ -76,7 +77,7 @@ export const features: FeatureData[] = [ }, { availableSince: new Date("2023-07-16"), - lastUpdated: new Date("2023-09-24"), + lastUpdated: new Date("2023-10-22"), index: 0, key: Feature.Miscellaneous, title: "Miscellaneous", @@ -91,6 +92,7 @@ export const features: FeatureData[] = [ }, { availableSince: new Date("2019-11-10"), + lastUpdated: new Date("2023-10-22"), index: 0, key: Feature.UserLabels, title: "User Labels",