From 1c39e8e4c68788d531d37c63ea66f5f267576252 Mon Sep 17 00:00:00 2001 From: chasem-dev Date: Thu, 22 Jan 2026 00:26:46 -0500 Subject: [PATCH] Update auto-update UI and configuration - Fix version display (newVersion field) - Add download progress bar with real-time updates - Reorder buttons: Install & Restart (primary), Manually Download (secondary) - Update dev-app-update.yml to point to fork - Update package.json version to 2.0.2 --- dev-app-update.yml | 2 +- package.json | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/dev-app-update.yml b/dev-app-update.yml index e171683..85a5ca7 100644 --- a/dev-app-update.yml +++ b/dev-app-update.yml @@ -1,3 +1,3 @@ provider: github -owner: amiayweb +owner: chasem-dev repo: Hytale-F2P diff --git a/package.json b/package.json index 9ce03ba..7f8303c 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "hytale-f2p-launcher", - "version": "2.0.3", + "version": "2.0.2", "description": "A modern, cross-platform launcher for Hytale with automatic updates and multi-client support", "homepage": "https://github.com/amiayweb/Hytale-F2P", "main": "main.js",