-
Notifications
You must be signed in to change notification settings - Fork 249
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
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.
- Loading branch information
1 parent
eb3b5e1
commit 05c0e1b
Showing
2 changed files
with
45 additions
and
3 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -5,7 +5,7 @@ Gernot Wirschal <[email protected]> | |
|
||
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 | ||
|
||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -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 "[email protected]" | ||
#define DLT_SUPPORT_MAIL_ADDRESS "" | ||
#define DLT_SUPPORT_NAME "COVESA" | ||
#endif |