lit-shell.js 1.2.0 → 1.2.1
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/CHANGELOG.md +12 -0
- package/README.md +441 -139
- package/dist/client/browser-bundle.js +1 -1
- package/dist/client/browser-bundle.js.map +1 -1
- package/dist/ui/browser-bundle.js +1 -1
- package/dist/ui/browser-bundle.js.map +1 -1
- package/dist/ui/lit-shell-terminal.d.ts +1 -1
- package/dist/version.d.ts +1 -1
- package/dist/version.js +1 -1
- package/package.json +1 -1
package/CHANGELOG.md
CHANGED
|
@@ -5,6 +5,18 @@ All notable changes to this project will be documented in this file.
|
|
|
5
5
|
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
|
|
6
6
|
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
|
|
7
7
|
|
|
8
|
+
## [1.2.1] - 2025-02-01
|
|
9
|
+
|
|
10
|
+
### Changed
|
|
11
|
+
|
|
12
|
+
- Comprehensive README update with full documentation
|
|
13
|
+
- Added Tabbed Terminals section with Tab API and use cases
|
|
14
|
+
- Added Built-in Connection Panel section
|
|
15
|
+
- Added Session Multiplexing diagram
|
|
16
|
+
- Added Docker Compose quick start instructions
|
|
17
|
+
- Added Examples section with local development guide
|
|
18
|
+
- Added Client-Side CDN loading instructions
|
|
19
|
+
|
|
8
20
|
## [1.2.0] - 2025-02-01
|
|
9
21
|
|
|
10
22
|
### Added
|