Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Releases: pop-os/repolib

RepoLib 2.2.2

29 Jul 17:38

Choose a tag to compare

Highlights since 2.0.0:

  • Offer auto-corrected versions of mistyped repo names.
  • Add CLI and API options for working with signing keys.
  • Support multiline values in deb822 sources.
  • Various bug fixes.

See debian/changelog for the full list of changes.

Repolib Version 2.0.0

03 Oct 18:26
4424a39

Choose a tag to compare

This is the 2.0.0 version of Repolib. This is a breaking change which will require explicit support for use in existing applications.

New features in this release:

  • Multiple DEB822 sources in a single file
  • Compliant signing key management (in light of apt-key deprecation)
  • A new shortcut for adding Pop_OS staging branches, which adds the correct signing key and pin preferences (Which are removed upon source removal).

This version makes some minor changes to the apt-manage command:

  • The functionality from the source subcommand has been moved to the modify subcommand, as there was no reason for this to be handled in its own command
  • A new key subcommand has been added for adding and removing signing keys

RepoLib 1.3.0

08 Oct 21:48

Choose a tag to compare

New features this release:

  • New ident field for easier working with specific sources
  • Ident to eventually replace filename field
  • Added a re-implementation of add-apt-repository from software-properties
  • New module function to get a list with all sources inside it
  • Added polkit integration to fallback and get permissions without root
  • New CLI command for interacting with sources
  • CLI interface now creates legacy-format sources by default.