Skip to content

Releases: digas99/duo-explained

v0.2.1

11 Apr 10:39

Choose a tag to compare

Changelog v0.2.1

Bug Fixes

  • Added clean up to exercise type string to fix #48

v0.2.0

23 Mar 00:16
a4bdbfb

Choose a tag to compare

Changelog v0.2.0

New Features

  • Added Extension UI language selection

v0.1.3

22 Mar 12:15

Choose a tag to compare

Changelog v0.1.3

Bug Fixes

  • Minor fixes of errors under the hood

New Features

  • Added section to settings to send the user to Duolingo's settings to change the appearance theme

v0.1.2

20 Mar 13:37

Choose a tag to compare

Changelog v0.1.2

Bug Fixes

  • Fixed interaction with extension enable button in Duolingo's home page when no API Key is set
  • Fixed dark mode not working on API Key page from extension popup

New Features

  • Added Extension Badge identifying if use is using personal API Key
  • Disabled chatgpt model option when not using personal API Key

v0.1.1

20 Mar 09:52

Choose a tag to compare

Changelog v0.1.1

Bug Fixes

  • Fixed weird misplacement of button when disabling the extension in the Duolingo's home page
  • Fixed wrong behavior of api mode information during a lesson while changing its value in the extension popup
  • Fixed explain requests breaking for new users

v0.1.0

19 Mar 17:57

Choose a tag to compare

Changelog v0.1.0

New Features

  • Added possibility for the user to use a free limited version of ChatGPT OpenAI API

v0.0.5

02 Mar 10:32

Choose a tag to compare

Changelog v0.0.5

Released on 2/03/2025

Bug Fixes

  • Fixed an issue where visual assets where not loading correctly because the base url changed

v0.0.4

01 Dec 19:01

Choose a tag to compare

Changelog v0.0.4

Released on 1/12/2024

Bug Fixes

  • Fixed an issue that disabled the explain button when ChatGPT's explanation failed to load.

v0.0.3

21 Nov 14:16

Choose a tag to compare

Changelog v0.0.3

New Features

  • User Extra Query is now available on mobile devices with right click (long press) on the Explain button

Bug Fixes

  • Fixed issue that prevented stats from being displayed at the end of the lesson
  • Removed the "Explain" button when no Challenge is on screen (on motivational messages, for example) #29
  • Fixed issue where the Show/Hide button on mobile would linger on the screen after the lesson was over #21
  • Fixed edge case related to issue #32

v0.0.2

17 Nov 15:00

Choose a tag to compare

Changelog v0.0.2

Released on 17/11/2024

New Features

  • Improvements in the explanation window
    • Correctly formatted markdown for bullet/numbered lists
    • Adding emboldened text support
    • Automatic scrolling when the explanation overflows the window
    • Automatic scroll stops when the user scrolls manually
  • Improved typing approach to User Extra Query to ChatGPT
  • Added an update notification when the extension is updated presenting the new features and bug fixes

Bug Fixes

  • The explanation from ChatGPT now takes into consideration the word bank #15
  • Pressing ENTER when writing on User Extra Query triggeres explanation instead of answer check #22
  • Fixed stats at the end of the lesson formating on mobile #14
  • Fixed choice numbers from select exercises being null when the exercise doesn't number them #12
  • Disabling and enabling the extension at the middle of a lesson now works correctly #32