From 5b0c382523e1e7af18da69a784896edaea5bc35b Mon Sep 17 00:00:00 2001 From: Bauke Date: Sat, 23 Dec 2023 12:54:10 +0100 Subject: [PATCH] Update the feature dates. --- source/options/features.ts | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/source/options/features.ts b/source/options/features.ts index d35bbd0..1452aee 100644 --- a/source/options/features.ts +++ b/source/options/features.ts @@ -35,6 +35,7 @@ export const features: FeatureData[] = [ }, { availableSince: new Date("2020-10-03"), + lastUpdated: new Date("2023-12-24"), index: 0, key: Feature.Autocomplete, title: "Autocomplete", @@ -71,6 +72,7 @@ export const features: FeatureData[] = [ }, { availableSince: new Date("2019-11-12"), + lastUpdated: new Date("2023-12-24"), index: 0, key: Feature.MarkdownToolbar, title: "Markdown Toolbar", @@ -78,7 +80,7 @@ export const features: FeatureData[] = [ }, { availableSince: new Date("2023-07-16"), - lastUpdated: new Date("2023-10-22"), + lastUpdated: new Date("2023-12-24"), index: 0, key: Feature.Miscellaneous, title: "Miscellaneous", @@ -93,6 +95,7 @@ export const features: FeatureData[] = [ }, { availableSince: new Date("2022-02-27"), + lastUpdated: new Date("2023-12-24"), index: 0, key: Feature.ThemedLogo, title: "Themed Logo", @@ -100,7 +103,7 @@ export const features: FeatureData[] = [ }, { availableSince: new Date("2019-11-10"), - lastUpdated: new Date("2023-10-22"), + lastUpdated: new Date("2023-12-24"), index: 0, key: Feature.UserLabels, title: "User Labels",