> For the complete documentation index, see [llms.txt](https://docs.quizsolverai.com/doc/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.quizsolverai.com/doc/whats-new.md).

# What's new ?

This table provides a concise yet comprehensive overview of the latest updates and enhancements in QuizSolver, making it easy for you to understand the new capabilities and improvements.

<table><thead><tr><th width="104">Version</th><th width="156">Feature/Change	</th><th>Description</th></tr></thead><tbody><tr><td>v1.9</td><td>Important install/update note</td><td>After installing or updating the extension, content scripts aren’t injected into tabs that were already open. Refresh existing pages to activate QuizSolver on them.</td></tr><tr><td>v1.9</td><td>Language setting persistence fix</td><td>Fixed an issue where changing the language in Settings appeared to work but wasn’t saved to storage. The selected language now persists correctly.</td></tr><tr><td>v1.9</td><td>Markdown → HTML rendering</td><td>Answers written in Markdown are now automatically converted to HTML for cleaner, more readable formatting in the answer popup.</td></tr><tr><td>v1.9</td><td>CSS isolation for answer popup</td><td>Fully isolated the popup’s styles so host-page CSS can’t interfere with QuizSolver’s UI (no more style clashes).</td></tr><tr><td>v1.8</td><td>Ghost Mode</td><td>A discreet mode that hides the QuizSolver UI and displays only the answer in a transparent box—perfect for use in restricted environments.</td></tr><tr><td>v1.8</td><td>Custom Style for Answer Box</td><td>Users can now personalize the popup box appearance, adjusting background color, text color, opacity, and borders for a more comfortable experience.</td></tr><tr><td>v1.8</td><td>Image Solver</td><td>Allows text extraction and problem-solving directly from images, screenshots, or handwritten notes.</td></tr><tr><td>v1.8</td><td>New Request Types</td><td>Users can now select how they want the extension to handle queries—Solve Problem, Explain Solution, Translate Text, Geometry &#x26; Math Calculations, Extract Text from Image, or Rewrite Text.</td></tr><tr><td>v1.8</td><td>Full Settings Panel</td><td>A centralized and improved settings interface where users can easily manage all features, preferences, and modes.</td></tr><tr><td>v1.8</td><td>Language Auto-Detection</td><td>The extension now automatically detects the browser language and adjusts the interface accordingly.</td></tr><tr><td>v1.8</td><td>Smart Highlight &#x26; QuickSnap Shortcuts</td><td>New and improved keyboard shortcuts for instant activation of core features like QuickSnap (Ctrl+Shift+Q), improving accessibility and workflow speed.</td></tr><tr><td>v1.7</td><td>Yearly Subsriptions</td><td>User can now benfit from discounts with yearly prices. </td></tr><tr><td>v1.7</td><td>AI model upgrade</td><td>Upgrade on Quizsolver AI model to improve performance, accuracy, and efficiency. Integrate the latest algorithms, enhance training data quality, and optimize processing power for better results. </td></tr><tr><td>v1.6</td><td>Expanded Auto-Detect</td><td>Added support for new websites within the Auto-Detect feature, broadening the scope of QuizSolver's functionality.</td></tr><tr><td>v1.6</td><td>New Subscription Plan: QuizPass</td><td>Launch of 'QuizPass' – offering 120 credits for $4.9, designed for optimal balance between cost and utility.</td></tr><tr><td>v1.6</td><td>Server Performance Improvement</td><td>Upgraded servers ensure quicker response times for delivering answers, improving overall efficiency.</td></tr><tr><td>v1.6</td><td>AI Knowledge Upgrade</td><td>The AI behind QuizSolver has been upgraded for greater accuracy and depth in answers, leveraging advanced algorithms and more data.</td></tr><tr><td>v1.6</td><td>QuickSnap Shortcut</td><td>Introduced a new keyboard shortcut, Ctrl/Cmd + Shift + Q, for faster and more convenient QuickSnap activation.</td></tr><tr><td>v1.6</td><td>Enhanced QuickSnap</td><td>QuickSnap now effectively works with zoomed-in pages or screens, capturing every detail accurately.</td></tr><tr><td>v1.6</td><td>Mac Bug Fixes</td><td>Addressed and resolved a series of bugs specifically affecting Mac users, enhancing stability and performance.</td></tr><tr><td>v1.5</td><td>QuickSnap Zoom Detection</td><td>QuickSnap now intelligently detects if any zoom is applied to the page, ensuring accurate screenshot captures even when zoomed in.</td></tr><tr><td>v1.5</td><td>QuickSnap Shortcut in Q/A Popup</td><td>A new shortcut button has been added to the Q/A popup for quicker and more efficient use of the QuickSnap feature, enhancing the user experience.</td></tr><tr><td>v1.5</td><td>Expanded Auto-Detect Sites</td><td>We've added more websites to our Auto-Detect feature, broadening the scope of QuizSolver's compatibility with educational platforms.</td></tr><tr><td>v1.5</td><td>Intelligence Upgrade: GPT-4 Integration</td><td>QuizSolver now integrates GPT-4, offering more advanced AI capabilities for improved accuracy and response quality.</td></tr><tr><td>v1.5</td><td>Enhanced User Interface</td><td>The user interface has been updated for a more intuitive and seamless user experience, making navigation and feature utilization more straightforward.</td></tr><tr><td>v1.5</td><td>Improved Response Time</td><td>We have optimized the backend processes to ensure faster response times when fetching answers, significantly reducing wait times.</td></tr></tbody></table>


---

# Agent Instructions
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## Querying This Documentation
If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter:

```
GET https://docs.quizsolverai.com/doc/whats-new.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
