|
1 | 1 | # dopeshot |
2 | 2 |
|
| 3 | +## 0.9.0 |
| 4 | + |
| 5 | +### Minor Changes |
| 6 | + |
| 7 | +- ca9e6e7: Move the "brand" tab into the new left sidebar with other logged-in-user related tabs (like billing, account, saved). |
| 8 | +- 76f1059: Complete OKLCH-based gradient generation pipeline |
| 9 | + |
| 10 | + New gradient pipeline with 6 visually distinct gradient types (each uses different color harmonies): |
| 11 | + |
| 12 | + 1. **Mesh Gradient** - Organic multi-color blobs using all harmonies |
| 13 | + 2. **Split-Complementary Linear** - 150° hue rotation for sophisticated contrast |
| 14 | + 3. **Triadic Radial** - 120° hue rotation, radial gradient type |
| 15 | + 4. **Multi-Stop Diagonal** - Three colors (base + triadic + complementary) |
| 16 | + 5. **Analogous Cool Linear** - -30° hue rotation (cool tones) |
| 17 | + 6. **Warm Analogous Linear** - +30° hue rotation (warm tones) |
| 18 | + |
| 19 | + Key improvements: |
| 20 | + |
| 21 | + - **Adaptive lightness**: Dark screenshots → darker gradients (12-40%), light screenshots → lighter gradients (50-90%) |
| 22 | + - Harmonious palette expansion using color theory (analogous, complementary, triadic, monochromatic) |
| 23 | + - Replaced chroma-js with culori for perceptually uniform color manipulation |
| 24 | + - Each gradient type has fundamentally different visual character |
| 25 | + - Neutral/grayscale palettes now get injected color variety |
| 26 | + |
| 27 | +- a59d007: Introduce palette-matched gradients driven by screenshot color analysis |
| 28 | + |
| 29 | + - Extract dominant/accent/muted hues from screenshots for gradient matching |
| 30 | + - Generate six gradient styles with multi-hue variation and alternate secondary palettes |
| 31 | + - Add gradient playground for previewing palettes |
| 32 | + - Make radial "beam" gradient directional for Peak layouts and shift it downward |
| 33 | + - Avoid showing fallback gradients while screenshot analysis is in progress |
| 34 | + |
| 35 | +### Patch Changes |
| 36 | + |
| 37 | +- 3736af3: Hide the playground route outside development builds |
| 38 | + |
3 | 39 | ## 0.8.1 |
4 | 40 |
|
5 | 41 | ### Patch Changes |
|
0 commit comments