Skip to content

Commit 873adb1

Browse files
chore: release
1 parent ac012b7 commit 873adb1

9 files changed

Lines changed: 41 additions & 58 deletions

.changeset/auto-crop-brand-backgrounds.md

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

.changeset/brand-backgrounds-collection.md

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

.changeset/logo-prefetch-instant.md

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

.changeset/multiline-headlines.md

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

.changeset/onboarding-background-upload.md

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

.changeset/paged-background-picker.md

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

.changeset/soft-horizontal-fade.md

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

apps/app/CHANGELOG.md

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

3+
## 0.7.0
4+
5+
### Minor Changes
6+
7+
- 62bde91: Add brand backgrounds feature for Brand tier users
8+
9+
- Brand users can upload up to 10 custom backgrounds in the Brand tab
10+
- Backgrounds are compressed before upload to optimize storage
11+
- Select uploaded backgrounds from a collapsible picker in the Design sidebar
12+
- Backgrounds appear below the gradient options under "Your backgrounds"
13+
- API enforces brand-only access and 10 background limit
14+
- Full analytics tracking for upload, delete, and selection events
15+
16+
- 3ae36dc: Add optional brand background upload to onboarding modal
17+
18+
- Reorganize onboarding into 4-card bento grid: Logo, Background, Colors, Personality
19+
- Background card in position 2 explains backgrounds are reusable across designs
20+
- Compact personality selector with 2x2 grid layout
21+
- Dashed border on background card signals optional upload
22+
- Background upload uses shared hook with auto-crop to 16:9 and compression
23+
- Track has_background in onboarding completion analytics
24+
25+
- 5ec8532: Replace collapsible brand backgrounds with paged background picker
26+
27+
The background section now uses a single paged grid instead of gradients + a collapsible for brand backgrounds. Page 1 shows screenshot-derived gradients, pages 2+ show uploaded brand backgrounds. Navigation via arrow buttons and clickable dots in the section header. Brand users only see the Brand Backgrounds tab when a screenshot is present; free users see only gradients. Copy updated to remove the background counter and use the “Brand Backgrounds” label.
28+
29+
### Patch Changes
30+
31+
- 89d47df: Auto-crop brand backgrounds to 16:9 aspect ratio
32+
33+
- Brand backgrounds are automatically cropped to 16:9 using center-crop
34+
- Accepts any aspect ratio upload (portrait, square, ultrawide)
35+
- Compression happens after cropping for optimal file size
36+
- Users see a toast notification when their image is cropped
37+
- Tracking includes original and final dimensions for analytics
38+
39+
- 351d869: Preload brand logo metadata so it applies alongside screenshots without visible delay.
40+
- 8bab858: Allow headline and subtitle inputs to accept manual line breaks in the designer preview.
41+
- 334aa4b: Soften horizontal fade masks so left/right variants keep the near edge bright and fade more gently across the frame.
42+
343
## 0.6.0
444

545
### Minor 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.6.0",
3+
"version": "0.7.0",
44
"private": true,
55
"scripts": {
66
"postinstall": "prisma generate",

0 commit comments

Comments
 (0)