You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: CHANGELOG.md
+12Lines changed: 12 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -6,6 +6,18 @@ Format follows [Keep a Changelog](https://keepachangelog.com/en/1.0.0/).
6
6
7
7
---
8
8
9
+
## [1.2.0] — 2026-03-25
10
+
11
+
### Added
12
+
-**Clear History** button in Settings (Danger Zone card) — shows an inline confirmation dialog before deleting all opportunities; displays "History cleared. Click Scan Now to find new opportunities." on success
13
+
-`DELETE /api/opportunities` — deletes all Opportunity records for the current user (session auth); returns `{ success: true, deleted: N }`
14
+
15
+
### Changed
16
+
-**Subreddit generation prompt** updated to target end-user communities instead of defaulting to generic founder/indie hacker subreddits; niche-specific subreddits are now preferred (e.g. `r/shopify` over `r/entrepreneur`); founder communities (`r/entrepreneur`, `r/startups`, `r/sideproject`, `r/indiehackers`) are only included when the product explicitly targets founders or developers
17
+
-**Reddit 404s are now silent** — `fetchSubredditPosts` no longer logs an error for nonexistent subreddits (HTTP 404); other non-2xx errors (403, 429, 5xx) still log as before
0 commit comments