NewLode is now available in both Intel and Apple silicon versions. Please re-download the application in your desired architecture if you have installed Lode from a previous version
NewOne-click content copy from snippets in test results and alerts
ChangedUpdated to Electron 11
ChangedEnforce context isolation in renderer process for added security
ChangedImproved memory footprint in renderer process
ChangedInterface and icons refinements, from updated Primer versions
ChangedVarious stability improvements
FixedConsole file paths in Jest 25+
FixedUpdater failures could cause the app to freeze
FixedJitter when switching frameworks on a sidebar with overflowing content
RemovedDynamic sorting
NotesAn extensive refactor of Lode's codebase to ensure it adheres to Electron's latest security best-practices ([#45](https://github.com/lodeapp/lode/issues/45)). It also updates dependencies to much newer versions (including underlying Node and Chrome versions) for a faster and more stable foundation, which will soon allow for additional improvements and Apple Silicon builds, too.
NewTest file list can now be sorted (initially supports sorting by running order, name, dates of last update or last run, total duration and maximum test duration)
NewAllow filtering by "selected" status. Useful for when you want a run a subset of files by their status, but want to keep them in view regardless of their subsequent outcomes
NewLode will now remember the first time a test was seen and the last time it was run
NewLink to release notes from About window
ChangedMore minimalistic result pane tabs
ChangedTest information (previously "statistics") is no longer hidden while a test is in a transient status
ChangedIf a file is excluded by filters they will now be collapsed in addition to being unselected
ChangedImprovements in content overflow in the sidebar, tests list and results pane
ChangedUse tabular numbers for dynamic labels
ChangedSlight changes in color palette
FixedIssue with "Add another repository" button creating a new input that was not blank when trying to add multiple repositories at once
NewImproved Jest feedback, with better separation between message and stack trace and rich traces instead of plain ANSI
NewCommand-F will now focus on the framework's filtering input
NewJump to documentation from application menu
ChangedExclude hidden part of a suite's path from keyword filtering, which should yield better results when copying and pasting paths from many different sources
ChangedClicking on repository name on sidebar will now collapse and expand it
ChangedBetter handling of collapsible panels with no content (no empty bodies, no copy button)
ChangedSoftware update improvements
FixedFix macOS malicious software alert in quarantined app, due to stricter control for notarized apps in 10.14.5
FixedCode snippets failing to highlight first line
FixedDon't try to calculate relative paths to files inside a stack trace frame if they're already relative
FixedOdd filename truncation in relative paths in a collapsible panel's header
NewShow "actual", "expected" and "expected (partial)" results from presence matching failures in PHPUnit, which improves feedback for Laravel-specific assertions like `assertSee` and `assertJson`
NewCopy to clipboard button for diff and trace panel contents
NewToggle sort order on exception traces
ChangedExclude hidden part of a suite's path from keyword filtering
ChangedClicking on repository name on sidebar will now collapse and expand it
ChangedSofteware update improvements
FixedRepository scanning issue which could cause frameworks being wrongly identified when adding multiple repositories at once with auto-scanning turned on