branch: externals/org-modern commit 9973bd3b91e4733a3edd1fca232208c837c05473 Author: JD Smith <93749+jdtsm...@users.noreply.github.com> Commit: JD Smith <93749+jdtsm...@users.noreply.github.com>
Bump version --- README.md | 10 ++++++---- org-modern-indent.el | 2 +- 2 files changed, 7 insertions(+), 5 deletions(-) diff --git a/README.md b/README.md index ee6f663dd9..42d595002d 100644 --- a/README.md +++ b/README.md @@ -10,9 +10,11 @@ This small package approximately reproduces the block styling of `org-modern` wh ## Updates -- v0.5 Another complete rewrite which dramatically improves - performance and accuracy. Now based on `org-element` and - implemented via `before/after-change-functions`. Benefits include: +- **v0.5.1**: Small simplifications for block drawing. +- **v0.5**: Another complete rewrite which substantially improves + performance and accuracy. Now block detection uses `org-element` + and the block styling is implemented in + `before/after-change-functions`. Benefits include: 1. Higher performance and more reliable fontification. 2. Ability to detect and correctly treat _damaged_ blocks (header/footer line altered or removed) as well as _merged_ blocks. @@ -23,7 +25,7 @@ This small package approximately reproduces the block styling of `org-modern` wh Note that v0.5 implements indented block styling using display properties on the indentation text, so navigation will "skip over" it. -- v0.1 features a complete re-write to use font-lock directly. This +- **v0.1**: features a complete re-write to use font-lock directly. This has a few benefits: 1. No longer relies on org-mode face names for recognizing blocks, so `org-src-block-faces` can have arbitrary faces diff --git a/org-modern-indent.el b/org-modern-indent.el index 2a6814884d..4ea13ebb5a 100644 --- a/org-modern-indent.el +++ b/org-modern-indent.el @@ -4,7 +4,7 @@ ;; Author: J.D. Smith ;; Homepage: https://github.com/jdtsmith/org-modern-indent ;; Package-Requires: ((emacs "27.1") (org "9.6.1") (compat "30.0")) -;; Version: 0.5.0 +;; Version: 0.5.1 ;; Keywords: convenience ;; Prefix: org-modern-indent ;; Separator: -