Skip to content

Releases: gngrninja/PSFolderSize

v1.7.1

10 Oct 22:31
Compare
Choose a tag to compare

[1.7.1] 2020-10-10

Fixed

  • Fixed adding totals

v1.7.0

17 Sep 15:10
Compare
Choose a tag to compare

[1.7.0] 2020-09-17

Changed

  • Changed results to display as Bytes, SizeKB, SizeMB, and SizeGB.
    (was Size(KB), Size(MB), and Size(GB))

Added

  • Added the ability to pre-sort output when using the -OutputFile parameter via the new parameter -OutputSort
    (supported options are FolderSize and SizeBytes)

Fixed

  • Fixed up unit tests so they work with Pester v5

v.1.6.9

05 Mar 22:53
Compare
Choose a tag to compare

[1.6.9] 2020-03-05

Added

  • Added size in KB to results

v1.6.8

05 Jun 17:06
Compare
Choose a tag to compare

[1.6.8] 2019-06-05

Fixed

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

v1.6.7

22 May 23:11
Compare
Choose a tag to compare

[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

v1.6.6

11 Dec 06:17
Compare
Choose a tag to compare

[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!

v1.6.5

10 Dec 22:54
Compare
Choose a tag to compare

[1.6.5] 2018-12-10

Added

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

v1.6.4

28 Nov 18:19
Compare
Choose a tag to compare

[1.6.4] 2018-11-28

Added

  • Added hostname to results

v1.6.3

21 Oct 20:47
Compare
Choose a tag to compare

[1.6.3] 2018-10-21

Fixed

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

v1.6.2

21 Oct 08:42
Compare
Choose a tag to compare

[1.6.2] 2018-10-21

Fixed

  • Typo in description.