Keep up with latest product news
BugFix: Header/Body/ContentsTrace tabs does not reappear if they were the last thing and first thing clicked on after clicking on Selected Messages/FullTrace tabs. This is fixed. Hoozah! Thanks for the feedback Anonymous reviewer
Updated Legend: Legend now closes on most clicks outside/on the legend. Some pages contain other iframes where it's not possible for clicks to close it. I think it's good enough as is. Hide Legend button still appears for ease of use.
Legend also now styled a bit better. May be tough to see on smaller screens but I think the ease of use outweighs this issue. Again, thanks for the feedback Anonymous reviewer! Don't be afraid to update your review :D
To update, copy your instance object from the options screen, download the latest version and paste your instance object back into the options page.
Updated Name: Thought it needed something a touch shorter. Did a quick logo and Icon. I'm no designer, It'll do.
The issue with
do ##class(HS.HC.Util.Installer).InstallFoundation(namespace)
fixed by changing to
Do ##class(HS.Util.Installer.Foundation).Install(namespace)
<Resource Name="JRNINDEXER.MAC" Directory="dc/journalindexer"/>
New features:
Improvements:
Used IRIS DC to remove ARM/AMD confusion.
Harmonized ports in README and code.
New features:
Improvements:
nofilters=1
.{=&
& ,=&[
characters22/08/2023 Updates:
Feature Added: Share Search
Creates a 'Share Search' button on the Message Viewer page.
When clicked, the current search criteria is saved in the Saved Searches and the current URL with the Saved Search's name appended as a query param is copied to the clipboard.
Navigate to this new URL and it will automatically open the saved search. The browser prompts you to delete the saved search - this is so your Saved Searches dropdown doesn't get filled, though you don't have to delete the Saved Search if you don't want to.
Saved Searches are the current datetime prepended with zz.
Useful for sharing search results with colleagues.
Feature Added: Multiple Message Scroll
When viewing any page where the extension has added multiple messages and there are horizontal scrollbars, hold CTRL and then scroll. This will scroll all message scrollbars at the same time.
Useful for comparing multiple messages at the same time.
BugFix: Search History no longer empties prematurely.
BugFix: Search History no longer breaks the Message Viewer page's extension functionality if opened before first search is performed.