Skip to content

Releases: karlicoss/orgparse

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

04 Oct 19:43
Compare
Choose a tag to compare

What's Changed

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

new release

04 Jan 20:53
e92a301
Compare
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
Compare
Choose a tag to compare

release

31 Oct 21:51
Compare
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
Compare
Choose a tag to compare
v0.2.4

update ci config

fix regression in `orgparse.load` method

11 Jan 18:14
Compare
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
Compare
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
Compare
Choose a tag to compare
v0.2.1

fix: py.typed typo

release

06 Nov 18:58
Compare
Choose a tag to compare
  • BREAKING: drop support for python2/python3.5
    This is to support typing annotations (more specifically, typing module).
    If you don't have a choice of using a newer Python version for some reason, you can install the previous version (pip install 'orgparse=0.1.4'), there weren't many API changes anyway.
  • better file properties handling #28 #30
  • keep linenumber information in the nodes #25
  • parse tables (available via body_rich property) #29
  • improvements to treat OrgRootNode more like OrgNode with fallbacks

fix: allow passing OrgEnv for custom TODO states

19 Apr 21:41
264d9fc
Compare
Choose a tag to compare