Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Prepare v2.25.0 release #393

Merged
merged 2 commits into from
Dec 6, 2023
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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

* 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