@linxiraos/pi-tui 1.0.0 → 1.0.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 +7 -2
- package/package.json +3 -3
package/CHANGELOG.md
CHANGED
|
@@ -2,9 +2,8 @@
|
|
|
2
2
|
|
|
3
3
|
## [Unreleased]
|
|
4
4
|
|
|
5
|
-
|
|
5
|
+
## [1.0.1] - 2026-08-14
|
|
6
6
|
|
|
7
|
-
- Reset the version to 1.0.0 and republished under the `@linxiraos/*` scope, breaking from the `@oh-my-pi` version lineage.
|
|
8
7
|
## [17.2.11] - 2026-08-07
|
|
9
8
|
|
|
10
9
|
### Fixed
|
|
@@ -1956,6 +1955,12 @@ Initial release under @oh-my-pi scope. See previous releases at [badlogic/pi-mon
|
|
|
1956
1955
|
|
|
1957
1956
|
- Added `getText()` method to Text component for retrieving current text content
|
|
1958
1957
|
|
|
1958
|
+
## [1.0.0] - 2026-08-13
|
|
1959
|
+
|
|
1960
|
+
### Changed
|
|
1961
|
+
|
|
1962
|
+
- Reset the version to 1.0.0 and republished under the `@linxiraos/*` scope, breaking from the `@oh-my-pi` version lineage.
|
|
1963
|
+
|
|
1959
1964
|
## [0.50.0] - 2026-01-26
|
|
1960
1965
|
|
|
1961
1966
|
### Added
|
package/package.json
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"type": "module",
|
|
3
3
|
"name": "@linxiraos/pi-tui",
|
|
4
|
-
"version": "1.0.
|
|
4
|
+
"version": "1.0.1",
|
|
5
5
|
"description": "Terminal User Interface library with differential rendering for efficient text-based applications",
|
|
6
6
|
"homepage": "https://linxira-os.github.io",
|
|
7
7
|
"author": "Can Boluk",
|
|
@@ -37,8 +37,8 @@
|
|
|
37
37
|
"fmt": "biome format --write ."
|
|
38
38
|
},
|
|
39
39
|
"dependencies": {
|
|
40
|
-
"@linxiraos/pi-natives": "1.0.
|
|
41
|
-
"@linxiraos/pi-utils": "1.0.
|
|
40
|
+
"@linxiraos/pi-natives": "1.0.1",
|
|
41
|
+
"@linxiraos/pi-utils": "1.0.1"
|
|
42
42
|
},
|
|
43
43
|
"devDependencies": {
|
|
44
44
|
"ghostty-web": "^0.4.0"
|