Skip to content

Pog v0.12.0

Latest
Compare
Choose a tag to compare
@MatejKafka MatejKafka released this 14 Jan 02:39
· 6 commits to main since this release

Full Changelog: v0.11.0...v0.12.0

  • Exported commands and shortcuts are now automatically kept in sync. It is no longer necessary to call Export-Pog after updating to a new version, as long as no new exports were added since the last version.
  • Package repository is now unified with package generator repository – each generated package stores the generator at .pog/generator.psd1 (see 038f946 for rationale).
  • Added new package generator cmdlets to make generating packages from GitHub releases much easier.
  • When overwriting an export, print the package that owned the previous export.
  • Use a Pog-specific User-Agent for all network requests by default.
  • Added Get-PogRepository cmdlet.
  • Release .zip is now generated from the CI.
  • Lot of bugfixes and error message improvements.

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 (or ./Pog/setup.ps1, if you're in PowerShell).