Search indexing, start/end > < operators
Full Changelog: v2.2.1...v2.2.76
- Indexing tree nodes for faster search. Some more time spent during binlog opening, but searches will be faster.
- search operators to filter nodes that start/end before/after a certain time (
start>"datetime"
,start<"datetime"
,end>"datetime"
,end<"datetime"
) - Some fixes to search result presentation.
- Added Close, Close All But This, and Close All on text document tabs context menu
- Persist main window position
- View source for items under $additem EmbedInBinlog
- Miscellaneous memory and performance optimizations, faster binlog load times (other than the indexing time)