Skip to content

6.7.1 - 2025-05-16 🎓

Latest
Compare
Choose a tag to compare
@mark-wiemer mark-wiemer released this 16 May 11:00
· 2 commits to main since this release
5d00d78
  • Make "Configuration changed" log debug-level instead of info-level (#625 (comment))
  • Remove "Invalid setting" log if logLevel setting was not found (#644)
  • Fix excessive logs when #include files aren't found by AHK++ (#641, #646, #649, and #657)
    • Logic to detect these files has improved but still has at least one known issue: #628
    • When a file isn't found, the log is now debug level instead of warn level to reduce noise
  • Improve AHK v1 snippet for CoordMode (PR #651)