Releases: Banaanae/ahk-minify
Releases · Banaanae/ahk-minify
v0.4.2
ahk-minify
- Fixed Whitespace rule x2
- Improved Optimise Options
- Fixed Multiline Comment Stripper
- Added basic shorthand convertor
- Converted to sentence case
- Make WIP warnings also say rule that's WIP
v0.4.1
ahk-minify
- Remove test message box
- Fix Whitespace remover from being skipped
- Add Whitespace remover rule
- Fix single quote detection
- Add opening minified file in Notepad
v0.4
ahk-minifier
- Fixed multi-line comment matching
- Fixed unknown error message box not having yes and no buttons
- Improved RegEx (Some * -> + and *? -> *)
- Add whitespace remover (still more work to do)
- Add rules Optimise Options and Shorthand Convertor (both non functional)
- Add Status in title
- Add unfinished rule hider
v0.3
ahk-minify
- Added Use OTB (Only supports {} for now)
- Added Trailing space remover
- Fixed tooltips stopping minifying
- Fixed script writing to wrong path if >1
.ahk
are present in the file path
v0.2
ahk-minify
- Added ToolTips when hovering on control
- Improved saving prompt to allow file overwriting
Known Issues
- Comment stripper doesn't fully work
v0.1
ahk-minify
- Added file selection, gui and saving
- Added comment stripper (WIP)
- Added empty line remover
- Added blank msgbox remover
- Added remove all message boxes
- Added indent remover
Known Issues
- Comment stripper doesn't fully work