|
4 | 4 |
|
5 | 5 | *Use own bin floder |
6 | 6 |
|
7 | | -[](https://Stadub-Gh.visualstudio.com/PowershellScripts/_build/latest?definitionId=3?branchName=master) |
| 7 | +[](https://Stadub-Gh.visualstudio.com/PowershellScripts/_build/status/stadub.PowershellScripts?branchName=master) |
8 | 8 | [](https://ci.appveyor.com/project/stadub/powershellscripts) |
9 | 9 | [](https://travis-ci.org/stadub/PowershellScripts) |
10 | 10 | [](https://www.powershellgallery.com/packages/Bookmarks/) |
@@ -181,36 +181,31 @@ Test-ZipFileContent - Perform zip file check |
181 | 181 |
|
182 | 182 | ## Changelog |
183 | 183 |
|
184 | | -### [v0.9.5](https://github.com/stadub/PowershellScripts/releases/tag/v0.3.1) |
185 | | - |
186 | | -* Add module methods description. |
| 184 | +### [v1.0.0](https://github.com/stadub/PowershellScripts/releases/tag/v0.4.0) |
| 185 | + |
| 186 | +*First public release. |
| 187 | +*Supported function: |
| 188 | + `Read-ZipFile` `szr` |
| 189 | + `Add-ZipFileContent` `sza` |
| 190 | + `Remove-ZipFileContent` `szrm` |
| 191 | + `Test-ZipFileContent` `szt` |
| 192 | + `Get-ZipFileContent` `br` |
| 193 | + |
| 194 | +* Changelog: |
| 195 | + Update icon. |
| 196 | + Remove extra shared functions |
| 197 | + Add update checker |
| 198 | + Change test environment to StrictMode=Latest |
187 | 199 | * Adding Icon/Readme file/Usage video. |
188 | 200 |
|
189 | 201 | ### [v0.9.0](https://github.com/stadub/PowershellScripts/releases/tag/v0.3.0) |
190 | 202 |
|
191 | 203 | * Adding unit tests |
192 | | -* Added function `Remove-AllPSBookmarks` |
193 | | -* Add `Test-ZipFileContent` function |
194 | | -* Rename `Check7Zip` to `Test-7ZipInstall` |
195 | | - |
196 | | -### [v0.8.0](https://github.com/stadub/PowershellScripts/releases/tag/v0.2.0) |
197 | | - |
198 | | -* Adding unit tests for all functions |
199 | | -* Refactor methods and extract worker process function to `Start-7Zip` |
200 | | -* Fix functions load flow. |
201 | | -* Move initalization to separated function. |
202 | | - |
203 | | -### [v0.7.0](https://github.com/stadub/PowershellScripts/releases/tag/v0.1.0) |
204 | | - |
205 | | -* Add the `Remove-ZipFileContent` `Read-ZipFile` functions |
206 | | -* Separate functions and aliases. |
207 | | - |
208 | | -### [v0.6.0](https://github.com/stadub/PowershellScripts/releases/tag/v0.1.0) |
209 | | - |
210 | | -* Extracted module from the `FolderEncoder` project and move to individual folder. |
211 | | -* Rename `Encode7zip` `Decode7Zip` to `Add-ZipFileContent` and `Get-ZipFileContent` functions |
| 204 | +* Extracted `7zip` module from `FolderEncoder` |
| 205 | +* Module `7zip` adding aliazes and tests |
| 206 | +* `7zip` moduel add readme file, icon and build def |
212 | 207 |
|
213 | | -## Motivation |
| 208 | +## Donate |
214 | 209 |
|
215 | 210 | The modules are created and actively maintained during evenings and weekends for my own needs. |
216 | 211 | If it's useful for you too, that's great. I don't demand anything in return. |
|
0 commit comments