# UnifiedFiler v1.6 Notes

v1.6 focuses on ZIP/native package handling while keeping UnifiedFiler as an embeddable AMD package.

## Added

- `PackageInfoService` for JSZip-based package inspection.
- Package preview in FileExplorer for `.zip`, `.uwpsx`, `.usldx`, `.umal`, `.umdlx`, and `.ualbx`.
- Context-menu package information dialog.
- Public FileExplorer methods `getPackageInfo(entry)` and `showPackageInfo(entry)`.
- Demo sample package files generated as real ZIP blobs.

## Host requirement

When package preview or inspection is enabled, load JSZip globally before RequireJS loads UnifiedFiler modules. During development the demo uses the non-minified CDN script.
