Releases: jblakeman/apt-select
Releases · jblakeman/apt-select
Release 2.2.1
Release 2.2.0
- Exit with code 4 when
sources.list
file generation is skipped.
Release 2.1.0
- Adds support for Ubuntu minimal rootfs (core docker images).
- Improves system information processing, error handling on non Ubuntu systems.
Release 2.0.0
- Fixes #62 to allow an optional
--country
argument.
Defaults toUS
(breaking change). - Send
User-Agent
header in requests to respect Launchpad's
request regarding automated querying. - Fixes #59 to support replacing https mirrors in
sources.list
.
Release 1.0.3
Package and library updates.
Release 1.0.2
- Fix #49
- Improve code quality
- Add column spacing for
--ping-only
output - Improve output wording/formatting
Release 1.0.1
- Removed an errant version test debug line being printed to the screen.
Release 1.0.0
PyPI support with installation via pip.
Release 0.2.1
- Fix BeautifulSoup Default Parser Type Format
Release 0.2.0
- Latency tests and Launchpad data scraping now work in parallel using threads
- Multiple bug fixes
- Code improvements, using more classes and smaller methods