Skip to content

Commit

Permalink
Update release notes for 0.21
Browse files Browse the repository at this point in the history
  • Loading branch information
mlopatkin committed Jan 13, 2022
1 parent cd39599 commit 9f9cfd3
Showing 1 changed file with 13 additions and 0 deletions.
13 changes: 13 additions & 0 deletions HISTORY
Original file line number Diff line number Diff line change
@@ -1,7 +1,20 @@
version 0.21
[!] The tool is now renamed to AndLogView and the development moved to Github

[+] Support parsing Android Studio's logcat format
[+] Automatically gather device logs dumps into an archive for compatibility investigations (available if the too is
started in debug mode - with `-d` command-line key)
[+] Copy device/file metadata to the clipboard with context menu action
[+] Better MacOS support - platform-native shortucts, global menu bar, native look&feel
[+] Better HiDPI support on Windows and Linux on Java 8+, including fractional scaling

[*] Fixed compatibility with Android P, 10, 11, 12
[*] Modernized look&feel on Windows and Linux
[*] Esc key closes dialogs (filter editor, device selector, and configuration)
[*] The AndLogView's build is now deterministic, i. e. you can produce byte-to-byte identical binary
[*] "Device disconnected" alert only shows when viewing the logs from a device
[*] Configuration dialog highlights invalid ADB location if one is entered
[*] Fixed the "ability" to open the filter editor twice for the same filter

version 0.20
[+] Quick filters based on the content of the clicked cell
Expand Down

0 comments on commit 9f9cfd3

Please sign in to comment.