Skip to content

Releases: HaochenFa/Smart-FineReport

v1.4.1-vision

28 Jul 19:50
ea6ba9e

Choose a tag to compare

Big Update

Prompt Engineering:

  • Enhanced the System Prompt and the Follow Up Prompt

Context Engineering:

  • Added Smart Automatic Context Manager

v1.4.0-vision

17 Jul 00:32
372af4f

Choose a tag to compare

Function Update:

  • Added reisizing functionality for the modal

v1.3.8-vision

12 Jul 17:26
556a6dd

Choose a tag to compare

Optimize: Added smart proxy selection.

When the proxy field is empty, it will automatically try to connect API directly.

v1.3.7-vision

11 Jul 07:00
107c2c5

Choose a tag to compare

Stable Release

Fix:

  • Prompt Engineering Enhancement
  • Support Text Selection and Copy

v1.3.5-vision

09 Jul 07:01
16072e4

Choose a tag to compare

!STABLE RELEASE!

UI:

  • Improved User Interface

FAB Button:

  • Improved dragging logic implementation

Other:

  • Added disclaimer

v1.3.1-vision

07 Jul 22:47

Choose a tag to compare

UI:

  • Big update, refreshing interface with better design

Fix:

  • Fixed the issue that the modal always shows 「AI分析助手初始化失败」instead of correctly initializing the assistant

v1.3.0-vision

07 Jul 13:52

Choose a tag to compare

UI:

  • New UI design
  • Logo added
  • More animation

v1.2.8-vision

04 Jul 01:18

Choose a tag to compare

Key Updates:

  • API Proxy Support: Added a new proxyPost method to allow API requests to be sent
    through a configurable proxy, resolving cross-origin issues and providing more flexible
    backend routing.
  • Optimized Error Handling: Extracted fetch response and error handling logic from
    APIService into a private helper method (_handleResponse), reducing code duplication and
    centralizing error management for better maintainability.
  • Unified API Calls: AIEngine now consistently uses proxyPost for all API calls.
  • Deployment Improvements: Introduced public/smart-fr-plugin.js for dynamic plugin
    loading, and updated README.md and DEPLOYMENT_GUIDE.md documentation to include new proxy
    configurations and local testing setups.
  • Immediate Startup: Adjusted src/main.js so the AI assistant now starts immediately
    after script loading, without waiting for window.onload.
  • Configuration Updates: Added a proxy configuration option to settings.js, and
    updated package-lock.json and build dependencies.

v1.2.1-vision

02 Jul 03:39

Choose a tag to compare

Optimize:

  • Deleted unused and repeated code for Markdown, Mermaid, Highlight analysis

UI:

  • Separate messages among Assistant, System, and User
  • Optimized UI design and display

v1.2.0-vision

02 Jul 02:21

Choose a tag to compare

Update:

  • Deleted BFF (Backend for Frontend)
  • Updated all helping docs (README, DEPLOYMENT_GUIDE, etc.)
  • Fixed core instance to align with current API configurations

Warning: v1.1.0-vision IS NOT compatible with v1.2.0-vision, this is a major update