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
- style: prevent layout shift when switching between log lines by @erickzhao in #182
- feat(preferences): system color theme by @erickzhao in #183
- perf: memoize trace warnings by @erickzhao in #180
- fix: update to point to
slack sourcemap slacktrace
by @issacgerges in #184 - fix(unzip): ensure unique file names by @erickzhao in #185
Internal changes
- build(deps): update yarn.lock by @erickzhao in #178
- refactor: replace
debounce
with lodash.debounce by @erickzhao in #179 - refactor: remove references to
electron/fiddle
by @erickzhao in #181 - build: update Docker images and add pre-commit hooks by @erickzhao in #187
- build(deps): prune dependency tree by @erickzhao in #188
Full Changelog: v3.7.2...v3.8.0