Skip to content

Releases: Banaanae/ahk-minify

v0.4.2

16 Sep 07:01
Compare
Choose a tag to compare
v0.4.2 Pre-release
Pre-release

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

13 Sep 08:59
Compare
Choose a tag to compare
v0.4.1 Pre-release
Pre-release

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

02 Sep 07:04
e92416b
Compare
Choose a tag to compare
v0.4 Pre-release
Pre-release

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

31 Aug 21:57
c1808d3
Compare
Choose a tag to compare
v0.3 Pre-release
Pre-release

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

30 Aug 01:12
7fccab1
Compare
Choose a tag to compare
v0.2 Pre-release
Pre-release

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

29 Aug 09:12
b87d119
Compare
Choose a tag to compare
v0.1 Pre-release
Pre-release

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