Skip to content

Latest commit

 

History

History
32 lines (27 loc) · 1.17 KB

CHANGELOG.md

File metadata and controls

32 lines (27 loc) · 1.17 KB

Changelog

All notable changes to this project will be documented in this file.

[1.0.0] - 2025-03-07

Added

  • Initial stable release with complete core functionality
  • Text processing with intelligent document splitting
  • Smart question generation from text segments
  • Answer generation using LLM APIs
  • Dataset management and export functionality
  • Multiple export formats support (Alpaca, ShareGPT)
  • Multiple file types support (JSON, JSONL)
  • Multilingual support for English and Chinese
  • Custom system prompts for guiding model responses
  • User-friendly interface with intuitive navigation
  • Project management with file-based database
  • Tag system for organizing questions
  • Domain analysis for text content

Changed

  • Optimized text splitting algorithm for better segment quality
  • Improved question generation prompts for higher quality questions
  • Enhanced UI/UX for better user experience
  • Streamlined project creation and management workflow

Fixed

  • Fixed issues with text encoding in uploaded documents
  • Resolved performance bottlenecks in large document processing
  • Fixed UI rendering issues in question tree view
  • Addressed accessibility concerns in the interface