Skip to content

Saga Reader v0.9.9

Choose a tag to compare

@sopaco sopaco released this 28 Jun 02:28
· 81 commits to main since this release

馃挕 The new version brings a series of practical feature updates and significant stability optimizations, including support for mainstream large model access, article typesetting beautification, theme switching, reliable content background updates, and more.

New Features:

  • Expanded External Models: Now supports adding all large model services compatible with the OpenAI API, such as Open AI, Google Gemini, Mistral, Deepseek, Sonnet, etc.
  • RSS Feed Support: In addition to the original search engine crawling, support for RSS feeds has been added.
  • Text Formatting Enhancement: Enhances article formatting, no longer using simple Markdown rendering, but generating rich text to provide better presentation and aesthetically pleasing content layout.
  • Daemon Mode: Optimized background task scheduling and management, allowing the application to start in daemon mode and launch different services based on this mode, providing more flexible startup methods and background running capabilities.
  • Theme Switching: Implemented the setting and application of app themes (light/dark), enhancing the personalization of the user interface.

Fixed Issues:

  • AI Prompt Optimization: The old Markdown optimization prompts have been deprecated, and new HTML email snippet generation prompts have been introduced, which may fix the previous poor Markdown optimization effects.
  • Ollama Status Query: Adjusted error handling for query_platform in llm_ollama.rs to ensure the correctness of Ollama status queries.
  • Article Rendering Issue: Replaced the article rendering component in ArticleReader.svelte with ArticleRenderWidget.svelte and adjusted the key generation method, which may fix some article rendering issues.
  • Dependency Optimization Issue: Excluded fsevents from optimizeDeps in vite.config.ts, which may fix dependency optimization issues in certain environments.
  • Broken External Links: Updated GLM guidance links and user service links in +page.svelte to fix issues with broken or inaccurate links.

Full Changelog: 0.9.8...0.9.9