-
Notifications
You must be signed in to change notification settings - Fork 8
/
Copy pathCHANGELOG
35 lines (34 loc) · 2.17 KB
/
CHANGELOG
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
Windows: create_xbox_drive.bat
2016/06/30 - Initial Release (2.0) - XFiX
2016/07/20 - Added Partition Size Selection (3.0) - XFiX
2016/08/10 - Use devcon to reset USB drives (4.0 Redacted 5.0) - XFiX
2016/10/18 - List Partition Sizes (4.0) - XFiX
2017/05/12 - Added Englishize Cmd v1.7a Support (5.0) - XFiX
2017/05/24 - Official 1TB and 2TB GUID Support (5.0) - XFiX
2017/12/11 - Added "Run as administrator" check (6.0) - XFiX
2017/12/11 - Non-Standard larger than 2TB Support (6.0) - XFiX
2017/12/11 - Robocopy Standard to Non-Standard (6.0) - XFiX
2018/01/03 - Added \Windows\System32\en-US check (6.0) - XFiX
2018/01/31 - Allow selection of disk 0 (6.1) - XFiX
2018/01/31 - Only Backup "System Update" (6.1) - XFiX
2018/02/01 - Added :ChkForC to avoid destroying C: (6.1) - JCRocky5, XFiX
2018/03/12 - Better check for drive letter availability (7.0) - XFiX
2018/03/12 - Copy data to a local drive when only one SATA adapter is available (7.0) - XFiX
2018/04/26 - Find and log the current system language code (7.0) - XFiX
2018/04/26 - Warn drive size limitations and limit to 2TB "User Content" (7.0) - XFiX
2018/05/29 - Logging and path improvements (7.0) - XFiX
2018/06/19 - Preserve ACLs with robocopy /COPYALL (7.0 Removed 8.0) - XFiX
2018/11/13 - Removed Englishize Cmd v1.7a Usage (8.0) - XFiX
2018/11/13 - Support systems with 10 or more attached drives (8.0) - XFiX
Linux: create_xbox_drive.sh
2014/07/09 - Initial Release - Ludvik Jerabek
2016/01/07 - Removed MBR Patching and added --stage 0 (1.0) - XFiX
2016/05/13 - Added Original Xbox User Content size --mirror option (3.0) - Ludvik Jerabek
2016/05/17 - Fixed disk size calculation physical vs logical blocks (3.0) - Ludvik Jerabek
2017/05/24 - Original 1TB and 2TB GUID Support with --disktype [0|1|2] (5.0) - XFiX
2017/05/31 - Improved list_part_info.sh to help find the proper disk (5.0) - XFiX
2018/01/10 - Non-Standard larger than 2TB Support (6.0) - XFiX
2018/01/10 - Added Source drive for data copy --source option (6.0) - XFiX
2018/01/10 - Copy source data to target drive with --stage 2 (6.0) - XFiX
2018/04/26 - Warn drive size limitations and limit to 2TB "User Content" (7.0) - XFiX
2018/06/19 - Preserve ACLs with rsync -A (7.0) - XFiX