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 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
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "twskin",
3
- "version": "0.5.8",
3
+ "version": "0.5.9",
4
4
  "description": "An unofficial community theme manager and CLI for TRAE Work on macOS.",
5
5
  "type": "module",
6
6
  "bin": {
@@ -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.7";
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) {
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "schemaVersion": 1,
3
- "packageVersion": "0.5.8",
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": "b1ea0108ab8e4449bb509de458705e0019cad3d342fb1ef9fcd8ec98c890bf79"
14
+ "sha256": "0f50af84b61942a6a9c3c44c3b56a9b4cfbf229fa2ae2c0ea754b21a312992b0"
15
15
  },
16
16
  {
17
17
  "path": "restore.sh",