Releases: blmage/duolingo-solution-viewer
Releases · blmage/duolingo-solution-viewer
4.12.2
4.12.1
Fixed
- Fix modal overlay with latest UI version
- Improve compatibility with duoleavemealone
4.12.0
4.11.1
4.11.0
4.10.6
Fixed
- Fix compatibility with latest UI version (broken styles)
- Fix detection of loaded session metadata
- Fix detection of listening challenges
- Filter out tokens with a "dotted I" from non-Turkish solutions
- Filter out tokens with invalid umlaut replacements from German solutions
4.10.5
Fixed
- Fix compatibility with latest UI version (broken modal layout)
- Fix false positive when detecting the current listening challenge
- Prevent an infinite loop when the modal is closed twice quickly
- Fix "keydown" listener not properly removed when the modal is closed
- Replace usage of
indexOf
in favor ofincludes
where it makes sense