Skip to content

v0.1.15

Choose a tag to compare

@yangbobo2021 yangbobo2021 released this 24 Jul 05:53
· 1219 commits to main since this release
701c0d7

Highlights

  • Implemented delete message functionality in chat panel
  • Refactored CurrentMessage component in chat feature
  • Updated condition in deleteMessage method
  • Refactored ActionManager class initialization
  • Refactored CodeBlock.tsx to extract CodeButtons component
  • Improved symbol search in workspace
  • Implemented system message handling in chat panel
  • Updated DevChat version and refactor log handling
  • Added new action to retrieve symbols in a file
  • Enhanced symbol reference action functionality
  • Refactored symbol definition data structure
  • Implemented auto execution of commands in MessageHandler
  • Enhanced symbol definition and reference actions
  • Updated message deletion and topic management
  • Added functionality to find last non-empty hash
  • Added delete icon to MessageHeader component
  • Added edit message functionality to MessageHeader

Change Log

Improvements

  • Refactored CurrentMessage component in chat feature (f42e0f6)
  • Refactored ActionManager class initialization (070695b)
  • Refactored CodeBlock.tsx to extract CodeButtons component (8ab647f)
  • Improved symbol search in workspace (218d578)
  • Added new action to retrieve symbols in a file (f389a7b)
  • Enhanced symbol reference action functionality (5a6da1c)
  • Refactored symbol definition data structure (69373a4)
  • Enhanced symbol definition and reference actions (8c67b7f)
  • Added functionality to find last non-empty hash (38598d1)
  • Added delete icon to MessageHeader component (90d0064)
  • Added edit message functionality to MessageHeader (9e056e2)

Bug Fixes

  • Updated condition in deleteMessage method (a7b1953)
  • Updated message deletion and topic management (c1b8ee2)

Documentation

Other Changes

  • Implemented delete message functionality in chat panel (1957ddd)
  • Implemented system message handling in chat panel (81fc4be)
  • Updated DevChat version and refactor log handling (45e4af7)
  • Implemented auto execution of commands in MessageHandler (dbdf67d)