twskin 0.5.7 → 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 +31 -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,37 @@ 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
|
+
|
|
16
|
+
## [0.5.8] - 2026-07-29
|
|
17
|
+
|
|
18
|
+
### Fixed
|
|
19
|
+
|
|
20
|
+
- Restored reliable reading contrast in `墨`, `极光`, `雾林`, `深海`, `樱夜`,
|
|
21
|
+
and `日落`. Their dark artwork now activates TRAE's dark appearance contract
|
|
22
|
+
and uses dark, opaque-enough working surfaces instead of pale panels over a
|
|
23
|
+
dark background.
|
|
24
|
+
|
|
25
|
+
### Changed
|
|
26
|
+
|
|
27
|
+
- Rebuilt the six monochrome-gradient theme backgrounds with their own visual
|
|
28
|
+
grammar: ink texture, aurora ribbons, mist layers, ocean currents, night
|
|
29
|
+
blossom branches, and sunset dunes.
|
|
30
|
+
- Bumped the six updated theme packages to `1.1.0` and added complete semantic
|
|
31
|
+
tokens for chat, menus, settings, focus, scrollbars, and the embedded
|
|
32
|
+
workbench.
|
|
33
|
+
|
|
34
|
+
### For contributors
|
|
35
|
+
|
|
36
|
+
- Added release coverage that keeps dark-art themes on the dark appearance
|
|
37
|
+
contract with complete panel and interaction roles.
|
|
38
|
+
|
|
8
39
|
## [0.5.7] - 2026-07-29
|
|
9
40
|
|
|
10
41
|
### 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",
|