-
Notifications
You must be signed in to change notification settings - Fork 5
/
Copy pathChangeLog.txt
47 lines (33 loc) · 1.09 KB
/
ChangeLog.txt
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
Version 0.0.90.0
Revamped the repository, and core features.
UTF7 was removed as a supported encoding format.
Version 0.0.1.1 Added Commands and Invoke-Item
Nothing major just minor tweaks.
New Features
Get-Content -raw
Added the ability to get the raw value of the files inside powershell.
Invoke-Item
Now Invokes any script inside the zip file.
Note: No error handling.
Version 0.0.1 The First Update
No real feature changes, however I am laying the groundwork to Modify and Edit Files within the ZipFile. s
Now with less IOPS.
Rewrote code to cache data, and store variables for each drive.
Cleaned up Default PSObject Output.
Looks a lot more like the file system.
Version 0.0.0 Initial Release
PS1C is a simple Zipfile Reader
Working Features:
dir
Reads Directory Structure
Get-Content
Reads content of files
TODO:
Add Write Capability
and Better Stream manipulation.
Example Usage:
import-module "path\PS1C.dll"
new-psdrive -name APPX -psprovider PS1C -root "$($pwd.path)\ZipFile.zip"
cd APPX:
ls | ft Name, FullName, *dir*
get-content APPX:\file.txt