From 05c0e1b25fe2517a83a0dd8b71b91aea47681df3 Mon Sep 17 00:00:00 2001 From: Manik Fulpagar Date: Fri, 16 Dec 2022 00:55:42 -0800 Subject: [PATCH] updated release note and version file to prepare for release (#314) * update relese note and version file to prepare for relese * removed outdated support mailid. --- ReleaseNotes_Viewer.txt | 44 ++++++++++++++++++++++++++++++++++++++++- src/version.h | 4 ++-- 2 files changed, 45 insertions(+), 3 deletions(-) diff --git a/ReleaseNotes_Viewer.txt b/ReleaseNotes_Viewer.txt index 53da0a43..fa1cc3c8 100644 --- a/ReleaseNotes_Viewer.txt +++ b/ReleaseNotes_Viewer.txt @@ -5,7 +5,7 @@ Gernot Wirschal Version ------- -Version 2.22.0 RELEASE +Version 2.23.0 RELEASE Known issues @@ -16,6 +16,48 @@ Known issues Changes ------- +2.23.0 + + * Fixed menu name set selected filters active/inactive. (#306) + * Fixed links to Homepage. (#305) + * Fix filter range end (#302) + * Filter Range should Enabled/Disabled on Filter Enabled option (#301) + * Bump jurplel/install-qt-action from 2 to 3 (#300) + * Filter in selected Index Range (#298) + * [ISSUE #292] Fix dead-lock in the dltpluginmanager (#293) + * Remove unnecessary settings check + * Remove the name GENIVI in the header of all source files. Replaced genivi.org with covesa.global in Links + * Notify user about changed settings + * Use UI theme depending on user choice + * Add theme selection option in settings dialog + * Add dark mode for Windows + * Ensure that no-one tries to set negative priority + * Read and store of default plugin execution priority settings + * Initialize plugin execution priority without triggering any events + * Read/Write of Plugin priority into project file + * Add sorting methods for plugin priority in TreeWidget + * Avoid child items to be draggable in Plugin Widget + * Enable Drag & Drop in PluginTreeWidget + * Cleanup PluginItem (QTreeWidgetItem) + * Allow to move up/down the Plugins in the TreeWidget + * Add "move-up", "move-down" to plugin context menu + * Plugin "move-up", "move-down" buttons enabling + * Add UI elements into Pluginlist (MainWindow) + * Reordering of Plugins in PluginManager + * added feature to export (selected) Dlt messages as Jira table + * Fixed message len for generated message from QDltMsg in case of using sessionId, timestamp and ecuId + * Add further commands to DLT Test Robot Plugin. + * Fix filter in DLT Test Robot Plugin + * Select UDP interface by interface name instead of IP address + * Improve selection of serial port + * Fix udp performance + * Linux scripts cleanups (#257) + * Add plain serial sending ability for send injection on serial ascii mode (#263) + * Add file explorer feature (#253) + * Bump actions/download-artifact from 2 to 3 (#265) + * Fix Action build + * Bump actions/checkout from 2.4.0 to 3 (#258) + * Bump actions/upload-artifact from 2.3.1 to 3 (#259) 2.22.0 diff --git a/src/version.h b/src/version.h index c3f5f286..ba05c495 100644 --- a/src/version.h +++ b/src/version.h @@ -23,13 +23,13 @@ /* changing minor & major when layout of settings file config.ini changes */ /* this kind of change is tracked in the settings dialogr */ /* for other bugfixes and not major feature enhancement just use patch level */ -#define PACKAGE_VERSION_STATE "unstable" +#define PACKAGE_VERSION_STATE "" #define PACKAGE_MAJOR_VERSION 2 #define PACKAGE_MINOR_VERSION 23 #define PACKAGE_PATCH_LEVEL 0 #define PACKAGE_VERSION "2.23.0" #define PACKAGE_REVISION "" #define PACKAGE_DESCRIPTION "DLT Viewer" -#define DLT_SUPPORT_MAIL_ADDRESS "genivi-diagnostic-log-and-trace@lists.genivi.org" +#define DLT_SUPPORT_MAIL_ADDRESS "" #define DLT_SUPPORT_NAME "COVESA" #endif