mirror of
https://github.com/samsonjs/Peekaboo.git
synced 2026-06-28 05:29:34 +00:00
- Implement Levenshtein distance algorithm for fuzzy app name matching - Handle common typos like "Chromee" → "Google Chrome" - Add window-specific labels in analysis results - Improve error messages with app name suggestions - Fix TypeScript JSON parsing for error responses - Update tests for new error message formats 🤖 Generated with [Claude Code](https://claude.ai/code) Co-Authored-By: Claude <noreply@anthropic.com>
4 lines
132 B
Swift
4 lines
132 B
Swift
// This file is auto-generated by the build script. Do not edit manually.
|
|
enum Version {
|
|
static let current = "1.0.0-beta.17"
|
|
}
|