> For the complete documentation index, see [llms.txt](https://help.jurisphere.ai/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://help.jurisphere.ai/resources/changelog-and-updates.md).

# Changelog and Updates

While the tools get the spotlight, this page is our quiet *hat tip* to the real magicians behind the curtain, <mark style="color:blue;">**our engineers**</mark>. They squash bugs, ship features, and push pixels so you can focus on lawyering. Here's everything they've been brewing behind the scenes.

## July 2025

**This release brings over 20 meaningful updates**, including **3 new features**, UI refinements, and important bug fixes across the platform. From *in-Word document review* to *Gmail-integrated assistant tools*, we've focused on boosting speed, clarity, and customization.

<details>

<summary><mark style="color:blue;"><strong>Feature Updates</strong></mark> </summary>

✨ **Built** an *advanced drafting assistant* via dedicated Word plug-in for seamless review and analysis.\
✨ **Introduced** a *new assistant tool* with basic legal Q\&A and *Gmail integration* to streamline workflows.\
✨ **Added** *audio input support* across all prompt boxes for voice-based queries.

</details>

<details>

<summary><mark style="color:green;">Improvements</mark> </summary>

🔧 **Revamped** the *workflow library* layout and made *personal prompts editable* for easier customization.\
🔧 **Enhanced** the *file library* with *category-wise and date-wise sorting*, and enabled editing of file categories and summaries.\
🔧 **Updated** the *List of Dates interface* to show *estimated processing time* before task creation.\
🔧 **Auto-closed** file upload popups *after 6 seconds* to reduce manual clicks.\
🔧 **Enabled** *custom prompt input* in Redline Analysis for more tailored comparisons.\
🔧 **Displayed** selected files for each *Document Review chat* to improve context and transparency.\
🔧 **Added** *sticky headers* in the file library for smoother navigation.\
🔧 **Renamed** the notification label from *“Preparing download…”* to *“Preparing import…”* for better clarity.\
🔧 **Standardized** naming by changing *“Timeline”* to *“List of Dates”* in notifications and history.\
🔧 **Improved** the *auto-folder creation modal* for smoother task setup and organization.\
📚 **Inserted** direct *GitBook help links* into all tools and key features for easier access to support content.

</details>

<details>

<summary><mark style="color:orange;">Fixes</mark></summary>

🛠️ **Fixed** broken *page range filter* in the List of Dates tool.\
🛠️ **Resolved** layout issue with *long file names* in the 'Apply OCR' popup.\
🛠️ **Corrected** unexpected closures in the *file viewer* while browsing documents.\
🛠️ **Restored** expected behavior when *deleting duplicate files*.\
🛠️ **Removed** *OCR download option* for unsupported non-PDF files.\
🛠️ **Cleared** false error message when editing a *category* on the LOD page.

</details>

***

## June 2025

We’ve been busy! This update brings powerful **new workflows**, smoother **file and folder interactions** and enhanced **download options**, along with UI upgrades and key fixes to make your experience faster and more intuitive.

<details>

<summary><mark style="color:blue;"><strong>Feature Updates</strong></mark></summary>

✨ Added **Download as PDF** option for translated documents.\
✨ Enabled ability to **open and view multiple files** simultaneously.\
✨ Introduced new **workflow templates** for *Real Estate* and *Criminal Litigation* on document review.

</details>

<details>

<summary><mark style="color:green;">Improvements</mark></summary>

🔧 Uploading folders via **OneDrive/Google Drive** now *retains original folder structure*.\
🔧 Improved **toast notifications** for clearer and more responsive UI feedback.\
🔧 Shifted the **navigation bar to the left** for a more intuitive interface layout.\
🔧 Introduced a **separate folder pane** accessible from the *top bar* for quicker navigation.\
🔧 Improved **Translation tool UI** to reflect a *step-by-step flow,* from file selection to language choice to final confirmation.\
🔧 Applied **step-by-step UI improvements** in the *List of Dates* tool for a smoother experience.

</details>

<details>

<summary><mark style="color:orange;">Fixes</mark></summary>

🛠️ Fixed **filtered List of Dates downloads** to include only *visible, filtered rows*.\
🛠️ Fixed **'New Matter' button** redirecting incorrectly to the *Translation* homepage instead of the *Dashboard*.\
🛠️ Fixed issue where **folders were auto-selected** unintentionally during file uploads.

</details>

***

\ <br>


---

# 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, and the optional `goal` query parameter:

```
GET https://help.jurisphere.ai/resources/changelog-and-updates.md?ask=<question>&goal=<endgoal>
```

`ask` is the immediate question: it should be specific, self-contained, and written in natural language.
`goal` is optional and describes the broader end goal you are ultimately trying to accomplish on behalf of the user. GitBook uses it to tailor the answer towards what is most useful for that goal.

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.
