Skip to content

Latest commit

 

History

History
64 lines (45 loc) · 1.76 KB

CHANGELOG.md

File metadata and controls

64 lines (45 loc) · 1.76 KB

Change Log

All notable changes to this project will be documented in this file.

The format is based on Keep a Changelog. This project adheres to Semantic Versioning.

[Unreleased]

Adding

  • Ability to use wildcards if looking for files
  • Ability to find file with a particular extension
  • Ability to use robocopy if specified

Changing

  • Adding tests/official support for Get-FileReport

[1.6.8] 2019-06-05

Fixed

  • Number formatting for de-DE culture should now work properly

[1.6.7] 2019-05-22

Changed

  • Results are now of type double, not string (for MB/GB/Byte count)
  • Support for v3.0 of PowerShell, as a lot of folks that use this needed it

Added

  • Initial support for using Robocopy added, only for folders, with the -UseRobo switch

[1.6.6] 2018-12-10

Changed

  • Adding file counts are now optional. You can add them to the results by adding the -AddFileTotals switch.
    • This will reduce performance of the script (by around 30%), until I can find a better way to calculate file totals!

[1.6.5] 2018-12-10

Added

  • Added FileCount to results, as well as to grand total

[1.6.4] 2018-11-28

Added

  • Added hostname to results

[1.6.3] 2018-10-21

Fixed

  • Changed -Path to -LiteralPath so []'s aren't interpreted as wild cards

[1.6.2] 2018-10-21

Fixed

  • Typo in description.

[1.6.1] 2018-10-21

Fixed

  • Fixed number formatting for DE

Added

  • Added file listing under root search folder
    • The files will show up under FolderName until I figure out a better approach for this. This was added for a better GrandTotal amount when files were in the root of a folder listed.
  • Added more documentation

Changed

  • Folder structure in repo, added build + tests