Skip to content

Pog v0.8.0

Compare
Choose a tag to compare
@MatejKafka MatejKafka released this 30 Apr 17:19
· 219 commits to main since this release

Full Changelog: v0.7.2...v0.8.0

  • Breaking change: More consistent configuration cmdlet naming: New-File, New-Directory, New-Symlink instead of Assert-File, Assert-Directory and Set-SymlinkedPath.
  • Much smaller executable stub (150 kB vs 6 kB).
  • Slight installation script improvements.
  • Added a library to simplify authoring manifest generators.
  • Wildcard support for package names in some cmdlets.
  • Support for parallel manifest loading in Get-PogRepositoryPackage.

Installation

  1. Ensure you have enabled developer mode. Pog currently needs it for symbolic links (hopefully I can get rid of that in a future release).
  2. Download and unpack the archive to your preferred directory for portable applications.
  3. Run Pog/setup.cmd.

Local repository support

To use a local package repository for development, use the following script to import the Pog PowerShell module:

$env:POG_LOCAL_REPOSITORY_PATH = "..."
Import-Module Pog