Compare commits
2 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
| 319ee2a7af | |||
| 8204f06a2a |
@@ -1,5 +1,11 @@
|
|||||||
# Changelog
|
# Changelog
|
||||||
|
|
||||||
|
## 2026-01-28 - 1.8.1 - fix(cli)
|
||||||
|
set executable permission on cli.js
|
||||||
|
|
||||||
|
- metadata-only change: updated file mode for cli.js (executable bit set)
|
||||||
|
- no source code changes; ensures package binary is runnable
|
||||||
|
|
||||||
## 2026-01-28 - 1.8.0 - feat(streaming)
|
## 2026-01-28 - 1.8.0 - feat(streaming)
|
||||||
add global activity watchers, client-side buffering, and improved real-time streaming UX
|
add global activity watchers, client-side buffering, and improved real-time streaming UX
|
||||||
|
|
||||||
|
|||||||
@@ -1,6 +1,6 @@
|
|||||||
{
|
{
|
||||||
"name": "@git.zone/tsview",
|
"name": "@git.zone/tsview",
|
||||||
"version": "1.8.0",
|
"version": "1.8.1",
|
||||||
"private": false,
|
"private": false,
|
||||||
"description": "A CLI tool for viewing S3 and MongoDB data with a web UI",
|
"description": "A CLI tool for viewing S3 and MongoDB data with a web UI",
|
||||||
"main": "dist_ts/index.js",
|
"main": "dist_ts/index.js",
|
||||||
|
|||||||
@@ -3,6 +3,6 @@
|
|||||||
*/
|
*/
|
||||||
export const commitinfo = {
|
export const commitinfo = {
|
||||||
name: '@git.zone/tsview',
|
name: '@git.zone/tsview',
|
||||||
version: '1.8.0',
|
version: '1.8.1',
|
||||||
description: 'A CLI tool for viewing S3 and MongoDB data with a web UI'
|
description: 'A CLI tool for viewing S3 and MongoDB data with a web UI'
|
||||||
}
|
}
|
||||||
|
|||||||
File diff suppressed because one or more lines are too long
@@ -3,6 +3,6 @@
|
|||||||
*/
|
*/
|
||||||
export const commitinfo = {
|
export const commitinfo = {
|
||||||
name: '@git.zone/tsview',
|
name: '@git.zone/tsview',
|
||||||
version: '1.8.0',
|
version: '1.8.1',
|
||||||
description: 'A CLI tool for viewing S3 and MongoDB data with a web UI'
|
description: 'A CLI tool for viewing S3 and MongoDB data with a web UI'
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user