Skip to content

Commit

Permalink
EvenBetter v2.4.3
Browse files Browse the repository at this point in the history
  • Loading branch information
bebiksior committed Jul 18, 2024
1 parent e865f37 commit 5e10cc0
Show file tree
Hide file tree
Showing 5 changed files with 13 additions and 6 deletions.
5 changes: 5 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -35,6 +35,11 @@ Maintenance of EvenBetter is possible thanks to the following sponsors:
3. Done! 🎉


## Changelog v2.4.3
- Exclude Host / Path context menu options on the HTTP History page
- Bug fixes within **Collections Share** feature
- Bug fixes within **Quick M&R** feature

## Changelog v2.4.2

- Merged PR by Rhynorater that fixes bug in Match & Replace and adds default match -> name functionality
Expand Down
Binary file modified dist-zip/plugin.zip
Binary file not shown.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
"build": "vite build"
},
"dependencies": {
"@bebiks/evenbetter-api": "2.0.0",
"@bebiks/evenbetter-api": "2.1.0",
"@caido/sdk-frontend": "0.38.0"
},
"devDependencies": {
Expand Down
10 changes: 5 additions & 5 deletions pnpm-lock.yaml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 2 additions & 0 deletions src/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,7 @@ import "./style.css";
import { onMARTabOpen } from "./extensions/shareMAR";
import { EvenBetterAPI } from "@bebiks/evenbetter-api";
import { setEvenBetterAPI } from "./utils/evenbetterapi";
import { excludeHostPathFunctionality } from "./extensions/excludeHostPath";

export const init = (caido: Caido) => {
setCaidoAPI(caido);
Expand Down Expand Up @@ -98,6 +99,7 @@ export const init = (caido: Caido) => {
showResponse();
numbersPayload();
sidebarTweaks();
excludeHostPathFunctionality();

quickMatchAndReplace();
setTimeout(
Expand Down

0 comments on commit 5e10cc0

Please sign in to comment.