Skip to content

Releases: tinyspeck/sleuth

v3.8.0

12 Dec 20:23
v3.8.0
813244a
Compare
Choose a tag to compare

Highlights

🌔 System Color Theme

Sleuth's color theming is getting an upgrade! You can now set the app to sync with your operating system's color theme.

Screen.Recording.2024-12-03.at.17.32.58.mov

🐿️ Squirrel.Windows installer log fix

For years, log ZIP bundles generated by Slack Desktop have contained three colliding SquirrelSetup.log entries. Unzipping the log bundle or opening it in Sleuth would end up only showing a single one of them, leaving the rest to dissipate into the aether.

Sleuth 3.8 works around this formatting problem by making ZIP file names in log bundles unique during extraction. A future release of Slack Desktop will fix this issue in the log bundle generation process.

What's Changed

Internal changes

Full Changelog: v3.7.2...v3.8.0

v3.7.2

25 Nov 22:27
v3.7.2
fd017d1
Compare
Choose a tag to compare

What's Changed

Internal Changes

Full Changelog: v3.7.1...v3.7.2

v3.7.1

25 Jul 21:57
v3.7.1
ba7bf66
Compare
Choose a tag to compare

Highlights

Sleuth 3.7 adds new quality of life features to the log viewer, support for new mobile logging formats, as well as miscellaneous internal codebase cleanup items.

Inter-process log context

When analyzing individual log files, it's sometimes important to be able to see what's happening around the same time in other processes. You can now do this by right-clicking log lines and selecting the Show in "All Desktop Logs" view!

Screen.Recording.2024-07-25.at.14.54.44.mov

Welcome screen design updates

A more delightful welcome screen awaits!

welcome screen

What's changed

Full Changelog: v3.6.1...v3.7.1

v3.6.1

03 Jul 20:26
v3.6.1
81ef9a2
Compare
Choose a tag to compare

What's Changed

Sleuth v3.6.1 upgrades the app to Electron 31 and provides new features for performance trace profiling and log table UI improvements.

Note

Sleuth 3.6.0 had an inflated bundle size due to how we were bundling the updated Chrome DevTools prebuilt frontend, and will remain unpublished.

New Contributors

Full Changelog: v3.5.4...v3.6.1

v3.5.4

02 Feb 21:38
v3.5.4
19b7fb7
Compare
Choose a tag to compare

What's Changed

Full Changelog: v3.5.1...v3.5.4

v3.5.1

13 Dec 22:18
ea67993
Compare
Choose a tag to compare

What's Changed

Full Changelog: v3.4.0...v3.5.1

v3.4.0

11 Jul 21:12
1b2d2b3
Compare
Choose a tag to compare

Highlights

New date picker

With this new date picker, you can select specific times and filter by a single date!


Screenshot 2023-07-07 at 4 31 02 PM

Result counter

You are now able to view the amount of logs that show up from a filter, search or both!


Screenshot 2023-07-07 at 4 46 41 PM

Added support for electron_debug.log

Sleuth is now able to process electron_debug logs, which provide additional logging from the Chromium level.

What’s Changed

v3.3.0

27 Sep 16:31
Compare
Choose a tag to compare

Changes:

  • Removes the existing in-app sourcemapping in favor of ingestion sourcemapping
  • Adds support for iOS timestamps like hh.mm.ss -> hh:mm:ss

v3.2.0

15 Mar 18:49
Compare
Choose a tag to compare

Changelog

New features

  • Added support for all localized iOS log formats
  • Added support for more console log formats
  • Added start/end time and duration for performance profiles
  • Added test infrastructure

UI/UX Improvements

  • Added link to FAQ in Help menu
  • Added "Open recent" to File menu
  • Improved the Preferences menu UI
  • Traces are now labelled "Performance Profile" in the sidebar
  • Added a tooltip to long file names in the Welcome screen
  • Welcome screen now makes more file suggestions

Fixes

  • Removed Log Line Intelligence (which has been non-functional for over a year)
  • Fixed issue where some console logs would cause Slack to crash
  • Fixed "Delete files older than 2 days" button on the Welcome screen
  • Ensure the correct performance trace is displayed when a new file is loaded

v3.1.1

24 Nov 00:24
v3.1.1
919f6a2
Compare
Choose a tag to compare

Changes:

  • Added a performance profile viewer - load & read performance profiles directly in Sleuth
  • Improved net log table readability in dark mode