Skip to content

pkgrename v1.09 (beta version)

Pre-release
Pre-release
Compare
Choose a tag to compare
@hippie68 hippie68 released this 03 Oct 17:32
· 2 commits to main since this release
ae4ae6c

Changelog v1.09:

  • New pattern variables: %fake%, %fake_status%, and %retail%, which depend on the type of the PKG:
PKG type           %fake%   %retail%  %fake_status%
"Fake" PKG (FPKG)  Fake     <empty>   Fake
Retail PKG         <empty>  Retail    Retail
  • New option: l, --language LANG: If the PKG supports it, the language specified by language code LANG (see --print-languages) is used to retrieve the PKG's title in your favorite language.
  • New option: --set-fake STRINGS: Set %fake%, %fake_status%, and %retail% mappings to two comma-separated STRINGS. The first string replaces %fake%, the second one %retail%.
  • New option: --set-backport STRING: Set %backport% mapping to STRING.
  • New option: --tag-separator SEP: Use the string SEP instead of commas to separate multiple release tags.
  • Fixed file name release detection bug.