Releases: jerry-jeon/LogJerry
Releases · jerry-jeon/LogJerry
v1.5.4
What's Changed
Add support for Firebase Test Lab's logcat format.
Fix the bug where the mark and hide are not working correctly.
Full Changelog: v1.5.3...v1.5.4
v1.5.3
Fix bugs
- Fixed the range bug of searching
- Make the cursor positioned to the last of the keywords
- Change the new tab key to T from N
Implemented Sort order options for filters
Support Kotlin data class toString parser
v1.5.2
v1.5.1
- Fixed minor bugs
v1.5.0
Release Notes for Version 1.5.0
New Features
- Persist Header Config (#37 by jkj8790)
- Package, Tag Filter (#36 by jkj8790): Added new package and tag filtering features
- Support Copy Row Feature (#30 by jkj8790)
- Exclude Filter Feature (#29 by jkj8790
- Support Collapsing Large Row (#28 by jkj8790): We now support collapsing large rows to improve the readability of your data.
- Collapse Columns if Possible (#38 by jkj8790): We've improved our table view, columns will now collapse when possible, making your data easier to read.
- Fix Startup Window Size (#34 by Tolriq): Make window size on startup configurable
- Fix JSON Detector to Better Support Some Edge Cases (#32 by Tolriq): Made enhancements to our JSON detector to handle edge cases better.
v1.4.0
New Features and Enhancements
-
Bookmark View: Improved Bookmark view for easier navigation.
- You can see the duration between bookmarks
-
Hide: You can now hide a row.
-
Detect a large time gap between logs: if duration between logs is greater than 3s than it shows noticeable view
-
Support Shortcut: New shortcuts have been introduced.
-
Support Keyboard Navigation: Enhanced support for keyboard navigation.
Shortcut | Description |
---|---|
⌘ + O | Open File |
⌘ + N | New Tab |
⌘ + V | (When new tab has opened) Paste from clipboard |
⌘ + M | Mark a selected log |
← | Hide a selected log |
⌘ + [ | Move to previous mark |
⌘ + ] | Move to next mark |
⌘ + F | Find.. |
↑ | Move to previous log |
↓ | Move to next log |
PgUp | Move to previous page |
PgDown | Move to next page |
Home | Move to the top |
End | Move to the bottom |
v1.3.0
- Fix bug some format of logs are not parsed properly
- New feature: Mark a row
- Proguard is applied. The size of the app is slightly reduced.
v1.2.0
- Support various logcat format
- Make it possible to parse a log of various format configurations of Chipmunk, Dolphin
v1.1.1
- Change the Keyboard shortcut to Meta only for the Mac
- Make it possible to build without modifying the build.gradle
v1.1.0
v1.1.0 (Oct 17, 2022)
- Support dark theme