mirror of
https://github.com/aljazceru/claude-code-viewer.git
synced 2025-12-18 13:54:19 +01:00
chore: release v0.4.3
This commit is contained in:
14
CHANGELOG.md
14
CHANGELOG.md
@@ -1,5 +1,19 @@
|
||||
# Changelog
|
||||
|
||||
## 0.4.3
|
||||
|
||||
### Features
|
||||
|
||||
- Support markdown and source code file display - by **d-kimsuon** and **Claude** in https://github.com/d-kimuson/claude-code-viewer/issues/40 [<samp>(e17b5)</samp>](https://github.com/d-kimuson/claude-code-viewer/commit/e17b58b)
|
||||
- Filter git revisions to show only base and current branches - by **d-kimsuon** and **Claude** in https://github.com/d-kimuson/claude-code-viewer/issues/47 [<samp>(158db)</samp>](https://github.com/d-kimuson/claude-code-viewer/commit/158db20)
|
||||
- Remove 4000 character limit for new chat input - by **d-kimsuon** and **Claude** in https://github.com/d-kimuson/claude-code-viewer/issues/44 [<samp>(76ab4)</samp>](https://github.com/d-kimuson/claude-code-viewer/commit/76ab4d6)
|
||||
|
||||
### Bug Fixes
|
||||
|
||||
- Change unifySameTitleSession default value to false - by **d-kimsuon** and **Claude** in https://github.com/d-kimuson/claude-code-viewer/issues/48 [<samp>(6c93f)</samp>](https://github.com/d-kimuson/claude-code-viewer/commit/6c93fe5)
|
||||
|
||||
##### [View changes on GitHub](https://github.com/d-kimuson/claude-code-viewer/compare/v0.4.2...0.4.3)
|
||||
|
||||
## 0.4.2
|
||||
|
||||
*No significant changes*
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "@kimuson/claude-code-viewer",
|
||||
"version": "0.4.2",
|
||||
"version": "0.4.3",
|
||||
"type": "module",
|
||||
"license": "MIT",
|
||||
"repository": {
|
||||
|
||||
Reference in New Issue
Block a user