v0.4.0
Changelog
- Changed license to GPL.
- Added options for exit code.
- Added predefined ids for "%" and the executable directory.
- Fixed an error when the current directory is not the same as the executable directory.
- URLs and file paths will be checked before opening.
- Optimized for size. (The binary size became under 1MB.)
- Removed unnecessary codes from wxWidgets.
- Applied some optimizaion options.
- Applied UPX to compress executables.
Notes
-
*-packed.*
are the 1MB executables that were compressed by UPX.
But they might cause some problems (e.g. false positives by anti-viruses) on your machine.
Use the uncompressed ones if they won't work. -
The linux builds only support Ubuntu 20.04 or later due to the glibc dependencies.
Build the executable by yourself if you want to use it on other linux distros.
Known issues
- "%%" won't escape the "%" symbol.