Skip to content

Releases: karlicoss/orgparse

v0.4.20251030: rolling release

Choose a tag to compare

@karlicoss karlicoss released this 30 Oct 22:33

What's Changed

  • chore: bump CI stuff and update readme by @karlicoss in #75
  • Mention installation option via conda-forge. by @kklein in #69
  • also fixes #17

New Contributors

Full Changelog: v0.4.20250520...v0.4.20251020

v0.4.20250520: rolling release

Choose a tag to compare

@karlicoss karlicoss released this 20 May 21:42

No actually meaningful changes, just a release after CI cleanup

What's Changed

Full Changelog: v0.4.20231004...v0.4.20250520

v0.4.20231004: new release, mainly switch to pyproject.toml

Choose a tag to compare

@karlicoss karlicoss released this 04 Oct 19:43

What's Changed

Full Changelog: v0.3.2...v0.4.20231004

new release

Choose a tag to compare

@karlicoss karlicoss released this 04 Jan 20:53
e92a301
v0.3.2

refactor load method to allow for easier mocking with pyfakefs (#57)

support open CLOCK dates

Choose a tag to compare

@karlicoss karlicoss released this 23 Feb 23:36

release

Choose a tag to compare

@karlicoss karlicoss released this 31 Oct 21:51
  • feature: support level 0 properties and timestamps #42

  • feature: str for date-like objects formats it as proper org-mode #44

  • fix: repeated tasks states parsing #39

  • fix: datetime extraction #43

  • fix: avoid file handle leak #45

thanks everyone!

support Effort property properly

Choose a tag to compare

@karlicoss karlicoss released this 21 Apr 19:00
v0.2.4

update ci config

fix regression in `orgparse.load` method

Choose a tag to compare

@karlicoss karlicoss released this 11 Jan 18:14
fix regression in orgparse.load method for file-like objects

broken in https://github.com/karlicoss/orgparse/commit/30671890e38db0c7becab12dfda6ff7d97496a8b

see https://github.com/karlicoss/orgparse/issues/32

only split filetags by ':'

Choose a tag to compare

@karlicoss karlicoss released this 06 Dec 23:15
v0.2.2

only split filetags by ':'

fix typo in py.typed so mypy checks work

Choose a tag to compare

@karlicoss karlicoss released this 06 Nov 20:18
v0.2.1

fix: py.typed typo