From c80f580833d37d669321b37f44027db452f5f1a4 Mon Sep 17 00:00:00 2001 From: Jeremy Ruston Date: Thu, 9 Apr 2020 10:58:32 +0100 Subject: [PATCH] Remove internal version number info from dynnannotate plugin --- .../tiddlywiki/dynannotate/docs/history.tid | 33 ------------------- plugins/tiddlywiki/dynannotate/plugin.info | 3 +- 2 files changed, 1 insertion(+), 35 deletions(-) delete mode 100644 plugins/tiddlywiki/dynannotate/docs/history.tid diff --git a/plugins/tiddlywiki/dynannotate/docs/history.tid b/plugins/tiddlywiki/dynannotate/docs/history.tid deleted file mode 100644 index 2bfba30f3..000000000 --- a/plugins/tiddlywiki/dynannotate/docs/history.tid +++ /dev/null @@ -1,33 +0,0 @@ -title: $:/plugins/tiddlywiki/dynannotate/history - -!! v0.0.5 - -* Added support for displaying search snippets -* Fixed animated popups in the combined demo -* Added minimum length for dynannotate search string -* Added custom classes for search overlays -* Fix crash for malformed regexps - -!! v0.0.4 - -* Fix crash with Chrome search-in-page -* Improve docs - -!! v0.0.3 - -* Add support for showing the selection popup even for a zero length selection (ie clicking within the text without dragging) -* Add support for searching -* Refresh when browser or wrapper resizes -** Note that Dynannotate now requires the core TiddlyWiki plugin Dynaview -* Fixes problem with selections within HTML textareas or inputs -* Improved presentation of examples - -!! v0.0.2 - -* Adds support for Mobile Safari -* Split demo into multiple chunks -* Only show the selection popup when the selection is entirely within a selection container - -!! v0.0.1 - -Initial release diff --git a/plugins/tiddlywiki/dynannotate/plugin.info b/plugins/tiddlywiki/dynannotate/plugin.info index a0b947a15..7b4d0c586 100644 --- a/plugins/tiddlywiki/dynannotate/plugin.info +++ b/plugins/tiddlywiki/dynannotate/plugin.info @@ -4,7 +4,6 @@ "description": "Dynamic content annotation", "author": "JeremyRuston", "core-version": ">=5.0.0", - "version": "0.0.6-prerelease", - "list": "readme examples history", + "list": "readme examples", "dependents": ["$:/plugins/tiddlywiki/dynaview"] }