Skip to content

Commit cb93476

Browse files
chore(main): release triterm 0.7.0 (#16)
* chore(main): release triterm 1.0.0 * Update version to 0.7.0 * Update changelog for version 0.7.0 * Update version to 0.7.0 --------- Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com> Co-authored-by: Vasandkumar K <kvasandkumar@gmail.com>
1 parent 3beeee5 commit cb93476

File tree

3 files changed

+13
-2
lines changed

3 files changed

+13
-2
lines changed

.release-please-manifest.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
{
2-
".": "0.6.0"
2+
".": "0.7.0"
33
}

CHANGELOG.md

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,16 @@
11
# Changelog
22

3+
## [0.7.0](https://github.com/vasandkumar/triterm/compare/triterm-v0.6.0...triterm-v0.7.0) (2025-11-29)
4+
5+
6+
### ⚠ BREAKING CHANGES
7+
8+
* userTerminalRegistry methods are now async and return Promises. All callers must use await. This enables distributed state management across multiple server instances.
9+
10+
### Features
11+
12+
* implement hybrid Redis session storage for horizontal scaling ([#15](https://github.com/vasandkumar/triterm/issues/15)) ([3beeee5](https://github.com/vasandkumar/triterm/commit/3beeee5223667eb4173574cee00d1348069a9763))
13+
314
## [0.6.0](https://github.com/vasandkumar/triterm/compare/triterm-v0.5.0...triterm-v0.6.0) (2025-11-29)
415

516

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "triterm",
3-
"version": "0.6.0",
3+
"version": "0.7.0",
44
"type": "module",
55
"description": "Modern, secure web-based terminal manager with multi-user support",
66
"keywords": [

0 commit comments

Comments
 (0)