Skip to content

Latest commit

 

History

History
70 lines (42 loc) · 2.41 KB

CHANGELOG.md

File metadata and controls

70 lines (42 loc) · 2.41 KB

1 [1.1.0] - 2024-12-31

1.1 Added

  • Integrated chat interface on the frontend
  • Stored chat history in the database
  • Added proxy functionality: User inputs starting with "/" are parsed as commands, while others are treated as chat

1.2 Changed

  • Users can set the scope of the chat context.
  • Limited the usage only to the default LLM.
  • Change the setting method: users can set LLM resources themselves, including APIKey, etc. (environment variables DEFAULT_TOOL_* and DEFAULT_CHAT_* need to be adjusted accordingly during deployment, see default_env example for more details)

1.3 Fixed

  • Case-insensitive document search

2 [1.1.1] - 2025-01-15

2.1 Added

  • Added a data viewing interface that supports opening markdown notes, images, files, and web pages in the frontend, along with highlighting and saving capabilities.
  • Translation tool now includes a learning feature, supporting functions like selecting words to learn, studying, reviewing, dictation, and summarizing.
  • The frontend chat interface now allows deleting conversations, renaming conversations, and uploading files.

2.2 Changed

  • Files now use their filenames as titles.
  • Modified conversation synchronization logic.
  • Adjusted data management in the frontend: updated the upload and edit dialog boxes and the list layout.

2.3 Fixed

  • Fixed incorrect chat timestamps.

3 [1.1.2] - 2025-01-20

3.1 Added

  • Integrated bookmark management UI with navigation, search, reading list and directory features
  • Added intelligent extraction and bookmark configuration in frontend

3.2 Changed

  • Modified docker-compose.yml to remove auto-start of WeChat-related services

3.3 Fixed

  • Fixed bookmark batch processing notification during import

4 [1.1.3] - 2025-02-20

4.1 Added

  • Support for TTS (Text to speech) in the data viewing interface and adding bookmarks
  • Support for the browser's built-in speech synthesis engine
  • Ability to add Chinese junior high school, high school, and high-frequency words to the vocabulary list

4.2 Changed

  • Adjusted the frontend layout on mobile devices
  • Fine-tuned the logic of the learning interface and the corresponding database, pre-installed example sentences for 5000 common words
  • Modified the settings logic to allow any frontend interface to read cached settings

4.3 Fixed

  • 401 error not redirecting to the re-login interface
  • Fixed error in the word lookup interface