Skip to content
This repository has been archived by the owner on Jun 6, 2018. It is now read-only.

Releases: manjaro/pacman-mirrors

4.1.0

01 May 09:16
Compare
Choose a tag to compare
  • Added protocol option to api.
    • Possible to control protocols from CLI
  • /var/lib/pacman-mirrors/mirrors.json is causing confusion so it has been removed.
    • Only one fallback is needed /usr/share/pacman-mirrors/mirrors.json.
    • If a new mirrors.json is available - existing will be updated by pacman-mirrors.
  • Improvement on default mirrorlist.
    • mirror protocols are reverse sorted (https,http,ftps,ftp).
    • if several protocols exist only the first is written to mirrorlist. Thus ssl enabled protocols get priority.
  • Improvement on mirror protocol selection #90.
    • If a mirror offers more than one protocol - only the first is written to the mirrorlist.
    • Added # Protocols = to pacman-mirrors.conf.
    • Defined protocols are honored in the order in which they appear.
  • Improvement on --interactive: select mirrors by protocol.
  • Added a simple API #81.
  • Update translations.
  • Code optimizing.
  • Added to config # SSLVerify = True.
  • Refactored mirrorcheck to ignore a mirrors certificate error if SSLVerify = False.
  • Refactored mirrorcheck for https-mirrors timing out during ssl-handshake.
  • Update docs.

4.0.4

15 Apr 09:26
Compare
Choose a tag to compare

Fix issue with UnicodeEncodeError in inactive mode

4.0.3

28 Mar 15:37
Compare
Choose a tag to compare
  • Fix issue with --fasttrack and OnlyCountry = Custom.
  • Update translations.
  • Update docs.

4.0.0

19 Mar 18:51
Compare
Choose a tag to compare
  • Add: -l/--list Print available mirror countries
  • Add: Network check; do not run rank if no internet.
  • Add: -f/--fasttrack [n] argument.
  • Modified GUI and TUI to reflect rank/random method.
  • Colorized console output by message type.
  • Internal rewrite to use json files from repo.manjaro.org.
  • The /etc/pacman.d/mirrors dir has been removed.
    • All data files now exist in /var/lib/pacman-mirrors.
    • If the Custom mirrorfile exist it will convert to custom-mirrors.json
  • A lot of inevitable small fixes.

3.2.2

12 Feb 11:52
Compare
Choose a tag to compare
  • Fix issue with multiple country select.
  • Bug fixes.

3.2.1

10 Feb 19:13
Compare
Choose a tag to compare
  • Fix save of config file.
  • Update translations.

3.2.0

06 Feb 21:33
Compare
Choose a tag to compare
  • Add TUI interface.
  • Bug fixes.
  • Update translations.

3.1.0

18 Jan 10:06
Compare
Choose a tag to compare
  • Replace --verbose option by --quiet.
  • New documentation.
  • Translation review.
  • Check DISPLAY when using interactive mode.
  • Better structure for the GUI.

3.0

17 Jan 17:49
Compare
Choose a tag to compare
3.0
  • Refactoring.
  • New GUI.
  • Code improvements.
  • --verbose option.