Skip to content

Commit

Permalink
!deploy
Browse files Browse the repository at this point in the history
  • Loading branch information
gngrninja committed Dec 11, 2018
1 parent d6de99e commit 12a5819
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 3 deletions.
11 changes: 8 additions & 3 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ All notable changes to this project will be documented in this file.
The format is based on [Keep a Changelog](http://keepachangelog.com/).
This project adheres to [Semantic Versioning](http://semver.org/).

## [Unreleased]
## [Unreleased]

### Adding
- Ability to use wildcards if looking for files
Expand All @@ -15,6 +15,11 @@ This project adheres to [Semantic Versioning](http://semver.org/).
### Changing
- Adding tests/official support for Get-FileReport

## [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
Expand All @@ -27,7 +32,7 @@ This project adheres to [Semantic Versioning](http://semver.org/).
### Fixed

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

## [1.6.2] 2018-10-21
### Fixed

Expand All @@ -42,6 +47,6 @@ This project adheres to [Semantic Versioning](http://semver.org/).
- 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
Binary file modified PSFolderSize/PSFolderSize.psd1
Binary file not shown.

0 comments on commit 12a5819

Please sign in to comment.