Skip to content

Releases: MartinBernstorff/Memium

v0.12.1

14 Jan 11:54
Compare
Choose a tag to compare

v0.12.1 (2024-01-14)

Fix

  • fix: correct table extraction without trailing spaces (#535) (9a1e1ba)

  • fix: correct table extraction without trailing spaces (8cb789c)

v0.12.0

13 Jan 21:09
Compare
Choose a tag to compare

v0.12.0 (2024-01-13)

Chore

  • chore(deps): update dependency dev/ruff to v0.1.13 (1a1d6e2)

  • chore(deps): update dependency dev/ruff to v0.1.12 (0ce963f)

  • chore(deps): update dependency unidecode to v1.3.8 (59b5add)

  • chore(deps): update dependency markdown to v3.5.2 (7c2c0c4)

  • chore(deps): update dependency sentry-sdk to v1.39.2 (9159fec)

  • chore(deps): update dependency dev/pyright to v1.1.345 (9ead8ac)

  • chore(deps): update python-semantic-release/python-semantic-release action to v8.7.2 (66341e5)

Feature

Unknown

v0.11.0

03 Jan 16:26
Compare
Choose a tag to compare

v0.11.0 (2024-01-03)

Documentation

  • docs: recommend naming memium container (#521) (d71ab7f)

Feature

  • feat: add delays before erroring (#523)

feat: add delays before erroring

Fixes #522

feat: add delays before erroring

Fixes #522 (610aad2)

  • feat: add delays before erroring

Fixes #522 (9ef8e6c)

  • feat: add delays before erroring

Fixes #522 (869d2a8)

Unknown

v0.10.3

03 Jan 16:03
Compare
Choose a tag to compare

v0.10.3 (2024-01-03)

Fix

  • fix: improve content-extraction for scheduling uuid detection (#520)

fix: improve content-extraction for scheduling uuid detection

Fixes #519

misc. (b0ac0ce)

  • fix: only remove list markup if at beginning of line (a112e11)

  • fix: improve content-extraction for scheduling uuid detection

Fixes #519 (4acfd59)

Unknown

v0.10.2

03 Jan 15:52
Compare
Choose a tag to compare

v0.10.2 (2024-01-03)

Fix

  • fix: unicode encoding for uuids (#518)

fix: Å encoding

Fixes #517

fix: Å encoding

Fixes #517

fix: handle unicode encoding for uids (2415f6a)

  • fix: handle unicode encoding for uids (94b4c7f)

  • fix: Å encoding

Fixes #517 (edba7e0)

Unknown

v0.10.1

03 Jan 14:28
Compare
Choose a tag to compare

v0.10.1 (2024-01-03)

Fix

  • fix: deduplicate prompts on extraction (#516)

fix: handle duplicate prompts

Fixes #512

fix: deduplicate prompts on extraction (cb1592b)

  • fix: deduplicate prompts on extraction (8f6cd54)

  • fix: handle duplicate prompts

Fixes #512 (683955a)

Refactor

  • refactor: easier hash debugging (#514)

refactor: easier hash debugging

Fixes #513

refactor: easier hash debugging

Fixes #513

misc. (5b03293)

  • refactor: easier hash debugging

Fixes #513 (ff2e8c7)

  • refactor: easier hash debugging

Fixes #513 (1b89c23)

Style

Unknown

v0.10.0

03 Jan 12:32
Compare
Choose a tag to compare

v0.10.0 (2024-01-03)

Ci

  • ci: no need to manually specify latest tag (b71247c)

  • ci: fix docker tag (3abf5b4)

Feature

v0.9.0

03 Jan 12:26
Compare
Choose a tag to compare

v0.9.0 (2024-01-03)

Ci

  • ci: push docker image with version tag (#510)

ci: push docker image with version tag

Fixes #509 (5b37eda)

  • ci: push docker image with version tag

Fixes #509 (cab954e)

  • ci: push docker image with version tag

Fixes #509 (e77d102)

Feature

Unknown

dev: restack on submit

Fixes #507

misc. (1fec855)

v0.8.4

03 Jan 12:09
Compare
Choose a tag to compare

v0.8.4 (2024-01-03)

Fix

  • fix: ankiconnect uuid handling (#506)

refactor: What is the AnkiPrompt UUID used for?

Fixes #504

refactor: clarify anki uuid usage (112a7f1)

Refactor

  • refactor: clarify anki uuid usage (146bd44)

  • refactor: What is the AnkiPrompt UUID used for?

Fixes #504 (3d79f93)

v0.8.3

03 Jan 10:52
Compare
Choose a tag to compare

v0.8.3 (2024-01-03)

Chore

  • chore(deps): update dependency dev/ruff to v0.1.11 (6fee03d)

  • chore(deps): update dependency dev/ruff to v0.1.10 (d491d3f)

  • chore(deps): update dependency functionalpy to v0.15.0 (937b6db)

  • chore(deps): update dependency tests/pytest to v7.4.4 (4f716ae)

  • chore(deps): update dependency dev/pyright to v1.1.344 (8519b4f)

Fix

  • fix: AnkiConnect sync does not appear idempotent (#505)

fix: AnkiConnect sync does not appear idempotent

Fixes #503

refactor: pure-ish functions for ankiconverter

fix: apply the html cleaner (afe06ba)

  • fix: apply the html cleaner (9aa0aaa)

  • fix: AnkiConnect sync does not appear idempotent

Fixes #503 (1cba106)

Refactor

  • refactor: pure-ish functions for ankiconverter (ac82416)

Unknown