From db285988896410b142565540c19d7e677f85aed7 Mon Sep 17 00:00:00 2001 From: Timothy Sutton Date: Thu, 4 Jun 2015 11:13:56 -0400 Subject: [PATCH] Prettier changelog --- CHANGELIST | 18 +++++++++--------- 1 file changed, 9 insertions(+), 9 deletions(-) diff --git a/CHANGELIST b/CHANGELIST index d2245c1..b7f99c6 100644 --- a/CHANGELIST +++ b/CHANGELIST @@ -1,9 +1,9 @@ -0.2.2 (June 3, 2015) +### 0.2.2 (June 3, 2015) - new option '-p/--product-id', allowing one to manually select a product to download in cases where multiple products were found for a model - updated default Apple SUS catalog to Yosemite -0.2.1 (October 3, 2014) +### 0.2.1 (October 3, 2014) - '--model' option can now be given multiple times to do multiple downloads in a single run - update dmg2iso to 1.6.5 @@ -17,28 +17,28 @@ recently expose only a 'Payload~' archive to 7-Zip, so we no longer assume both exist -0.2.0 (August 4, 2013) +### 0.2.0 (August 4, 2013) - fix issues with Boot Camp installer not installing certain packages (particularly nVidia/Intel mgmt), by switching the '/qn' option to '/qr' - this runs a minimal GUI installation that still does not block for user input - fix proper detection of Windows version architecture for older CPUs -0.1.5 (April 15, 2013) +### 0.1.5 (April 15, 2013) - fix failure to properly locate BootCamp MSI with latest AutoUnattend-based drivers. now search for BootCamp{64,}.msi starting from the root down, so we don't expect a specific folder hierarchy. -0.1.4 (April 12, 2013) +### 0.1.4 (April 12, 2013) - handle the case of multiple ESDs applicable to a model by selecting the one with the most recent PostDate -0.1.3 (March 15, 2013) +### 0.1.3 (March 15, 2013) - temporary workaround for model overlap with AutoUnattend-style BootCamp ESDs released March 14, 2013 - misc. fixes -0.1.2 (January 28, 2013) +### 0.1.2 (January 28, 2013) - automatically change output dir to the drive root when the current working directory is detected to be \Windows\system32, to resolve issue with system32/SysWoW64 and the BootCamp installer locating its packages @@ -47,10 +47,10 @@ download directory - more readable status output -0.1.1 (January 23, 2013) +### 0.1.1 (January 23, 2013) - '--leave-files' option added - use rmdir for all Windows cleanup due to issue with shutil and foreign characters -0.1.0 (January 11, 2013) +### 0.1.0 (January 11, 2013) - first version