You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: CHANGELOG.md
+21Lines changed: 21 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,5 +1,26 @@
1
1
# Changelog
2
2
3
+
## v1.7.0
4
+
5
+
- Fixed cancel button in confirmation dialogs returning to main menu instead of the correct sub-menu
6
+
- Fixed `clear_pcap_files` not resetting the `HasOpenedFile` flag after closing the file handle, causing silent write failures on active captures
7
+
- Fixed app crashing the entire device on SD card mkdir failure, now exits gracefully instead
8
+
- Removed dead null check in `settings_storage_init` that could never be reached
9
+
- Fixed sync timing counters never resetting between capture sessions
10
+
- Fixed IR universals list query failing on slow UART connections due to using a fixed 200ms delay instead of a proper timeout loop
11
+
- Fixed app info dialog showing empty text
12
+
- Removed unreachable return statement in `settings_custom_event_callback`
13
+
- Fixed critical resource leak on text_box allocation failure, early return now properly cleans up UART context, expansion protocol, OTG state and all allocated memory
14
+
- Fixed NULL pointer dereference in `uart_storage_rx_callback` when `app` is NULL
15
+
- Fixed memory leak in `show_app_info`, confirmation context now tracked in `active_confirm_context`
16
+
- Fixed `SETTING_SHOW_INFO` event handler returning `false` instead of `true`
17
+
- Fixed `show_confirmation_dialog_ex` overwriting `active_confirm_context` without freeing previous allocation
18
+
- Fixed memory leak in `get_latest_log_file` on `realloc` failure
19
+
- Fixed race condition in UART cleanup, capture streams now cleaned after thread join
20
+
- Fixed missing NULL checks on `storage_file_alloc` in file clearing functions
21
+
- Fixed missing NULL check on `context` in `show_app_info`
22
+
- Fixed error path in core UI allocation leaking `RECORD_DIALOGS`, expansion protocol and OTG power state
23
+
3
24
## v1.6.3
4
25
5
26
- Fixed an issue where the text view would be empty
0 commit comments