Releases: HaochenFa/Smart-FineReport
Releases · HaochenFa/Smart-FineReport
v1.4.1-vision
Big Update
Prompt Engineering:
- Enhanced the System Prompt and the Follow Up Prompt
Context Engineering:
- Added Smart Automatic Context Manager
v1.4.0-vision
Function Update:
- Added reisizing functionality for the modal
v1.3.8-vision
Optimize: Added smart proxy selection.
When the proxy field is empty, it will automatically try to connect API directly.
v1.3.7-vision
Stable Release
Fix:
- Prompt Engineering Enhancement
- Support Text Selection and Copy
v1.3.5-vision
!STABLE RELEASE!
UI:
- Improved User Interface
FAB Button:
- Improved dragging logic implementation
Other:
- Added disclaimer
v1.3.1-vision
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
UI:
- New UI design
- Logo added
- More animation
v1.2.8-vision
Key Updates:
- API Proxy Support: Added a new
proxyPostmethod 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
fetchresponse and error handling logic from
APIServiceinto a private helper method (_handleResponse), reducing code duplication and
centralizing error management for better maintainability. - Unified API Calls:
AIEnginenow consistently usesproxyPostfor all API calls. - Deployment Improvements: Introduced
public/smart-fr-plugin.jsfor dynamic plugin
loading, and updatedREADME.mdandDEPLOYMENT_GUIDE.mddocumentation to include new proxy
configurations and local testing setups. - Immediate Startup: Adjusted
src/main.jsso the AI assistant now starts immediately
after script loading, without waiting forwindow.onload. - Configuration Updates: Added a
proxyconfiguration option tosettings.js, and
updatedpackage-lock.jsonand build dependencies.
v1.2.1-vision
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
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