twskin 0.5.7 → 0.5.8
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 +23 -0
- package/package.json +1 -1
- package/runtime/manifest.json +1 -1
package/CHANGELOG.md
CHANGED
|
@@ -5,6 +5,29 @@ All notable changes to this package are documented here. This project follows
|
|
|
5
5
|
|
|
6
6
|
## [Unreleased]
|
|
7
7
|
|
|
8
|
+
## [0.5.8] - 2026-07-29
|
|
9
|
+
|
|
10
|
+
### Fixed
|
|
11
|
+
|
|
12
|
+
- Restored reliable reading contrast in `墨`, `极光`, `雾林`, `深海`, `樱夜`,
|
|
13
|
+
and `日落`. Their dark artwork now activates TRAE's dark appearance contract
|
|
14
|
+
and uses dark, opaque-enough working surfaces instead of pale panels over a
|
|
15
|
+
dark background.
|
|
16
|
+
|
|
17
|
+
### Changed
|
|
18
|
+
|
|
19
|
+
- Rebuilt the six monochrome-gradient theme backgrounds with their own visual
|
|
20
|
+
grammar: ink texture, aurora ribbons, mist layers, ocean currents, night
|
|
21
|
+
blossom branches, and sunset dunes.
|
|
22
|
+
- Bumped the six updated theme packages to `1.1.0` and added complete semantic
|
|
23
|
+
tokens for chat, menus, settings, focus, scrollbars, and the embedded
|
|
24
|
+
workbench.
|
|
25
|
+
|
|
26
|
+
### For contributors
|
|
27
|
+
|
|
28
|
+
- Added release coverage that keeps dark-art themes on the dark appearance
|
|
29
|
+
contract with complete panel and interaction roles.
|
|
30
|
+
|
|
8
31
|
## [0.5.7] - 2026-07-29
|
|
9
32
|
|
|
10
33
|
### Fixed
|
package/package.json
CHANGED