Skip to content

Releases: karlicoss/orgparse

v0.4.20251030: rolling release

30 Oct 22:33

Choose a tag to compare

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

20 May 21:42

Choose a tag to compare

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

04 Oct 19:43

Choose a tag to compare

What's Changed

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

new release

04 Jan 20:53
e92a301

Choose a tag to compare

v0.3.2

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

support open CLOCK dates

23 Feb 23:36

Choose a tag to compare

release

31 Oct 21:51

Choose a tag to compare

  • 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

21 Apr 19:00

Choose a tag to compare

v0.2.4

update ci config

fix regression in `orgparse.load` method

11 Jan 18:14

Choose a tag to compare

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 ':'

06 Dec 23:15

Choose a tag to compare

v0.2.2

only split filetags by ':'

fix typo in py.typed so mypy checks work

06 Nov 20:18

Choose a tag to compare

v0.2.1

fix: py.typed typo