Skip to content

Releases: miurahr/aqtinstall

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

Requirement py7zr >= 0.5

20 Feb 02:48
Compare
Choose a tag to compare
azure: use script to run Aqt

Signed-off-by: Hiroshi Miura <[email protected]>

Fix installation of extra modules on Qt5.9

13 Jan 14:42
Compare
Choose a tag to compare

Previous versions ignore extra modules on Qt5.9.
This version fixes an issue.

Better extra module handling

13 Jan 14:13
Compare
Choose a tag to compare
  • Can use '-m all' option to install all extra modules
  • Don't need external 7zip command, otherwise it uses py7zr python module to extract package in default.

Drop '--internal' option

11 Jan 02:58
Compare
Choose a tag to compare
Pre-release
Prepare for v0.7b1

Signed-off-by: Hiroshi Miura <[email protected]>

Add "-m all" option which install all extra modules

07 Jan 06:33
Compare
Choose a tag to compare
Prepare for v0.7a2

Signed-off-by: Hiroshi Miura <[email protected]>

Warn when unknown version/host/component combinations

29 Nov 13:49
Compare
Choose a tag to compare
Prepare for v0.6

Signed-off-by: Hiroshi Miura <[email protected]>

configuration in settings.ini file

29 Nov 15:30
Compare
Choose a tag to compare
Pre-release
Prepare for v0.7a1

Signed-off-by: Hiroshi Miura <[email protected]>