From 5b44978ec2d9e626e0e63678997df55a978aff02 Mon Sep 17 00:00:00 2001 From: Ryan Cao <70191398+ryanccn@users.noreply.github.com> Date: Tue, 26 Jul 2022 21:00:42 +0800 Subject: [PATCH] update some tags --- src/tags.json | 8 ++++++-- 1 file changed, 6 insertions(+), 2 deletions(-) diff --git a/src/tags.json b/src/tags.json index c3277ec..5d10495 100644 --- a/src/tags.json +++ b/src/tags.json @@ -95,14 +95,18 @@ "name": "update", "embed": { "title": "Does PolyMC auto-update?", - "description": "Updating functionality [is planned](https://github.com/PolyMC/PolyMC/issues/60) on Windows and macOS, but not yet implemented, even though the macOS updater [is almost completely done](https://github.com/PolyMC/PolyMC/pull/479). Windows updating will work in a similar way as macOS.", + "description": "PolyMC auto-updates for macOS using the Sparkle Framework.\n\nWindows auto-updating is WIP for now, you will need to download the installer and run it again. (You will not lose your instances.)\n\nFor Linux, just use your package manager!", "color": "BLUE" }, "aliases": ["updating", "autoupdate"] }, { "name": "modupdater", - "text": "Mod updating functionality is almost completely done.\n You can track its development on [the PR](https://github.com/PolyMC/PolyMC/pull/588) and on #mod-updater.", + "embed": { + "title": "Mod updater", + "description": "Mod updating has been introduced in PolyMC 1.4.0! Upgrade if you haven't and you'll be able to use it.", + "color": "GREEN" + }, "aliases": ["mod-update", "modupdate"] }, {