Skip to content

Releases: genius257/au3pm

v0.3.1

10 Dec 21:55
Compare
Choose a tag to compare
v0.3.1 Pre-release
Pre-release
  • Fixed issues with collecting available AutoIt3 versions (52f5b8d)
  • Changed AutoIt dependency support from just "AutoIt" with non complient semantic versioning, to "autoit1", "autoit2" and "autoit3" that are complient with semantic versioning
  • Deprecated "AutoIt" dependency
  • Fixed issues with wrong parsing and stringification of escaped chars in JSON strings. (a787859)
  • Changed the run command, to also support no additional parameters (177a9ce)

v0.3.0

18 Aug 01:09
Compare
Choose a tag to compare
v0.3.0 Pre-release
Pre-release
  • Added update command (a0a95f8)
  • Fixed issue where creating the au3pm symbolic link folders would fail, if the path contained a space (6225d71)
  • Fixed issue with au3pm package name regex, where some packages could not be installed as a result (4085014)

non code:

  • started creating au3pm documentation pages (cli, and repo)

v0.2.1

17 Feb 22:14
Compare
Choose a tag to compare
v0.2.1 Pre-release
Pre-release
  • Fixed issue where install command with parameter(s) did not install dependencies (0516025)
  • Fixed issue where autoit would be downloaded to check for dependencies (01da1f4)

v0.2.0

02 Feb 22:14
Compare
Choose a tag to compare
v0.2.0 Pre-release
Pre-release
  • Fixed issue where nested dependencies could not be used as intended (61a4961)
  • Changed uses of ShellExecute to Run (827ec6b)
  • Updated au3json dependency to version 1.1.1 (db3ef15). This was done to fix issues with JSON string parsing
  • Updated run command line to be executed as cmd command (748f2dd). This will allow more flexibility, when writing commands
  • Fixed issue #1 (63d4529). This was found when testing on win10 OS

v0.1.2

27 Jan 00:00
Compare
Choose a tag to compare
v0.1.2 Pre-release
Pre-release

Fixed issues found when testing the install command with version 0.1.1

  • Fixed issue with version string saved to au3pm.json (3cfae97)
  • Fixed issue where install command would fail, if dependency already existed in the au3pm folder (47a9db9)
  • The way au3pm handles matched package information has been improved (fb2264b)

v0.1.1

09 Jan 01:30
Compare
Choose a tag to compare
v0.1.1 Pre-release
Pre-release

Various fixes after testing with v0.1.0

Biggest fixes is with the install au3pm with the -g flag

v0.1.0

03 Jan 23:27
Compare
Choose a tag to compare
v0.1.0 Pre-release
Pre-release

First build of the au3pm repo.

Update function is currently not available, due to the current way that version comparison is done internally.

Please report any bugs or feature requests as issues.