Skip to content

Releases: WetHat/OnenoteTaggingKit

Bugfix Release

25 Apr 10:50
Compare
Choose a tag to compare
  • Issue #91 - Ordered tag names by size for tag presets to produce correct tag hit highlighting
  • Issue #93 - Include unindexed pages in metadata and full text search
  • Issue #94 - Handled unavailable setting after first time installation

Other Fixes

  • Exception due to malformed log message fixed
  • Typos in log messages fixed

Bugfix Release

06 Feb 08:35
Compare
Choose a tag to compare

Issue #89 : Fixed an issue where logging initialization attempted to use resources which were not loaded yet

Feature Release

03 Feb 14:38
Compare
Choose a tag to compare

Enhancements

  • Issue #87 - Handle pages that were moved or deleted while a related tagging job is still pending
  • Issue #84 - Make the Update Page button work with Chinese localization.
  • Issue #83: Group the result in Saved Searches by section.
  • Find Pages and Suggested Tags user interface opens faster.
  • Logging improvements.

Bugfixes

  • Issue #86 - Correctly update tags after they have changed display name or tag type while the key is unchanged
  • Issue #85 - Let users change the display language of the add-in on the Preference tab of the Settings dialog.
  • Miscellaneous smaller bugfixes.

Bugfix Release

27 Jan 16:09
Compare
Choose a tag to compare
  • Issue #79 : Equivalent tags coming from different sources (page tags; import tags) are now collated correctly if the default tag format is As Entered.
  • Issue #80 - Removed feeble attempt to extract RTL tags from page content and improved tag Regex to match less false tag from code snippets on a page.
  • Issue #81 : Replaced RTL detection by unicode character analysis. Corrected display of the hashtag marker for RTL tags.
  • Added a support infomration for COM error 0x80042014 (page not found)

Feature Release

24 Jan 19:05
Compare
Choose a tag to compare

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.

Bugfix Release

25 Apr 07:32
Compare
Choose a tag to compare
  • Issue #68 - List of suggested tags updated immediately when tags are added or deleted by dialogs, so that deleted tags won't keep reappearing as suggested tags.
  • Issue #67 - Fixed use count update of refinement tags shown in the Find Pages dialog, which caused the search result to become incorrect when a query was changed.
  • Issue #65 - Add an empty title to untitled pages instead of a default title to address use-model issue with untitled quicknotes

Bugfix Release

11 Apr 19:15
Compare
Choose a tag to compare

Issue #64 - Too many pages found in full-text query.

Maintenance Release

10 Apr 11:08
Compare
Choose a tag to compare
  • Improved discovery of tags added by OneNote clients on remote systems
  • Run tag discovery if no suggested tags were cached. This addresses issue #62

Bugfix Release

09 Apr 20:13
Compare
Choose a tag to compare
Bugfix Release Pre-release
Pre-release

Fixed a possible temporaty data loss problem where suggested tags would not show up in the Tag Pages dialog until the Suggested Tags tab of the 'Settings dialog would be opened once.

Feature Release

07 Apr 18:06
Compare
Choose a tag to compare
Feature Release Pre-release
Pre-release

New Features

  • Major overhaul of the Find Pages dialog. Tags selected for refinement are now displayed in a separate panel
  • Issue 47: Ability to save search results from the Find Pages dialog to a OneNote page and update them on demand. Issue
  • Issue #57: Action buttons on the Tag pages and Find Pages dialog to process tags which exactly match a search pattern.
  • Documentation migrated to GitHub Pages.

Enhancements

  • Better integration of imported hashtags and OneNote tags.
  • Lenient tag matching. Hash characters, casing and spacing are now ignored when testing tag names for equality to improve the efficiency of faceted searches.
  • Many other small enhancements

Bugfixes

  • Issue #50: 'Tags from Selected Pages' presets do not work when 'Tag Pages' dialog is opened from 'Search Pages'
  • Issue #53: Allow tags to be sorted by usage in 'Manage Settings'
  • Issue #54: Improve the matchcount feedback on the 'Refinement Tags' panel of the 'Find Pages' dialog.
  • Issue #55: Tag input performance degrades when a large number of tags are present
  • Issue #56: Hide tags from the list of suggested tags when selected for tagging or filtering
  • Issue * Issue #59: Support for RTL hashtags
  • Many other small fixes