From 634d5dd312b3bd699f312a3c0c65935b87615800 Mon Sep 17 00:00:00 2001 From: Homes32 Date: Sat, 14 Jun 2025 22:32:17 -0500 Subject: [PATCH] Added an option to always download XYplorer. --- .../File Management/WinDirStat.script | 2 +- .../Applications/File Management/XYplorer.script | 7 +++++-- docs/CHANGELOG.md | 16 ++++++++++++++-- 3 files changed, 20 insertions(+), 5 deletions(-) diff --git a/Projects/PhoenixPE/Applications/File Management/WinDirStat.script b/Projects/PhoenixPE/Applications/File Management/WinDirStat.script index 2468948..6d4da9a 100644 --- a/Projects/PhoenixPE/Applications/File Management/WinDirStat.script +++ b/Projects/PhoenixPE/Applications/File Management/WinDirStat.script @@ -241,7 +241,7 @@ cb_PinToTaskbar="Pin to Taskbar",1,3,12,142,122,18,False cb_PinToStartMenu="Pin to Start Menu",1,3,12,161,122,18,False txt_StartMenuFolder="Start Menu Folder:",1,0,12,201,119,21,"File Management" txt_ShortcutName="Shortcut Name:",1,0,12,243,119,21,WinDirStat -cb_AlwaysDownload="Always download latest version",1,3,155,54,177,18,False,"__Enable this option to ensure you always included the latest version of WinDirStat in your build." +cb_AlwaysDownload="Always download latest version",1,3,155,54,177,18,False,"__Enable this option to ensure you always included the latest version of the program in your build." bvl_Options=Options,1,12,150,90,197,184,8,Bold lbl_Language=Language,1,1,159,110,153,16,8,Normal cmb_Language="English",1,4,160,126,150,21,"Chinese (Simplified)","Czech","Dutch","English","Estonian","Finnish","French","German","Hungarian","Italian","Norwegian","Polish","Portuguese","Russian","Spanish" diff --git a/Projects/PhoenixPE/Applications/File Management/XYplorer.script b/Projects/PhoenixPE/Applications/File Management/XYplorer.script index 288f27f..e12cc6d 100644 --- a/Projects/PhoenixPE/Applications/File Management/XYplorer.script +++ b/Projects/PhoenixPE/Applications/File Management/XYplorer.script @@ -35,8 +35,8 @@ Author=Homes32 Level=5 Selected=False Mandatory=False -Version=1.1.0.0 -Date=2021-11-07 +Version=1.1.1.0 +Date=2025-06-14 [Variables] %ProgramFolder%="XYplorer" @@ -56,6 +56,7 @@ If,%cb_RunFromRam%,Equal,True,RunFromRam /////////////////////////////////////////////////////////////////////////////////// // Extract +If,%cb_AlwaysDownload%,Equal,True,DirDeleteEx,"%ProgramsCache%\%ProgramFolder%" If,Not,ExistFile,"%ProgramsCache%\%ProgramFolder%\%SetupFile%",Run,%ScriptFile%,DownloadProgram Run,%ScriptFile%,ExtractProgram,%TargetPrograms%\%ProgramFolder% @@ -260,6 +261,7 @@ DirDeleteEx,"%ProgramsCache%\%ProgramFolder%" [SetDefaultOptions] System,Cursor,Wait WriteInterface,Value,%ScriptFile%,Interface,cb_RunFromRam,True +WriteInterface,Value,%ScriptFile%,Interface,cb_AlwaysDownload,False WriteInterface,Value,%ScriptFile%,Interface,cb_DesktopShc,True WriteInterface,Value,%ScriptFile%,Interface,cb_StartMenuShc,True WriteInterface,Value,%ScriptFile%,Interface,cb_PinToTaskbar,True @@ -362,6 +364,7 @@ cb_PinToTaskbar="Pin to Taskbar",1,3,12,142,122,18,True cb_PinToStartMenu="Pin to Start Menu",1,3,12,161,122,18,True txt_StartMenuFolder="Start Menu folder:",1,0,12,201,119,21,"File Management" txt_ShortcutName="Shortcut Name:",1,0,12,243,119,21,XYplorer +cb_AlwaysDownload="Always download latest version",1,3,155,54,177,18,False,"__Enable this option to ensure you always included the latest version of the program in your build." bvl_Options=Options,1,12,150,90,197,215,8,Bold cb_AutoRun="Run on startup",1,3,159,104,173,18,False lbl_Language=Language,1,1,159,130,153,16,8,Normal diff --git a/docs/CHANGELOG.md b/docs/CHANGELOG.md index d83d85a..58b71d7 100644 --- a/docs/CHANGELOG.md +++ b/docs/CHANGELOG.md @@ -2,6 +2,20 @@ Notable changes to the PhoenixPE project. +## Release UNRELEASED + +### Added + +### Changed +- grepWin updated to v2.1.9 +- Rufus updated to v4.8 +- Added an option to always download XYplorer. + +### Fixed +- Fixed regression in ProtectPE that caused the expiration date to not be correctly set on initial config. (Back-ported to release 2025-06-14) + +### Removed + ## Release 2025-06-14 ### Added @@ -65,8 +79,6 @@ Notable changes to the PhoenixPE project. - Fixed empty Wifi network list in 24H2. (Issue #137) - Fixed HDDLowLevelFormat and HDDRawCopy now uses embedded binaries due to download issues. -### Removed - ## Release 2025-03-15 ### Added