- Rebuilt Linux executable with updated build system
- Added wordsearch.desktop file for Linux desktop integration
- Desktop file enables icon display in application menus
- Icon will be shown when .desktop file is installed
Users can install desktop file:
cp wordsearch.desktop ~/.local/share/applications/
sed -i "s|/path/to/|$(pwd)/|g" ~/.local/share/applications/wordsearch.desktop
🤖 Generated with [Claude Code](https://claude.com/claude-code)
Co-Authored-By: Claude Sonnet 4.5 <noreply@anthropic.com>
- Linux x86_64 executable (23MB single file)
- Release README with build instructions for other platforms
- First stable release of Word Search Generator & Player
Features:
- Interactive word search puzzle generation
- Drag-to-select gameplay
- PDF export functionality
- 8-directional word placement
- Auto-resizing window
🤖 Generated with [Claude Code](https://claude.com/claude-code)
Co-Authored-By: Claude Sonnet 4.5 <noreply@anthropic.com>