Skip to content

Releases: vasandkumar/triterm

triterm: v1.0.0

30 Nov 02:11
1535384

Choose a tag to compare

1.0.0 (2025-11-30)

⚠ BREAKING CHANGES

  • userTerminalRegistry methods are now async and return Promises. All callers must use await. This enables distributed state management across multiple server instances.

Bug Fixes

triterm: v0.7.0

29 Nov 09:07
cb93476

Choose a tag to compare

0.7.0 (2025-11-29)

⚠ BREAKING CHANGES

  • userTerminalRegistry methods are now async and return Promises. All callers must use await. This enables distributed state management across multiple server instances.

Features

  • implement hybrid Redis session storage for horizontal scaling (#15) (3beeee5)

triterm: v0.6.0

29 Nov 07:11
03e70e0

Choose a tag to compare

0.6.0 (2025-11-29)

Features

  • add admin user creation capability (#13) (b69b02e)

triterm: v0.5.0

29 Nov 06:32
bd0008e

Choose a tag to compare

0.5.0 (2025-11-29)

Features

  • comprehensive security hardening (Phase 2/3) (#11) (607a88b)

triterm: v0.4.0

29 Nov 06:03
04a0467

Choose a tag to compare

0.4.0 (2025-11-29)

Features

  • implement JWT token revocation system (#9) (68dbd91)

triterm: v0.3.0

29 Nov 05:35
c561f9d

Choose a tag to compare

0.3.0 (2025-11-29)

Features

  • add user approval system and Phase 1 security fixes (6d14d1c)
  • User approval system (#7) (215f19e)

Bug Fixes

  • migrate tokens to httpOnly cookies and fix OAuth token exposure (de7059b)

triterm: v0.2.1

29 Nov 02:04
9a321ab

Choose a tag to compare

0.2.1 (2025-11-29)

Bug Fixes

  • resolve keyboard shortcut conflicts and improve UI (#5) (4a44b97)

triterm: v0.2.0

23 Nov 23:00
5486cf8

Choose a tag to compare

0.2.0 (2025-11-23)

Features

  • large feature & infra add — client UI, auth, collaboration, server runtime, persistence, admin, monitoring, tests (a8976db)