Skip to content

Commit

Permalink
Prepare v2.25.0 release (#393)
Browse files Browse the repository at this point in the history
* Prepare v2.25.0 release

Signed-off-by: Alexander Wenzel <[email protected]>
  • Loading branch information
alexmucde authored Dec 6, 2023
1 parent ec0018a commit a1778c6
Show file tree
Hide file tree
Showing 2 changed files with 33 additions and 2 deletions.
33 changes: 32 additions & 1 deletion ReleaseNotes_Viewer.txt
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ Gernot Wirschal <[email protected]>

Version
-------
Version 2.24.0 RELEASE
Version 2.25.0 RELEASE


Known issues
Expand All @@ -16,6 +16,37 @@ Known issues

Changes
-------
2.25.0

This comment has been minimized.

Copy link
@hannesa2

hannesa2 Dec 10, 2023

Collaborator

@alexmucde
When on next release everything works well, you'll see an automated generated changelog and these file will be obsolete.

#371


* Experimental IPC import from PCAP file
* filetransferplugin: Present save popup once (#392)
* Fixes a bug where doFLDA was erroneously called on messages ending
* Adds FiletransferPlugin::doFLFI which emits a new signal
* Allow passing multiple dlt files on commandline (#390)
* More search history (#388)
* Add more keyboard shortcuts (#387)
* Add shortcut to focus search input
* Add shortcut to apply config
* Add filter shortcut
* Improve speed of non verbose plugin Fibex loader (#386)
* Fix non-monotonic timestamps under Windows
* Remove Linefeeds and Cariage Returns in CSV Export of ECUId, AppId and CtxId.
* Fix also Timezone export for CSV and Jira
* Fix to use configured timezone during export
* Import from PCAP file
* Disable Completer in Injection Dialog
* Update INSTALL.md
* Release with auto. generated changelog
* Merge pull request #373 from SangTruongTan/build-on-apple-silicon
* No viable conversion from 'QDltDataView' to 'QByteArray'
* Revert "Build on Apple Silicon"
* Build on Apple Silicon
* Show cmake version
* Fix release on CI
* Code format
* Improved speed when loading DLT files, when plugins and filters are disabled
* bugfix: install qt5 dev packages manually since qt5-default is not available

2.24.0

* Close ECU connections before loading new project to prevent crash of DLT Viewer.
Expand Down
2 changes: 1 addition & 1 deletion src/version.h
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@
#define PACKAGE_MINOR_VERSION 25
#define PACKAGE_PATCH_LEVEL 0
#define PACKAGE_VERSION "2.25.0"
#define PACKAGE_REVISION "unstable"
#define PACKAGE_REVISION "stable"
#define PACKAGE_DESCRIPTION "DLT Viewer"
#define DLT_SUPPORT_MAIL_ADDRESS ""
#define DLT_SUPPORT_NAME "COVESA"
Expand Down

0 comments on commit a1778c6

Please sign in to comment.