Skip to content

Commit

Permalink
docs
Browse files Browse the repository at this point in the history
  • Loading branch information
esheyw committed Jul 2, 2024
1 parent 3200d41 commit d9de433
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 2 deletions.
6 changes: 6 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,9 @@
## v2.1.0

- Add support for reloading all connected clients along with the culprit-finder's
- New toggle button in the main window
- The CSS is potentially flaky, please let me know if you experience weirdness

## v2.0.3

- Prevent running dependency checks when unlocking a module
Expand Down
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,9 +7,9 @@ This module helps you debug compatibility issues of modules, by finding the modu
- You will be asked to select a module to keep active at all times. Choose the module that you want to debug.
- Your page will refresh, deactivating all modules, except the chosen one and this.
- Check whether your issue still persists.
- If the issue persists, the module will start a binary search by only reactivating half of your previous modules, refreshing the page, going on like this until the culprit is found.
- If the issue persists, the module will start a binary search by only reactivating half of your previously active modules, refreshing the page, going on like this until the culprit is found.
- Just follow the prompts appearing after each refresh.
- Depending on the amount of modules you have installed this process could take a while, but at most `log(n) + 2` iterations, where _n_ is the amount of modules you have activated.
- Depending on the number of modules you have installed this process could take a while, but at most `log(n) + 2` iterations, where _n_ is the number of modules you have activated.
- If you accidently close one of the prompts, just refresh the page manually and it will reappear.

## [Patch Notes](https://github.com/esheyw/find-the-culprit/blob/main/CHANGELOG.md)
Expand Down

0 comments on commit d9de433

Please sign in to comment.