Skip to content
This repository has been archived by the owner on May 1, 2021. It is now read-only.

Releases: abesto/duolingo-to-anki

v0.3.1

07 Jul 13:01
054b817
Compare
Choose a tag to compare

Duolingo has changed the name of the authorization cookie, meaning all previous versions hang right after login.

Otherwise than following that change, there are no new features in this release.

v0.2.6

01 Nov 10:19
Compare
Choose a tag to compare

Added a "Debug mode" checkbox, off by default. When not checked, the exported file does not contain the DuoLingo scraping log. (#15, #16)

v0.2.5

20 May 09:48
Compare
Choose a tag to compare

Bugfix: fetching of translations for German nouns was broken (#11)

v0.2.4

17 May 14:01
Compare
Choose a tag to compare
v0.2.4 Pre-release
Pre-release

Switch APIs again fixing two issues related to word scraping (#9 and #10)

v0.2.3

18 Jan 16:00
Compare
Choose a tag to compare
  • Show confirmation dialog when overwriting a file

v0.2.2

18 Jan 15:31
Compare
Choose a tag to compare
  • Word download speed is way faster than before due to new Duolingo APIs
  • Improved generation of tags in several ways
    • All Duolingo Skills in which a word appears are now set as tags
    • Part of speech added as tag
    • Fixed a bug where Duolingo Skills like "Basics 1" would turn into two Anki tags "Basics" and "1"; it's now one tag called "Basics-1"
  • Improved error logging
  • Fixed a bug where on some platforms the Save dialog failed to open and froze the application
  • Added User-Agent header to all requests
  • Enforced native Look-and-Feel

v0.2.1

18 Jan 08:42
Compare
Choose a tag to compare
  • Fixed #2, logging in works again. It will provide more useful debug information in the future should the login request/response format change again.