Releases: JustArion/GoZippy
Releases · JustArion/GoZippy
v1.0.4.2
- Optimizations and Improvements
v1.0.4.1
- Bugfix: The program would not properly find the file name if it contained special characters.
- Optimizations and Improvements
v1.0.4
- Removed additional package: govaluate (Caused an app crash on invalid expression)
Now Manually Checks for the expression
- Added a 3 variant
- Refactored Some names of previous iterations to be more inline with our similar naming scheme
v1.0.3.1
- Hotfix: Reading the contents of the webpage only happened once.
v1.0.3
Changelog:
- Iterates over a few possible solutions, if the solution is found it returns the link.
v1.0.2
Changelog:
- Error logging now logs to the appropriate standard error.
- Removed the -O launch argument and merged it with -D. (Previous use:
-D -O 'C:\outputFolder\'
New use: -D 'C:\outputFolder\'
)
1.0.1 Release
Changelog
- Errors now display in Red text for the error.
- Bugfix: Could not copy to other drives.