From 61d06331f79e1d27286417bf20c6fc5624558425 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Christian=20L=C3=BCck?= Date: Tue, 5 Dec 2023 23:53:57 +0100 Subject: [PATCH] report changes and bump version --- .mvn/maven.config | 2 +- changeLog.md | 9 +++++++++ 2 files changed, 10 insertions(+), 1 deletion(-) diff --git a/.mvn/maven.config b/.mvn/maven.config index d0b6036..553ae5d 100644 --- a/.mvn/maven.config +++ b/.mvn/maven.config @@ -1,2 +1,2 @@ --Drevision=0.16.4 +-Drevision=0.17.0 -Dchangelist=-SNAPSHOT \ No newline at end of file diff --git a/changeLog.md b/changeLog.md index 415c3a0..64a0ada 100644 --- a/changeLog.md +++ b/changeLog.md @@ -1,5 +1,14 @@ # Changes +## 0.17.0 + +- added `sel.tag` action for selecting analytical or interpretative + tags +- improved markup generation for the annotation action: Keep the + `endID` for the ``, if the end anchor is replaced with + it. This is generally wanted when the annotation is used in a way + similar to an internal double-end-point apparatus encoding. + ## 0.16.4 - fix descriptor file (see issue #9)