twskin 0.5.8 → 0.5.9
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 +8 -0
- package/package.json +1 -1
- package/runtime/injector.mjs +1 -1
- package/runtime/manifest.json +2 -2
package/CHANGELOG.md
CHANGED
|
@@ -5,6 +5,14 @@ All notable changes to this package are documented here. This project follows
|
|
|
5
5
|
|
|
6
6
|
## [Unreleased]
|
|
7
7
|
|
|
8
|
+
## [0.5.9] - 2026-07-29
|
|
9
|
+
|
|
10
|
+
### Fixed
|
|
11
|
+
|
|
12
|
+
- Updated `Solvay 1927 · Solarized Light` to theme version `1.0.5`. Its
|
|
13
|
+
Markdown text now follows the original Solarized Light content hierarchy:
|
|
14
|
+
Base00 body text, Base01 headings and emphasis, and Base0 auxiliary text.
|
|
15
|
+
|
|
8
16
|
## [0.5.8] - 2026-07-29
|
|
9
17
|
|
|
10
18
|
### Fixed
|
package/package.json
CHANGED
package/runtime/injector.mjs
CHANGED
|
@@ -16,7 +16,7 @@ import { spawnSync } from "node:child_process";
|
|
|
16
16
|
import { fileURLToPath } from "node:url";
|
|
17
17
|
|
|
18
18
|
const ROOT = path.dirname(fileURLToPath(import.meta.url));
|
|
19
|
-
const VERSION = "0.5.
|
|
19
|
+
const VERSION = "0.5.9";
|
|
20
20
|
const DATA_DIR = process.env.TWSKIN_DATA_DIR || path.join(os.homedir(), ".trae-work-skin");
|
|
21
21
|
|
|
22
22
|
function parseArgs(argv) {
|
package/runtime/manifest.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"schemaVersion": 1,
|
|
3
|
-
"packageVersion": "0.5.
|
|
3
|
+
"packageVersion": "0.5.9",
|
|
4
4
|
"themesBundled": false,
|
|
5
5
|
"files": [
|
|
6
6
|
{
|
|
@@ -11,7 +11,7 @@
|
|
|
11
11
|
{
|
|
12
12
|
"path": "injector.mjs",
|
|
13
13
|
"size": 31308,
|
|
14
|
-
"sha256": "
|
|
14
|
+
"sha256": "0f50af84b61942a6a9c3c44c3b56a9b4cfbf229fa2ae2c0ea754b21a312992b0"
|
|
15
15
|
},
|
|
16
16
|
{
|
|
17
17
|
"path": "restore.sh",
|