-
-
Notifications
You must be signed in to change notification settings - Fork 490
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
v1.5.1 #404
Conversation
n4ze3m
commented
Feb 15, 2025
•
edited
Loading
edited
- feat: add wide mode setting in multiple languages
- feat: add VitePress documentation setup and examples
- fix: enhance LaTeX preprocessing with code block and expression
- fix: website embedding requirement in chat form
- feat: add automatic CORS fix toggle for Ollama integration Extensions interfere with the operation of Intel® Driver & Support Assistant #383 This extension breaks Intel DSA (Driver Support Assistant) Entirely #245
- refactor: improve context window size labeling
- feat: add global toggle for Ollama integration New problem of v1.5.0 #370
- feat: Adds the ability to export chat conversations as images with improved visual fidelity 导出为图片的时候,公式不能够正确显示 #380 Would it be possible to consider supporting image export? #293
…e browser support details
The CORS fix can now be disabled if users want to handle CORS through other means or troubleshoot connection issues.
New, updated, and removed dependencies detected. Learn more about Socket for GitHub ↗︎
|
🚨 Potential security issues detected. Learn more about Socket for GitHub ↗︎ To accept the risk, merge this PR and you will not be notified again.
Next stepsWhat is a typosquat?Package name is similar to other popular packages and may not be the package you want. Use care when consuming similarly named packages and ensure that you did not intend to consume a different package. Malicious packages often publish using similar names as existing popular packages. Take a deeper look at the dependencyTake a moment to review the security alert above. Review the linked package source code to understand the potential risk. Ensure the package is not malicious before proceeding. If you're unsure how to proceed, reach out to your security team or ask the Socket team for help at support [AT] socket [DOT] dev. Remove the packageIf you happen to install a dependency that Socket reports as Known Malware you should immediately remove it and select a different dependency. For other alert types, you may may wish to investigate alternative packages or consider if there are other ways to mitigate the specific risk posed by the dependency. Mark a package as acceptable riskTo ignore an alert, reply with a comment starting with
|
Adds a global toggle to enable/disable Ollama integration across the application. This allows users to: - Enable/disable Ollama model fetching globally - Continue using Ollama instances through OpenAI-compatible API endpoints when disabled - See clear warning messages about the implications of disabling - Maintain settings across browser sessions
…proved visual fidelity - Integrates html2canvas library for high-quality image exports - Creates dedicated ImageExport and ImageExportWrapper components - Replaces manual canvas drawing with React-based rendering - Improves image quality with 2x scale and proper font rendering - Adds timestamp to exported image filenames - Includes error handling for failed image generation - Maintains consistent styling with the chat interface