Revīziju vēsture

Autors SHA1 Ziņojums Datums
  Oleg Panashchenko c3693b1e92 refactor: dictionary hints 1 nedēļu atpakaļ
  Oleg Panashchenko 922a2d78bc refactor: remove id field from targets, use array index 1 nedēļu atpakaļ
  Oleg Panashchenko c48b7a32d7 feat: extend targets dictionary to 1000 words 1 nedēļu atpakaļ
  Oleg Panashchenko 5391d108ed fix: audio to dict 1 nedēļu atpakaļ
  Oleg Panashchenko e92e3ac01a feat: synonym hints on 5th incorrect guess 1 nedēļu atpakaļ
  Oleg Panashchenko becaa75c9c perf: optimize entropy solver with cached first guess and int feedback 1 nedēļu atpakaļ
  Oleg Panashchenko 23ed09a404 updated budget 1 nedēļu atpakaļ
  Oleg Panashchenko c38d407857 feat: tap letter in current guess to move cursor 1 nedēļu atpakaļ
  Oleg Panashchenko 0563543e2a feat: editable word with cursor and on-the-fly validation 1 nedēļu atpakaļ
  Oleg Panashchenko 5068455283 feat: frequency-sorted dictionaries with 100 Gaussian-picked targets 1 nedēļu atpakaļ
  Oleg Panashchenko 242beda1c9 refactor: offload entropy solver to child process, include failed solvers in results 1 nedēļu atpakaļ
  Oleg Panashchenko 4b918ce0db fix: add Cyrillic vowels to Vowel First solver so it works for Russian 1 nedēļu atpakaļ
  Oleg Panashchenko 4d031c34dc fix: switch solver replays to single-column layout for reliable visibility 1 nedēļu atpakaļ
  Oleg Panashchenko 8af03b085a refactor: lazy cache for replays/difficulty — no startup pre-computation 1 nedēļu atpakaļ
  Oleg Panashchenko 7ba27407f5 refactor: compute difficulty and replays at runtime instead of storing in word-bank 1 nedēļu atpakaļ
  Oleg Panashchenko f2db4f967b fix: separate localStorage per language to prevent cross-language game leaks 1 nedēļu atpakaļ
  Oleg Panashchenko 3bdad3a8dc feat: add GET /api/validate/:word endpoint 1 nedēļu atpakaļ
  Oleg Panashchenko f96aa1b777 refactor: @types/node 1 nedēļu atpakaļ
  Oleg Panashchenko 16534fe334 refactor: simplify solver steps from objects to string arrays 1 nedēļu atpakaļ
  Oleg Panashchenko 19cd6d1466 refactor: stop writing colors to word-bank files from solvers 1 nedēļu atpakaļ
  Oleg Panashchenko 18b945bfed fix: vowel-first solver picks starting word from the actual word bank 1 nedēļu atpakaļ
  Oleg Panashchenko 9141e1e3b5 refactor: compute solver replay colors client-side instead of storing in word-bank 1 nedēļu atpakaļ
  Oleg Panashchenko ff8247bd46 updated budget report 2 nedēļas atpakaļ
  Oleg Panashchenko 8713d85c7d fix: narrower keyboard for phone screens (both EN and RU) 2 nedēļas atpakaļ
  Oleg Panashchenko b2525ea883 fix: SPA path resolution works in both dev and dist bundle 2 nedēļas atpakaļ
  Oleg Panashchenko 2fb4f586d9 fix: language button shows current language (en/ru), taps to switch 2 nedēļas atpakaļ
  Oleg Panashchenko a437a9cfc3 feat: language switch button in top-right corner 2 nedēļas atpakaļ
  Oleg Panashchenko 03ab5db1ce feat: Russian language support (wordle in Russian) 2 nedēļas atpakaļ
  Oleg Panashchenko 71112156b3 refactor: extract all English UI strings to messages/en.ts 2 nedēļas atpakaļ
  Oleg Panashchenko 868e823f5a fix: responsive keyboard width to fit narrow screens 2 nedēļas atpakaļ