Skip to content

Comments

0.6.35#18402

Merged
tjbck merged 210 commits intomainfrom
dev
Nov 6, 2025
Merged

0.6.35#18402
tjbck merged 210 commits intomainfrom
dev

Conversation

@tjbck
Copy link
Contributor

@tjbck tjbck commented Oct 17, 2025

No description provided.

Aslan Vatsaev and others added 30 commits October 10, 2025 13:26
translations of the new items added in the last version have been carried out.
Update translation.json (pt-BR)
Emphasize the importance of standalone PRs for translation updates.
… the cleanup can remove stale access tokens across every user when a connection is updated
… OAuth clients when the stored client ID no longer exists on the server, so the browser flow never hits the stale-ID failure
Upgraded `python-jose` from **1.4.0** to **1.5.0** to ensure compatibility with newer Python versions and apply security improvements.
- Adds explicit support for Python 3.12 and 3.13.
- Improves cryptographic backend handling.
- Includes bug fixes and security enhancements (e.g., removes sensitive data from exceptions).

- [python-jose 1.5.0 Release Notes](https://github.com/mpdavis/python-jose/releases)
This PR updates the unstructured package from version 0.16.17 to 0.18.15 to enable installation and compatibility with Python 3.13.

More info #18349
build(deps): bump unstructured from 0.16.17 to 0.18.15
build(deps): bump python-jose from 1.4.0 to 1.5.0
The textVariableHandler was using URL.createObjectURL() for clipboard images, which created a blob URL instead of the required base64-encoded data URL. This caused an "illegal base64 data" error when sending messages with images pasted via a {{CLIPBOARD}} prompt.

This commit updates the handler to use FileReader.readAsDataURL() to properly encode the image, aligning it with the existing on:paste logic. Additionally, it adds error handling for navigator.clipboard.read() to address potential permission issues in Firefox.
fix: load default settings when sessionStorage is empty
tjbck and others added 20 commits November 5, 2025 03:42
Co-Authored-By: Marchotridyo <[email protected]>
…ions-freezes-webpage

fix: duplicate prompt suggestions freezes webpage
fix: correct chat preview loading in chats search modal
…nslation

i18n: improve Chinese translation
fix: auto show artifacts when opening a conversation
Updated security reporting guidelines for clarity and structure.
chore: SECURITY: improved clarity and fixed layout issues
* chore: Update CHANGELOG for version 0.6.35

* Update CHANGELOG.md

* Update CHANGELOG.md

* Update CHANGELOG.md

* Update CHANGELOG with recent feature additions

* Update CHANGELOG.md

* Update CHANGELOG.md

* Update CHANGELOG.md

* Update CHANGELOG.md

* Update CHANGELOG.md

* Update CHANGELOG.md

* Update CHANGELOG.md

* Update CHANGELOG.md

* Update CHANGELOG.md

* Update CHANGELOG.md

* Update CHANGELOG.md

* Update CHANGELOG.md

* Update CHANGELOG.md

* Update CHANGELOG.md
@tjbck tjbck marked this pull request as ready for review November 6, 2025 08:49
tjbck and others added 8 commits November 6, 2025 03:51
* fix(chats): handle null bytes in PostgreSQL search

Removes null bytes from message content before performing
case-insensitive search in PostgreSQL, preventing conversion
errors and ensuring reliable query results.

* fix(chats): prevent null byte errors in PostgreSQL queries

Ensures chat content and titles containing null bytes are excluded from PostgreSQL text queries to avoid conversion errors.

Improves reliability of search and filtering by handling problematic characters in JSON fields.
@tjbck tjbck merged commit e85c7f7 into main Nov 6, 2025
27 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.