Skip to content

Releases: miurahr/aqtinstall

Fix lock problem in concurrent download/extraction

26 Mar 05:14
Compare
Choose a tag to compare
docs: fix broken link about qli-installer

Signed-off-by: Hiroshi Miura <miurahr@linux.com>

Concurrency control with config file

12 Mar 06:44
Compare
Choose a tag to compare
Pre-release

User can control concurrency by customizing settings.ini file and give it by environment variable AQT_CONFIG

Improve redirection handling

09 Mar 08:59
Compare
Choose a tag to compare
Pre-release
PEP8

Signed-off-by: Hiroshi Miura <miurahr@linux.com>

Same as v0.7.6

09 Mar 09:02
Compare
Choose a tag to compare
Fix changelog syntax error

Signed-off-by: Hiroshi Miura <miurahr@linux.com>

Better mirror handling

04 Mar 11:51
Compare
Choose a tag to compare
Prepare for v0.7.6

Signed-off-by: Hiroshi Miura <miurahr@linux.com>

Fix document syntax error

04 Mar 23:02
Compare
Choose a tag to compare
Pre-release
Prepare for v0.8a3

- Fix changelog ReST syntax error.

Signed-off-by: Hiroshi Miura <miurahr@linux.com>

Better error and mirror handling

04 Mar 11:48
Compare
Choose a tag to compare
Pre-release
Prepare for v0.8a2

Signed-off-by: Hiroshi Miura <miurahr@linux.com>

Fix File-Not-Found error

27 Feb 23:09
Compare
Choose a tag to compare
  • requirements to update py7zr version which has no more os.chdir() patch.

Refactoring threading installation logic

27 Feb 23:14
Compare
Choose a tag to compare

It changes an installation logic as simpler and more robust.

  • No more os.chdir() (#97)
  • Allow path search for 7z (#96)
  • Use Popen for launching external 7zip command

Reduce slow down for extraction

21 Feb 03:24
Compare
Choose a tag to compare
  • Deduce an issue to slow down reported as #86
  • Limit py7zr version to v0.5.* that does not include a feature to extract password protected archives