Commit Graph
6 Commits
Author SHA1 Message Date
pawndev ce8a3d66fd fix(es/gamelist): Sanitize game name
If using DisplayName, the name of the game will have the downloaded mark in the gamelist.xml file. So using the game.Name attribute, and sanitize it the same way as other places in the code
2026-02-04 08:54:44 +01:00
Brandon T. Kowalski 87a870dbda Fuzzy match now uses prefix match similarity alongside Levenshtein Distance taking the max and looking for 80% 2026-01-11 19:18:41 -05:00
Brandon T. Kowalski c0bdaa23f2 Add fuzzy matching confirmation feature as third option after exact match and hash match 2026-01-11 18:41:38 -05:00
Brandon T. Kowalski 80747e603d Tidy constants package and build out development docs 2026-01-08 19:59:38 -05:00
Brandon T. Kowalski 56982c45ea More breaking up of the massive utils package. Almost organized! 2026-01-04 11:51:47 -05:00
Brandon T. Kowalski fc23056f09 Mid-mass refactor to get everything into a respectable package structure 2026-01-04 01:47:01 -05:00