Releases: COVESA/dlt-viewer
Releases · COVESA/dlt-viewer
2.26.2
What's Changed
Exciting New Features 🎉
- Enable Debian build for noble. by @alexmucde in #542
- Extend regex replace filter operation to all functionalities. by @alexmucde in #545
Build pipeline 🛠
- Run unit tests for Linux on CI by @vifactor in #538
- Fix MacOS release artifacts by @hannesa2 in #548
- MacOS release with codesign and notarization by @hannesa2 in #549
- Include mac artifacs release by @hannesa2 in #550
Other Changes
- Fix qmake build by @alexmucde in #544
- Change regex replace func from std to qt internal. by @alexmucde in #546
Full Changelog: 2.26.1...2.26.2
2.26.1
What's Changed
Exciting New Features 🎉
- DLT Commander Tool by @alexmucde in #500
- Fix more compilation warnings by @vifactor in #499
- Rename dlt_common.c into dlt_common.cpp. by @LocutusOfBorg in #506
- Revert Rename of dlt_common. by @alexmucde in #512
- New command line option delimiter for CSV export. by @alexmucde in #515
- Mac app store by @bunty95 in #521
- Testable search by @vifactor in #505
- Remove dead code related to payload range search functionality by @vifactor in #525
- Replace search progress dialog with an in-place progress bar by @vifactor in #509
- Increase precision of float ouput to 8 digits by @alexmucde in #530
- Keep console logging if app is launched from cmd by @vifactor in #528
Build pipeline 🛠
- Abi in MacOS artifacts by @hannesa2 in #526
- Bump action by @hannesa2 in #527
- Notarization MacOS by @hannesa2 in #532
- Removed creating tar from build by @bunty95 in #537
- Skip notarization on a fork by @hannesa2 in #539
- Skip notarization on a fork by @hannesa2 in #540
Other Changes
- macOS Catalina by @bunty95 in #511
- install qoffscreen plugin on windows by @vifactor in #510
- Fix MF4 Import. by @alexmucde in #518
- change parent of actions in config context menu by @vifactor in #522
- fix signal for socket error by @vifactor in #519
- Make code backward compatible with Qt 5.12 by @vifactor in #531
Full Changelog: 2.26.0...2.26.1
2.26.0
What's Changed
Exciting New Features 🎉
- Dot matches newlines in regexps by @tohammer in #401
- Prepare Qt6 build by @alexmucde in #411
- Improve non verbose mode plugin: by @alexmucde in #412
- Set working directory from cli by @tohammer in #402
- Allow mixing project and dlt file arguments directly by @tohammer in #403
- Improve and document command line options by @alexmucde in #413
- Separate installation directories. by @alexmucde in #424
- Add further EtherTypes to pcap import by @alexmucde in #429
- First MF4 import support. by @alexmucde in #431
- Improve pcap and mf4 import. by @alexmucde in #432
- Support IP segmentation in pcap and mf4 import by @alexmucde in #434
- Pcap and mf4 import improved Exlplorer widget support. by @alexmucde in #436
- Fix import from pcap file dialog. by @alexmucde in #438
- Fix compiler warnings by @alexmucde in #439
- Further Cleanup Open and Append commands. by @alexmucde in #456
- Remove Reset Default Filter. by @alexmucde in #466
- Filetransfer Plugin: - Default Save path by @alexmucde in #471
- Add tooltips to logs by @qjcina in #476
- Allow conversion of input files in stream format by @mrclauss in #475
- Fixed some compilation warnings by @joas77 in #474
- Remove unused code and silence a deprecation warnings by @vifactor in #496
- Cleanup commandline output. by @alexmucde in #498
Build pipeline 🛠
- MacOS build more verbose by @hannesa2 in #484
- @rpath/libqdlt.dylib fix for MacOS by @bunty95 in #482
- MacOS qt5 arm64 build by @hannesa2 in #485
- Fix release job by @hannesa2 in #504
Other Changes
- Bump actions/upload-artifact from 3 to 4 by @dependabot in #399
- Bump actions/download-artifact from 3 to 4 by @dependabot in #400
- Support Qt6 only. by @alexmucde in #397
- Revert "Support Qt6 only. (#397)" by @alexmucde in #409
- MacOS 13; XCode 15.2 by @hannesa2 in #410
- Fix new plugin commands from command line. by @alexmucde in #415
- Open DLT file writable only when needed. by @alexmucde in #417
- Logging only filtered messages feature by @alexmucde in #418
- Fix Qt6 issues by @alexmucde in #423
- New DLT Msg Cache. by @alexmucde in #437
- Remove null characters when exporting to clipboard by @alexmucde in #435
- Fix commandline by @alexmucde in #441
- Fix Cache function: by @alexmucde in #442
- QT 5.15.2 by @rus0000 in #444
- Fix cache function. by @alexmucde in #445
- Bump softprops/action-gh-release from 1 to 2 by @dependabot in #446
- Remove Qt Gui/Widgets dependency from qdlt library. by @alexmucde in #447
- macOS: Fix build with brew QT5.15.13 by @rus0000 in #449
- Clean up convert command line command. by @alexmucde in #450
- Fix crash in cache by using Mutex by @alexmucde in #451
- Fix Filetransfer Plugin Qt6 issue. by @alexmucde in #452
- Support DLTv2 decoding as an option in the settings by @alexmucde in #454
- Filetransfer Plugin: Fix crash with Qt6 by @alexmucde in #455
- Update debian build package to focal. by @alexmucde in #458
- Change Export to simplified payload. by @alexmucde in #459
- Fix baudrate disabled. by @alexmucde in #462
- Bump jurplel/install-qt-action from 3 to 4 by @dependabot in #470
- Fix DLTv2 support. by @alexmucde in #472
- Fix open and append dialog case sensitive endings. by @alexmucde in #473
- Update Windows Build script to Qt 6.7.1 by @alexmucde in #480
- Fix dark mode. by @alexmucde in #481
- Enable Offscreen mode in silent mode. No display needed anymore in Li… by @alexmucde in #483
- Update Debian build script. by @alexmucde in #486
- MacOS qt5 arm64 cmake solution by @bunty95 in #487
- Remove Windows Vista support. by @alexmucde in #489
- Enable Plugin when sending command line command to plugin. by @alexmucde in #490
- Fix Multifilter feature, expecially with older Qt version. by @alexmucde in #493
- Fix filter active color. by @alexmucde in #494
- Fix filter menu. by @alexmucde in #497
New Contributors
- @qjcina made their first contribution in #476
- @mrclauss made their first contribution in #475
- @joas77 made their first contribution in #474
- @bunty95 made their first contribution in #482
- @vifactor made their first contribution in #496
Full Changelog: v2.25.0...2.26.0
v2.25.0
Release v2.25.0
What's Changed
Exciting New Features 🎉
- bugfix: install qt5 dev packages manually since qt5-default is not available by @freitzzz in #366
- Improved speed when loading DLT files by @alexmucde in #364
- Build on Apple Silicon by @hannesa2 in #369
- Release with auto. generated changelog by @hannesa2 in #371
- Import from PCAP file by @alexmucde in #377
- Fix non-monotonic timestamps under Windows by @mbehr1 in #381
- Improve speed of non verbose plugin Fibex loader by @alexmucde in #386
- Add more keyboard shortcuts by @tohammer in #387
- Increase search history limit by @tohammer in #388
- Allow passing multiple dlt files on commandline by @tohammer in #390
- filetransferplugin: Present save popup once by @mfukar in #392
Other Changes
- Fix release CI by @hannesa2 in #368
- No viable conversion from 'QDltDataView' to 'QByteArray' by @SangTruongTan in #373
- Bump actions/checkout from 3 to 4 by @dependabot in #375
- Disable Completer in Injection Dialog by @alexmucde in #378
- Fix to use configured timezone during export by @alexmucde in #379
- Bump jurplel/install-qt-action from 3 to 4 by @dependabot in #385
- Revert "Bump jurplel/install-qt-action from 3 to 4 (#385)" by @hannesa2 in #389
- Experimental IPC import from PCAP by @alexmucde in #394
- Prepare v2.25.0 release by @alexmucde in #393
New Contributors
- @freitzzz made their first contribution in #366
- @SangTruongTan made their first contribution in #373
- @mfukar made their first contribution in #392
Full Changelog: v2.24.0...v2.25.0
Release v2.24.0
Release v2.24.0
Release v2.23.0
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.
Release v2.22.0
Fix Action build
Release v2.21.2
Bugfix: re-enable UDP reception which was destroyed due to regression…
Release v2.21.1
Signed-off-by: Alexander Wenzel <[email protected]>