Files
claude-code-viewer/CHANGELOG.md
2025-09-07 19:03:13 +09:00

7.6 KiB

Changelog

0.3.0

   Features

  • Set timeout for new-chat & resume-chat  -  by d-kimsuon (d0fda)
  • Add @ file completion  -  by d-kimsuon (60aaa)
  • Inline completion for command and files  -  by d-kimsuon (e90dc)
  • Fix out of style  -  by d-kimsuon (7fafb)
  • Add simple git diff preview modal  -  by d-kimsuon (c5688)
  • Add comprehensive CI workflow for quality checks  -  by d-kimsuon and Claude (580e5)
  • Add notification when task paused  -  by d-kimsuon (8b6b0)
  • Add sonner message on task completed  -  by d-kimsuon (a3e6f)
  • diff-view: Display untacked added file  -  by d-kimsuon (e7c3c)

   Bug Fixes

  • Bug fix session list doesn't updated after filter config changed  -  by d-kimsuon (52a23)
  • Fix header text content overflow  -  by d-kimsuon (a618e)
  • Bug fix that input message gone out though new chat is not sent yet  -  by d-kimsuon (ca316)
  • Add unsupported container property to schema  -  by d-kimsuon (c7a1e)
    View changes on GitHub

0.2.4

   Features

  • Add Node.js >=20.12.0 requirement to package.json  -  by d-kimsuon and Claude (7027f)
    View changes on GitHub

0.2.3

   Features

  • Adjust response design  -  by d-kimsuon (dca1b)
    View changes on GitHub

0.2.2

   Features

  • Adjust style for mobile  -  by d-kimsuon (35e72)
    View changes on GitHub

0.2.1

   Features

  • Responsive design  -  by d-kimsuon (35329)
  • Add some default commands  -  by d-kimsuon (adccb)
  • Remove alive sessoins tab  -  by d-kimsuon (730eb)
  • Add error report message on invalid schema message  -  by d-kimsuon (bac15)
  • Add mcp tab  -  by d-kimsuon (155af)
  • Display project info in session page  -  by d-kimsuon (1b1a8)

   Bug Fixes

  • Remove unnecessary slash from default command  -  by d-kimsuon (78000)
    View changes on GitHub

0.2.0

   Features

  • Add unifySameTitleSession option for unify resume messages  -  by d-kimsuon (4c721)
  • Syntaxhilight input json  -  by d-kimsuon (55f70)
  • Abort running task  -  by d-kimsuon (60b9c)
  • Implement continue chat (not resume if connected)  -  by d-kimsuon (79794)
  • Improve sync tasks status by using SSE  -  by d-kimsuon (521a3)
  • Improve sidebar menu  -  by d-kimsuon (d9a0f)
  • Clean up all tasks before exit  -  by d-kimsuon (31da8)
  • Improve continue chat experience  -  by d-kimsuon (e689d)
    View changes on GitHub

0.1.0

   Features

  • Resume and new task  -  by d-kimsuon (7c96a)
  • Move configuration localStorage to server side  -  by d-kimsuon (a07b0)
    View changes on GitHub

0.0.9

   Features

  • Adjust thinking card margin  -  by d-kimsuon (04cfb)
  • Improve multi-line tool result view. properly handle line breaks.  -  by d-kimsuon (9362b)
    View changes on GitHub

0.0.8

No significant changes

    View changes on GitHub

0.0.7

No significant changes

    View changes on GitHub

0.0.6

   Features

  • Improve sesion title view  -  by d-kimsuon (6a8e4)
  • Improve command viewer  -  by d-kimsuon (66754)
    View changes on GitHub