Releases: pop-os/repolib
Releases · pop-os/repolib
RepoLib 2.2.2
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
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
sourcesubcommand has been moved to themodifysubcommand, as there was no reason for this to be handled in its own command - A new
keysubcommand has been added for adding and removing signing keys
RepoLib 1.3.0
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.