Skip to content

Commit

Permalink
feat(remove): change focus mode mid thread
Browse files Browse the repository at this point in the history
  • Loading branch information
pnd280 committed Oct 24, 2024
1 parent c9f33d8 commit cf0f7be
Show file tree
Hide file tree
Showing 13 changed files with 678 additions and 634 deletions.
1 change: 1 addition & 0 deletions .editorconfig
Original file line number Diff line number Diff line change
Expand Up @@ -11,3 +11,4 @@ trim_trailing_whitespace = true

[*.md]
trim_trailing_whitespace = false
indent_size = 4
12 changes: 12 additions & 0 deletions docs/changelog.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,18 @@ Consider giving a star ⭐ on [Github](https://github.com/pnd280/complexity).

💖 Support the development via [Ko-fi](https://ko-fi.com/pnd280) or [Paypal](https://paypal.me/pnd280).

## v0.0.4.7

_Release date: 24th Oct, 2024_

- **CHANGE**: Remove the ability to change focus mode mid thread due to Perplexity's changes. Here are things you can still do:

- Use focus mode with Spaces.
- Use focus mode with Pro Enterprise accounts.
- Choose to whether include Space/Org's files mid thread.

- **FIX**: Query box's suggestion panel overlaps the Space selector.

## v0.0.4.6

_Release date: 22nd Oct, 2024_
Expand Down
36 changes: 18 additions & 18 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "complexity",
"displayName": "Complexity - Perplexity AI Supercharged",
"version": "0.0.4.6",
"version": "0.0.4.7",
"author": "pnd280",
"description": "⚡ Supercharge your Perplexity AI",
"type": "module",
Expand All @@ -22,17 +22,17 @@
"test": "vitest run",
"zip": "pnpm test && pnpm build && pnpm dx gulp createPackage",
"zip:firefox": "pnpm test && pnpm build:firefox && pnpm dx:firefox gulp createPackage",
"zip:both": "pnpm zip && pnpm zip:firefox",
"zip:both": "pnpm zip:firefox && pnpm zip",
"clear": "rm -rf node_modules && rm -rf dist"
},
"dependencies": {
"@ark-ui/react": "^4.1.2",
"@dotenvx/dotenvx": "^1.19.3",
"@dotenvx/dotenvx": "^1.20.1",
"@hookform/resolvers": "^3.9.0",
"@radix-ui/react-slot": "^1.1.0",
"@radix-ui/react-toast": "^1.2.2",
"@tanstack/react-query": "^5.59.15",
"@tanstack/react-query-devtools": "^5.59.15",
"@tanstack/react-query": "^5.59.16",
"@tanstack/react-query-devtools": "^5.59.16",
"@uidotdev/usehooks": "^2.4.1",
"class-variance-authority": "^0.7.0",
"clsx": "^2.1.1",
Expand All @@ -43,57 +43,57 @@
"lodash": "^4.17.21",
"react": "^18.3.1",
"react-dom": "^18.3.1",
"react-hook-form": "^7.53.0",
"react-hook-form": "^7.53.1",
"react-icons": "^5.3.0",
"showdown": "^2.1.0",
"socket.io-client": "^4.8.0",
"tailwind-merge": "^2.5.4",
"use-immer": "^0.10.0",
"zod": "^3.23.8",
"zustand": "^4.5.5"
"zustand": "^5.0.0"
},
"devDependencies": {
"@crxjs/vite-plugin": "2.0.0-beta.26",
"@limegrass/eslint-plugin-import-alias": "^1.4.1",
"@tailwindcss/typography": "^0.5.15",
"@types/chrome": "^0.0.268",
"@types/dompurify": "^3.0.5",
"@types/jquery": "^3.5.31",
"@types/lodash": "^4.17.10",
"@types/node": "^20.16.11",
"@types/react": "^18.3.11",
"@types/jquery": "^3.5.32",
"@types/lodash": "^4.17.12",
"@types/node": "^20.17.0",
"@types/react": "^18.3.12",
"@types/react-dom": "^18.3.1",
"@types/showdown": "^2.0.6",
"@typescript-eslint/eslint-plugin": "^7.18.0",
"@typescript-eslint/parser": "^7.18.0",
"@vitejs/plugin-react": "^4.3.2",
"@vitejs/plugin-react": "^4.3.3",
"@vitest/ui": "^2.1.3",
"@webext-core/fake-browser": "^1.3.1",
"autoprefixer": "^10.4.20",
"browserslist": "^4.24.0",
"browserslist": "^4.24.2",
"caniuse-lite": "^1.0.30001669",
"chalk": "^5.3.0",
"eslint": "^8.57.1",
"eslint-import-resolver-typescript": "^3.6.3",
"eslint-plugin-import": "^2.31.0",
"eslint-plugin-react": "^7.37.1",
"eslint-plugin-react": "^7.37.2",
"eslint-plugin-react-hooks": "^4.6.2",
"eslint-plugin-react-refresh": "^0.4.12",
"eslint-plugin-react-refresh": "^0.4.13",
"eslint-plugin-unicorn": "^55.0.0",
"glob": "^11.0.0",
"gulp": "^4.0.2",
"gulp-zip": "^6.0.0",
"mermaid": "^10.9.2",
"mermaid": "^10.9.3",
"postcss": "^8.4.47",
"prettier": "^3.3.3",
"prettier-plugin-tailwindcss": "^0.6.8",
"shiki": "^1.22.0",
"svg-pan-zoom": "^3.6.1",
"svg-pan-zoom": "^3.6.2",
"tailwindcss": "^3.4.14",
"tailwindcss-animate": "^1.0.7",
"typescript": "^5.6.3",
"unimport": "^3.13.1",
"vite": "^5.4.9",
"vite": "^5.4.10",
"vitest": "^2.1.3"
}
}
Loading

0 comments on commit cf0f7be

Please sign in to comment.