mirror of
https://github.com/Jermolene/TiddlyWiki5
synced 2024-11-23 10:07:19 +00:00
Remove internal version number info from dynnannotate plugin
This commit is contained in:
parent
1ed36adab6
commit
c80f580833
@ -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
|
@ -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"]
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user