Skip to content

Feature Release

Compare
Choose a tag to compare
@WetHat WetHat released this 24 Jan 19:05
· 57 commits to master since this release

Enhancements

  • Issue #20 - Added two additional filter methods:
    • None of - Exclusion filter which requires pages to not have any of the selected tags.
    • Any of - Lets pass pages which have any of the selected tags.
      The existing intersection filter was renamed to All of and requires pages to have all selected tags.
  • Issue #73 - Links to pages in the Recycle Bin have a red color now in the search result of the Find Pages dialog.
  • Issue #77 - Hide tags in the Page Tags panel of the Find Pages dialog if they would not reduce the search result any further.
  • User documentation update.

Bugfixes

  • Issue #70 - 'Copy Links to Pages' action on a search result now collects the selected links correctly.
  • Issue #72 - Links to pages in the Recycle Bin have a red color in the search result now. All clicked links turn gray.
  • Issue #74 - Imported tags are read-only now. Showing 'Type Annotation' for imported tags to indicate that they are read-only. Fixed incorrect type annotation
  • Issue #75 - Detection of hashtags in page content to exclude hashtags often found in code. Allowing 2 character hashtags.
  • Issue #78 - Fixed sporadic update failures of Saved Search es.
  • Miscellaneous fixes for bugs found during lab testing and regular use.