-
Notifications
You must be signed in to change notification settings - Fork 39
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
ab94938
commit 2f02a16
Showing
1 changed file
with
21 additions
and
0 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 |
---|---|---|
@@ -1,3 +1,24 @@ | ||
# 3.9.0 | ||
|
||
## UI/UX & Features | ||
- add support of SomeIp in PcapNg files | ||
- add support of modules for SomeIp | ||
- reintroduce UI/UX for opening binary files | ||
- reintroduce UI/UX for connection to the source | ||
|
||
## Developing | ||
- add traces on errors (traces drops into a console and saves into the log file) | ||
- fix the focus issue on DevTools in the client | ||
- unlock shortcuts in DevTools | ||
|
||
## Internal | ||
- sync types from rustcore to client in the scope of observing operations | ||
- remove duplicates of types | ||
- Angular upgrade to 16.x | ||
- Upgraded all npm modules | ||
- Fix timing issue for jobs on ts-binding (unbound session on rustcore) | ||
- | ||
|
||
# 3.8.2 | ||
- Prevent executing "empty" command on streaming | ||
- Unlock mouse on system dialogs (gnome related issue) |