Skip to content

Commit

Permalink
updated release note and version file to prepare for release (#314)
Browse files Browse the repository at this point in the history
* update relese note and version file to prepare for relese
* removed outdated support mailid.
  • Loading branch information
Manik-ltts committed Dec 16, 2022
1 parent eb3b5e1 commit 05c0e1b
Show file tree
Hide file tree
Showing 2 changed files with 45 additions and 3 deletions.
44 changes: 43 additions & 1 deletion ReleaseNotes_Viewer.txt
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ Gernot Wirschal <Gernot.Wirschal@bmw.de>

Version
-------
Version 2.22.0 RELEASE
Version 2.23.0 RELEASE


Known issues
Expand All @@ -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

Expand Down
4 changes: 2 additions & 2 deletions src/version.h
Original file line number Diff line number Diff line change
Expand Up @@ -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

0 comments on commit 05c0e1b

Please sign in to comment.