Skip to content

Releases: jerry-jeon/LogJerry

v1.5.4

15 Aug 14:43
22e02dc
Compare
Choose a tag to compare

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

13 Aug 10:59
094c104
Compare
Choose a tag to compare

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

06 Jul 01:17
82bad51
Compare
Choose a tag to compare

v1.5.1

11 Jun 06:50
f497150
Compare
Choose a tag to compare
  • Fixed minor bugs

v1.5.0

11 Jun 06:00
Compare
Choose a tag to compare

Release Notes for Version 1.5.0

New Features

  1. Persist Header Config (#37 by jkj8790)
  2. Package, Tag Filter (#36 by jkj8790): Added new package and tag filtering features
  3. Support Copy Row Feature (#30 by jkj8790)
  4. Exclude Filter Feature (#29 by jkj8790
  5. Support Collapsing Large Row (#28 by jkj8790): We now support collapsing large rows to improve the readability of your data.
  6. 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.
  7. Fix Startup Window Size (#34 by Tolriq): Make window size on startup configurable
  8. 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

04 Jun 13:03
81f5142
Compare
Choose a tag to compare

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

07 Nov 15:10
Compare
Choose a tag to compare
  • 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

30 Oct 12:45
Compare
Choose a tag to compare
  • Support various logcat format
    • Make it possible to parse a log of various format configurations of Chipmunk, Dolphin

v1.1.1

18 Oct 14:18
Compare
Choose a tag to compare
  • Change the Keyboard shortcut to Meta only for the Mac
  • Make it possible to build without modifying the build.gradle

v1.1.0

17 Oct 14:42
Compare
Choose a tag to compare

v1.1.0 (Oct 17, 2022)

  • Support dark theme