WARNING: THIS SITE IS A MIRROR OF GITHUB.COM / IT CANNOT LOGIN OR REGISTER ACCOUNTS / THE CONTENTS ARE PROVIDED AS-IS / THIS SITE ASSUMES NO RESPONSIBILITY FOR ANY DISPLAYED CONTENT OR LINKS / IF YOU FOUND SOMETHING MAY NOT GOOD FOR EVERYONE, CONTACT ADMIN AT ilovescratch@foxmail.com
Skip to content

Releases: ItzCrazyKns/Perplexica

v1.11.2

25 Oct 05:42

Choose a tag to compare

1.11.2

What's changed

  • Fixed issues with Transformer models not loading
  • Fixed issues with model selection not updating the state
  • Fixed issues with empty message being sent

Full Changelog: v1.11.1...v1.11.2

v1.11.1

23 Oct 15:37

Choose a tag to compare

v1.11.1

What's changed

  • Fixed issues with SearxNG requests getting timed out
  • Model select values are now sourced off localStorage
  • Run commands are updated to use volumes for persistent storage

Full Changelog: v1.11.0...v1.11.1

v1.11.0

21 Oct 10:29

Choose a tag to compare

v1.11.0

What's Changed

Major Features

  • New Setup Wizard: New initial configuration experience with model selection and provider setup
  • Configuration Management Overhaul: Completely redesigned config system with live updates and migration support
  • Enhanced UI/UX: New sidebar, improved theme system and responsive design updates across all components
  • Settings Dialog: New settings interface with model selector, embedding configuration and system instructions
  • Single command installation: Perplexica can be now be installed using a single Docker command without pulling the whole repo.
419_1x_shots_so

Provider & Model Updates

  • Added support for latest AI models: GPT-5, GPT-5 Mini, O3, Claude Opus 4.1, and Gemini 2.5 models
  • New providers: AIML API, Lemonade, LM Studio and Transformers (with dynamic loading)
  • Enhanced provider management with unified model registry
  • Improved Groq integration using @langchain/groq
  • Models are now fetched dynamically instead of being hardcoded

UI Improvements

  • Mobile settings button for better accessibility on smaller screens
  • Weather widget with geolocation support and Imperial/Metric units
  • Enhanced Discover page with topic selection and preview mode
  • Improved file attachment modal with light theme compatibility
  • Auto scroll in chat with smart scroll back detection

Developer Experience

  • API route validation to prevent malformed requests
  • Separate message entity handling for better performance
  • Citation component with improved rendering
  • Hash based config management for efficient updates
  • Instrumentation based migrations replacing ts-node

Fixes

  • Fixed repeated first token and think tag handling issues
  • Resolved double stringify JSON parsing errors
  • Fixed wrong history during message rewriting
  • Corrected file upload errors with DOC files
  • Fixed iOS input zoom issues
  • Resolved light mode color issues across components

New Contributors

Full Changelog: v1.10.2...v1.11.0

v1.10.2

07 Apr 05:05

Choose a tag to compare

What's Changed

  • Add system instructions to customize model output.
  • Add Deepseek chat model provider
  • Support citation format [1,2,3,4] in message box.
  • Update Gemini embedding models

New Contributors

Full Changelog: v1.10.1...v1.10.2

v1.10.1

30 Mar 16:35

Choose a tag to compare

What's Changed

  • Fix ONNX issues causing transformer models to not work.
  • Fix issues with Gemini & Anthropic models
  • feat(models): Update Gemini chat models by @ottsch in #705
  • feat(api): add streaming support to search route by @OmarElKadri in #703

New Contributors

Full Changelog: v1.10.0...v1.10.1

v1.10.0

20 Mar 08:33

Choose a tag to compare

What's Changed

  • Add keep_alive parameter for Ollama models to specify how long models stay in memory.
  • Add file uploads, allowing answers to be generated based on uploaded files (PDF, TXT, and DOCX supported for now).
  • Add Gemini chat model providers.
  • Add meta search agent class to improve maintainability and facilitate focus mode creation.
  • Fix UI bugs (wrong colors, content overflowing).
  • Add new prompt for generating blog-style answers.
  • Update chat model providers and include the latest models.
  • Pause the currently playing video in lightbox mode when the user switches to another video.
  • Fix bugs related to custom OpenAI handling.
  • Ensure only messages belonging to a chat are deleted, instead of all messages.
  • Add automatic image and video search functionality.
  • Add new settings page with live config refresh.
  • Scroll into view only when a user message is sent.
  • Remove backend and move all functionality to Next.js routes.
  • Add thinking model support.
  • Use a standalone build to reduce build sizes (from 1.8GB and 1.6GB to ~220MB).

New Contributors

Full Changelog: v1.9.3...v1.10.0

v1.10.0 RC

25 Nov 07:37

Choose a tag to compare

v1.10.0 RC Pre-release
Pre-release

What's new

  • Added file upload functionality in webSearch focus mode. Currently, if any other search mode is selected other than web search, it will automatically change it to web search (As implementing file uploads in other focus modes is left, it will be added by the meta search agent class which will be introduced in the next version)
  • Added keep_alive variable to specify the time for how long the model should be loaded in Ollama (Defaults to '5m')

v1.9.3

19 Nov 11:07

Choose a tag to compare

What's new

  • Automatic focus on opening the site (on mount).

Fixes

  • markdown-to-jsx package has been updated to fix issues with unclosed code block causing client side errors.
  • The sources for summarization now have a maximum limit of 15 to prevent context errors.
  • Downgraded/fixed NodeJS Docker version to prevent build errors caused by mismatch in package files.

v1.9.2

31 Oct 05:46

Choose a tag to compare

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

18 Oct 13:17

Choose a tag to compare

Fixes

  • Fixed rewrite not working due to duplicate message IDs
  • Fix infinite loading if no models configured (for custom OpenAI users)