Releases: n4ze3m/page-assist
Releases · n4ze3m/page-assist
v1.5.2
What's Changed
- feat(search): Added Bing as a search engine by @zwlcoding in #431
- feat(i18n): Added Traditional Chinese language support by @sk5s in #440
- feat(settings): Added an option to collapse reasoning by default
- feat: Added LLaMa.cpp (llama-server) support
- fix(sidepanel): Adjusted layout and improved image handling
- fix Replaced ClipboardIcon with CopyIcon
- fix: Adjusted composition handling for non-Firefox browsers
- style(Header): Updated Select component width to min-w-80 for better responsiveness
- fix(search): Implemented a selected model fallback for embedding
New Contributors
- @zwlcoding made their first contribution in #436
- @sk5s made their first contribution in #440
Full Changelog: v1.5.1...v1.5.2
v1.5.1
What's Changed
- feat: Added wide-mode by @yz778 in #325
- feat: Added pagination to Google Search by @wysh3 in #344
- feat: Added support for SiliconFlow, VolcEngine, TencentCloud, and AliBaBaCloud providers by @popcell in #373
- fix (Firefox): Fixed missing TTS speaking state update by @drendog in #376
- fix: Enhanced LaTeX preprocessing for code blocks and expressions
- fix (Sidebar): Addressed website embedding requirements in the chat form
- feat: Added an automatic CORS fix toggle for Ollama integration
- refactor: Renamed "Number of Contexts" to "Context Window Size"
- feat: Added the ability to disable Ollama integration in Page Assist
- feat: Enabled exporting chat conversations as images with improved visual fidelity
New Contributors
- @wysh3 made their first contribution in #344
- @popcell made their first contribution in #373
- @drendog made their first contribution in #376
Full Changelog: v1.5.0...v1.5.1
v1.5.0
What's Changed
- feat: Enhanced Chat UI
- feat: Added support for the
reasoning_content
field for DeepSeek and similar API providers (#343) - feat: Added a ChatGPT-like floating copy button for code blocks
- feat: Page Assist published to the Edge Add-on Store
- feat: Added a setting to enable/disable the removal of reasoning tokens in TTS (default: enabled)
- fix:
keep_alive
should not be sent if empty - fix: Resolved layout shift caused by hovering over icons and other miscellaneous items (@yz778, #323)
- fix: Corrected some typos by @yz778 in PR #332
Full Changelog: v1.4.5...v1.5.0
v1.4.5
v1.4.4
What's Changed
- feat: added support for 'thinking collapsible' in reasoning models messages
- fix: add error handling to fetch advanced Ollama settings data
- feat: change default search provider to DuckDuckGo
- fix: add query invalidation for sidebar settings after saving changes
- feat: no need for an embedding model for simple internet search
- fix: Revert to old model selection due to performance issues with the new one
Full Changelog: v1.4.3...v1.4.4
v1.4.3
What's Changed
- feat: Added an option to download chats as images
- feat: Added an option to enable chat with a website by default
- feat: Added DeepSeek as provider
- fix: Resolved the model name issue when copying Markdown.
Full Changelog: v1.4.2...v1.4.3
v1.4.2
What's Changed
- feat: Add chat history and functionality to the side panel chat/copilot
- feat: Add option to enable internet search by default
- feat: Improve UI and UX
Full Changelog: v1.4.1...v1.4.2
v1.4.1
What's Changed
- feat: Added support for Mistral (api) as a provider.
- feat: Added text splitting configuration options (
CharacterTextSplitter
,RecursiveCharacterTextSplitter
). - feat: Added additional Ollama model settings
tfsZ
,numKeep
,numThread
, anduseMlock
. - fix: Resolved various minor bugs.
Full Changelog: v1.4.0...v1.4.1
v1.4.0
What's Changed
- feat: Added OCR support. (Note: Currently, OCR supports English only. Additional languages and configurations will be introduced in future updates.)
- feat(model settings): Introduced support for minP, repeatLastN, and repeatPenalty.
- feat(tts): Added ElevenLabs as a TTS provider.
- feat(i18n): Added Arabic language support
- fix: Resolved various bugs and improved styling.
Full Changelog: v1.3.9...v1.4.0
v1.3.9
What's Changed
- feat: Change default side panel keyboard shortcut to Ctrl+Shift+Y #139
- feat: Add support for Google AI (Gemini) as a custom model provider
- feat: Add support for custom Google domains in search settings #71
- feat: Update Web UI
Full Changelog: v1.3.8...v1.3.9