Skip to content

Commit

Permalink
v5.4.0
Browse files Browse the repository at this point in the history
  • Loading branch information
amake committed Dec 24, 2023
1 parent a9ad05d commit cb45848
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 1 deletion.
6 changes: 6 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,9 @@
## [5.4.0]
* Parse PGP encrypted blocks, add representation for decrypted content
* Parse comment lines
* Fix some editing bugs
* Remove `OrgTree.level` (`OrgSection.level` remains)

## [5.3.0]
* Support the `attachment:` protocol in `OrgFileLink`
* `ids`, `customIds` is now on `OrgTree` rather than `OrgSection`
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.3.0
version: 5.4.0
homepage: https://github.com/amake/org_parser

environment:
Expand Down

0 comments on commit cb45848

Please sign in to comment.