fixed cosmetic problem with button labels
fixed compilation error on Windows
added Add Folder to the File menu to make it easier for users to access their own lexicons or scripts
added buttons to the help window for changing the text size
Find Usable Words changes to Find Matching Words when a pattern is entered
minor doc changes
updated Ag version to 2.0
added new application icon (with help from Claude)
updated Lue to 5.4.8
Merge branch 'master' of ssh://git.code.sf.net/p/ag1/code
build Mac app using wx 3.2.7
improved the directory icons in the macOS app
minor changes to file panel
added ampersand to list of pattern characters, and minor changes to docs
updated version to 1.8 and copyright to 2025
updated Lua to 5.4.7
patterns can use ampersand for logical AND
patterns can use a tilde as an alternative to an exclamation mark (nicer for agc command lines)
documented recent change
allow exclamation mark after (
build macOS app using wxOSX 3.2.6 to avoid cursor problems in Help window on Sonoma
fixed compiler warnings on macOS Sonoma
Merge branch 'master' of ssh://git.code.sf.net/p/ag1/code into master
use wx 3.2.2 to build Ag and Windows
added monotonic.lua
Fixed bugs handling filenames with underscores or ampersands in the Run/Load Recent submenus.
add Run Clipboard to the File menu
Mac app requires macOS 10.11 or later
updated Ag version to 1.7 and Lua version to 5.4.6
build Ag using wx 3.2.*
Mac app uses Menlo font instead of Monaco or Courier
agc now supports ANSI escape sequences on Windows
fixed minor problems on Windows
fixed compiler warnings on Linux
added brief descriptions of all the supplied lexicons
nicer wordle.lua messages if lexicon is numeric
added Integers.lex
minor change to ladders.lua
use Unicode chars for black squares in crossword.lua
added wordle.lua and improved ag.getstring when used in agc
ag.clear(n) now clears the given number of previous lines if called by agc
console now supports ANSI escape sequences to change text style and color (and text size can be changed by hitting +/- keys)
updated changes.html
agc now accepts UTF-8 strings on a Windows command line
fixed compiler warnings on Windows
updated Lua to 5.4.4 and added patch to support UTF-8 file paths on Windows
removed Tests from makefiles
minor change to agc docs
added ag.getchars and ag.numchars
various improvements
fixed problems on Linux
fixed various problems on Windows
removed ToDo.html
minor change to ladders.lua
documented the scripting functions for agc
ag.getstring now works in agc
agc can now run Lua scripts
minor improvements to agc.html
changed CMD_LINE to AGC
updated Lua to version 5.4.3
updated version to 1.5
added -framework QuartzCore to makefile-mac (required by latest wxWidgets 3.1.5 development release)
build Ag.app and agc as universal binaries
fixed typo in agc docs