From f9bce06394fc08318ebb4fcdc829d37cb9d397f9 Mon Sep 17 00:00:00 2001 From: Jan Haug Date: Sat, 8 Nov 2025 17:28:57 +0100 Subject: [PATCH] Jira Search Version 1.2.0 - Added new query operators: ? for "In Progress" status and @? for unassigned issues - Implemented 300ms debounce delay to reduce unnecessary API calls during typing - Changed logging from LogInfo to LogDebug for reduced verbosity - Refactored test helper class into a separate file for better code organization --- .../Jira Search-BD32A62C-6F98-4541-AE8E-17B46458595F.json | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/plugins/Jira Search-BD32A62C-6F98-4541-AE8E-17B46458595F.json b/plugins/Jira Search-BD32A62C-6F98-4541-AE8E-17B46458595F.json index b806da852..43344f06f 100644 --- a/plugins/Jira Search-BD32A62C-6F98-4541-AE8E-17B46458595F.json +++ b/plugins/Jira Search-BD32A62C-6F98-4541-AE8E-17B46458595F.json @@ -3,10 +3,10 @@ "Name": "Jira Search", "Description": "Search for and open Jira issues directly from Flow Launcher.", "Author": "Jan Haug", - "Version": "1.1.0", + "Version": "1.2.0", "Language": "csharp", "Website": "https://github.com/haugjan/Flow.JiraSearch", - "UrlDownload": "https://github.com/haugjan/Flow.JiraSearch/releases/download/v1.1.0/JiraSearch-1.1.0.zip", + "UrlDownload": "https://github.com/haugjan/Flow.JiraSearch/releases/download/v1.2.0/JiraSearch-1.2.0.zip", "UrlSourceCode": "https://github.com/haugjan/Flow.JiraSearch.git", - "IcoPath": "https://cdn.jsdelivr.net/gh/haugjan/Flow.JiraSearch@main/Flow.JiraSearch/Images/icon.png" + "IcoPath": "https://cdn.jsdelivr.net/gh/haugjan/Flow.JiraSearch@169cc1e1584b7efb9ee6700867c5353005ab84d2/Flow.JiraSearch/Images/icon.png" } \ No newline at end of file