Skip to content

Releases: jblakeman/apt-select

Release 2.2.1

29 Nov 17:11
Compare
Choose a tag to compare
  • Fixup HTTP error handling

Release 2.2.0

06 Jul 18:52
Compare
Choose a tag to compare
  • Exit with code 4 when sources.list file generation is skipped.

Release 2.1.0

18 Feb 19:52
ebf4d41
Compare
Choose a tag to compare
  • Adds support for Ubuntu minimal rootfs (core docker images).
  • Improves system information processing, error handling on non Ubuntu systems.

Release 2.0.0

12 Jun 04:10
Compare
Choose a tag to compare
  • Fixes #62 to allow an optional --country argument.
    Defaults to US (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

28 Dec 18:42
Compare
Choose a tag to compare

Package and library updates.

Release 1.0.2

23 Oct 04:16
v1.0.2
Compare
Choose a tag to compare
  • Fix #49
  • Improve code quality
  • Add column spacing for --ping-only output
  • Improve output wording/formatting

Release 1.0.1

25 Jun 20:07
v1.0.1
c02e88e
Compare
Choose a tag to compare
  • Removed an errant version test debug line being printed to the screen.

Release 1.0.0

25 Jun 20:04
v1.0.0
ccbc842
Compare
Choose a tag to compare
Release 1.0.0 Pre-release
Pre-release

PyPI support with installation via pip.

Release 0.2.1

12 Jun 16:51
v0.2.1
513eec0
Compare
Choose a tag to compare
  • Fix BeautifulSoup Default Parser Type Format

Release 0.2.0

27 May 22:27
v0.2.0
Compare
Choose a tag to compare
  • Latency tests and Launchpad data scraping now work in parallel using threads
  • Multiple bug fixes
  • Code improvements, using more classes and smaller methods