Skip to content

Latest commit

 

History

History
58 lines (37 loc) · 1.57 KB

CHANGELOG.md

File metadata and controls

58 lines (37 loc) · 1.57 KB

Changelog

All notable changes to this project will be documented in this file.

The format is based on Keep a Changelog, and this project adheres to Semantic Versioning.

[0.0.13] - 2024-09-23

Added

  • -ck/--check-boxes to tick policy gentoo boxes
  • --draft parameter to create PR as a draft

0.0.12 - 2024-04-19

Added

  • -nc/--no-cleanup parameter to keep temporary repo for debugging
  • -v/--version to show version
  • --tmp to force usage of temporary repo
  • -y/--yes to answer yes to all questions and skip diff prompt

Changed

  • the temporary repo is deleted at the end
  • repositories are now cached in ${HOME}/.cache/pkgpr
  • --test implies --tmp
  • new default --test-flags
  • terminate on error in --test
  • checkout -f origin/branch instead of check HEAD

0.0.8 - 2024-03-17

Fixed

  • prefix ./profiles/repo_name of temporary repo by 'tmp' to avoid collisions with --test
  • use ';' isntead of '&&' in sudo run to make sure permissions of tmp repo are back right

0.0.6 - 2024-03-16

Added

  • test and test-flags parameter

0.0.5 - 2024-03-14

Added

  • bug/closes parameter