Skip to content

Commit

Permalink
v3.1.0
Browse files Browse the repository at this point in the history
Hotfix: Startup Issue Resolved

Fixed an issue causing the Perplexity Search screen to remain gray on launch for some users.
  • Loading branch information
inulute committed Nov 4, 2024
1 parent 52198c8 commit c9e4b86
Show file tree
Hide file tree
Showing 3 changed files with 41 additions and 2 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "perplexity-ai-app",
"productName": "Perplexity AI",
"version": "3.0.0",
"version": "3.1.0",
"description": "Perplexity AI desktop application by inulute.",
"main": "main.js",
"scripts": {
Expand Down
39 changes: 39 additions & 0 deletions release_notes/v3.1.0.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,39 @@
## Hotfix: Startup Issue Resolved
- Fixed an issue causing the Perplexity Search screen to remain gray on launch for some users. A clean install is now recommended to ensure smooth functionality on first launch.

---

**Codebase Overhaul**
- Rebuilt from scratch for improved speed, stability, and efficiency, resulting in faster load times and smoother interactions.

**Unified Interface**
- All tools are now accessible within a single, cohesive interface, allowing seamless data retention when switching between AI modes.

**Sidebar Navigation**
- Updated sidebar design with a streamlined, icon-only layout for quick access to all features.

**Settings Section**
- Added the ability to set a default AI tool, removing the need to select an AI tool at each launch.
- Enabled shortcut customization and other personalization options.

**Customizable Shortcuts**
- Configurable shortcuts for essential actions, including switching AI modes, minimizing, restoring, sending to tray, and reloading the app.

**Update Notifications**
- Redesigned update dialog that fetches release notes from GitHub and displays them in markdown for better readability.

**Accidental Close Protection**
- Added a confirmation prompt to prevent accidental closure when work is in progress.

**Streamlined User Experience**
- Removed repetitive sign-up and sign-in prompts for a smoother experience.

**External Link Handling**
- External links now open in your default browser to keep the in-app experience focused.

**Usability Improvements**
- Visual enhancements and minor UI tweaks for easier navigation and a cleaner look.

---

**Upgrade now to experience the optimized and more reliable Perplexity AI v3.1.0!**
2 changes: 1 addition & 1 deletion src/js/preload/preload_inject.js

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

0 comments on commit c9e4b86

Please sign in to comment.