Prettier changelog

This commit is contained in:
Timothy Sutton 2015-06-04 11:13:56 -04:00
parent f99af638ea
commit db28598889

View file

@ -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 - new option '-p/--product-id', allowing one to manually select a product
to download in cases where multiple products were found for a model to download in cases where multiple products were found for a model
- updated default Apple SUS catalog to Yosemite - 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 - '--model' option can now be given multiple times to do multiple downloads
in a single run in a single run
- update dmg2iso to 1.6.5 - update dmg2iso to 1.6.5
@ -17,28 +17,28 @@
recently expose only a 'Payload~' archive to 7-Zip, so we no longer assume recently expose only a 'Payload~' archive to 7-Zip, so we no longer assume
both exist both exist
0.2.0 (August 4, 2013) ### 0.2.0 (August 4, 2013)
- fix issues with Boot Camp installer not installing certain packages - fix issues with Boot Camp installer not installing certain packages
(particularly nVidia/Intel mgmt), by switching the '/qn' option to '/qr' (particularly nVidia/Intel mgmt), by switching the '/qn' option to '/qr'
- this runs a minimal GUI installation that still does not block for user - this runs a minimal GUI installation that still does not block for user
input input
- fix proper detection of Windows version architecture for older CPUs - 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 - fix failure to properly locate BootCamp MSI with latest AutoUnattend-based
drivers. now search for BootCamp{64,}.msi starting from the root down, drivers. now search for BootCamp{64,}.msi starting from the root down,
so we don't expect a specific folder hierarchy. 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 - handle the case of multiple ESDs applicable to a model by selecting the
one with the most recent PostDate 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 - temporary workaround for model overlap with AutoUnattend-style BootCamp ESDs
released March 14, 2013 released March 14, 2013
- misc. fixes - 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 - 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 directory is detected to be \Windows\system32, to resolve issue with system32/SysWoW64
and the BootCamp installer locating its packages and the BootCamp installer locating its packages
@ -47,10 +47,10 @@
download directory download directory
- more readable status output - more readable status output
0.1.1 (January 23, 2013) ### 0.1.1 (January 23, 2013)
- '--leave-files' option added - '--leave-files' option added
- use rmdir for all Windows cleanup due to issue - use rmdir for all Windows cleanup due to issue
with shutil and foreign characters with shutil and foreign characters
0.1.0 (January 11, 2013) ### 0.1.0 (January 11, 2013)
- first version - first version