Skip to content

Releases: osm3000/LangLearnCopilot

v0.3.1

11 Sep 05:19
3604de0

Choose a tag to compare

What's Changed

Making the saving functions more permissive:

  • If None is given as a file name, then they will not save to a file
  • They will return the formatted data --> useful during the deployment

Pull request: #14

Full Changelog: v0.3.0...v0.3.1

Save to Anki format

10 Sep 14:59
9e0dc6b

Choose a tag to compare

New updates. Results of #7

Features:

  • Save to Anki format, for both phrases and words

Minor:

  • Updating flake8 version

v0.2.0 is up: Mannnyyy modifications

27 Aug 18:54

Choose a tag to compare

Major

  1. Adding the webpage parsing functionality, with a new example to demonstrate it
  2. Unifying the datatypes in the whole project to depend on the ones defined in the newly created datatypes.py
  3. Add language as an argument to the generators and the prompts

Minor

  1. Enabling mypy finally in the workflow
  2. Updating the README
  3. Updating the existing examples to work with poetry run instead of the current hack with adding the library to the sys path
  4. Update the metadata of the package in pyproject.toml file.

First release 🥳🎉

23 Aug 21:52

Choose a tag to compare

First release of my LangLearnCopilot package :))))

Final testing

20 Aug 21:05

Choose a tag to compare

Final testing Pre-release
Pre-release
v0.1.1-a.10

Fixing a mistake