Releases: genius257/au3pm
Releases · genius257/au3pm
v0.3.1
- 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
- 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
v0.2.0
- Fixed issue where nested dependencies could not be used as intended (61a4961)
- Changed uses of
ShellExecute
toRun
(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
Fixed issues found when testing the install command with version 0.1.1