Skip to content

Commit

Permalink
v5.3.0
Browse files Browse the repository at this point in the history
  • Loading branch information
amake committed Dec 10, 2023
1 parent aa89a08 commit 42d3463
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 1 deletion.
9 changes: 9 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,12 @@
## [5.3.0]
* Support the `attachment:` protocol in `OrgFileLink`
* `ids`, `customIds` is now on `OrgTree` rather than `OrgSection`
* Added `OrgTree.dirs` to get the `:DIR:` property values of the tree
* Added `OrgTree.attachDir` to get the attachment directory for the tree
* The `OrgPath` returned by `OrgNode.find` now includes the starting node as the
first item
* Added `OrgFileLink.copyWith`

## [5.2.0]
* Parse Emacs [local variables
lists](https://www.gnu.org/software/emacs/manual/html_node/emacs/Specifying-File-Variables.html)
Expand Down
2 changes: 1 addition & 1 deletion pubspec.yaml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
name: org_parser
description: A pure-Dart parser for Emacs Org Mode (https://orgmode.org) markup
version: 5.2.0
version: 5.3.0
homepage: https://github.com/amake/org_parser

environment:
Expand Down

0 comments on commit 42d3463

Please sign in to comment.