Skip to content

Commit 26b7e70

Browse files
authored
Merge pull request #134 from peelar/changeset-release/main
chore: release
2 parents 4c6dba9 + bb8caae commit 26b7e70

6 files changed

Lines changed: 37 additions & 44 deletions

File tree

.changeset/dev-only-playground.md

Lines changed: 0 additions & 5 deletions
This file was deleted.

.changeset/gentle-jobs-cut.md

Lines changed: 0 additions & 5 deletions
This file was deleted.

.changeset/oklch-gradient-pipeline.md

Lines changed: 0 additions & 22 deletions
This file was deleted.

.changeset/palette-matched-gradients.md

Lines changed: 0 additions & 11 deletions
This file was deleted.

apps/app/CHANGELOG.md

Lines changed: 36 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,41 @@
11
# dopeshot
22

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+
339
## 0.8.1
440

541
### Patch Changes

apps/app/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "dopeshot-app",
3-
"version": "0.8.1",
3+
"version": "0.9.0",
44
"private": true,
55
"scripts": {
66
"postinstall": "prisma generate",

0 commit comments

Comments
 (0)