Releases: ItzCrazyKns/Perplexica
Releases · ItzCrazyKns/Perplexica
v1.9.2
What's new
- Settings menu has been implemented on mobile devices
Fixes
- Delete and new chat button in the navbar have been fixed
window.location.href
is now used for refreshing the page (A new chat with plus button wasn't refreshing since its the same route)- Custom OpenAI provider has been fixed in video search, image search and suggestions generation.
v1.9.1
Fixes
- Fixed rewrite not working due to duplicate message IDs
- Fix infinite loading if no models configured (for custom OpenAI users)
v1.9.0
What's New
- Add support for using Perplexica via an API endpoint.
- Added URL & PDF searching capabilities.
- Added line output parser with handling for invalid keys.
- Handle unhandled exceptions and rejections for improved stability.
- Added prebuilt Docker images with multi-architecture support and caching to improve build times.
- Integrated support for Llama 3.2.
- Added optimization modes to search agents and search API.
- Enhanced the chat window to only send the initial message when ready.
- Introduced a new discover feature in the app.
- UI enhancements for the library section.
- Added
displayName
property to providers for better clarity. - Linked
config.toml
as a volume in Docker Compose.
Fixes
- Fixed infinite loading by closing socket on unmount.
- Updated the WebSearchAgent to fix typo and optimize prompt handling.
- Fixed issues with unresolved types across various modules.
- Prevent WebSocket errors when not open.
- Fixed the inability to type
/
in the settings dialog. - Added a check for empty arrays to avoid client errors on image and video displays.
- Fixed large SearXNG settings file issues.
- Updated build workflows to improve stability and consistency.
- Fixed
q
search param not working due to WebSocket issues.
v1.9.0 RC3
What's new
- Search API to use Perplexica via an API endpoint.
- Changed models in each provider to object; add new display name property.
- Link
config.toml
file as a volume - Increase sources quality by using AI generated query (the variable existed but I returned the actual question instead of the AI generated question)
Fixes
- Fix infinite loading by closing socket on unmount.
- Prevent Web search agent from sending example links for summarization (as passed in the prompt) & cause moving disc errors; update prompt & change temperature.
- Fix not able to type
/
in settings dialog. - Check for empty arrays on images & videos to prevent client errors
v1.9.0 RC2
Fixes
- Unresolved types at some places
- Infinite loading in the UI
- Large SearXNG settings file
v1.9.0 RC
What's new
- Add support for searching & summarizing links and PDFs (from links).
- Add line output parser
Fixes
- Fix unhandled exceptions & rejections by catching errors.
v1.8.1
Release notes
Fixes
- Fixes undefined model for custom OpenAI provider
- Fixes theme for toast container.
Additions
- Add support for Llama 3.1
- Optimize document filtering and sorting
v1.8.0
What's new
- Added support for GPT-4 Omni mini
- Added support for Anthropic models
- Added Gemma2 9B
- Separated all the providers in different files
Fixes
- Fixes invalid provider issue
- Fixes infinity loading & web socket connection errors
- Fixes build errors; reverted base image back to
node:slim
v1.7.1
What's changed?
- Fixed Docker image build errors
- Added chat not found screen
- Added chat deletion functionality
v1.7.0
What's Changed
- Implement WS error handling
- Fix minor UI bugs
- Add library feature
- Add permanent data store
- Removed unimplemented discover page
Full Changelog: v1.6.1...v1.7.0