diff --git a/pages/changelog.js b/pages/changelog.js index 35c3f559889..c056409ee0f 100644 --- a/pages/changelog.js +++ b/pages/changelog.js @@ -11,6 +11,13 @@ export default function Changelog() { removal: "text-red-800 bg-red-100", }; const changes = [ + { + title: "Tag reordering", + description: + "Profile and Event tags can now be reordered by dragging and dropping", + type: "addition", + date: "2023-12-01", + }, { title: "PWA support", description: diff --git a/pages/roadmap.js b/pages/roadmap.js index d0d1d17eea9..5c9ae99ac1b 100644 --- a/pages/roadmap.js +++ b/pages/roadmap.js @@ -18,10 +18,9 @@ export default function Roadmap() { actionText: "See full list", description: "Enjoy these exciting new features right now!", features: [ - "New branding and design", "Show more detailed statistics", - "Premium features", - "Dark mode", + "Favourite GitHub repos", + "Custom domains", ], mostPopular: false, icon: ( @@ -41,7 +40,7 @@ export default function Roadmap() { actionText: "Issue list", description: "Features that are currently being worked on or will be soon.", - features: ["Custom domains", "New web app design"], + features: ["External widgets", "More customisation"], mostPopular: true, icon: (