Changelog

Yanib

AI-drafted release notes that ship themselves to GitHub, Slack, email, and your changelog page — in one click.

RSS

28 releases

auto-2026-05-12

1 change — auto-2026-05-12

May 12, 2026 · 1 change

Feature

Adds dynamic OG image and Twitter card metadata to landing page

1features

New features

1
  • Add dynamic OG image and Twitter card metadata to landing page#129

    Landing page now includes a dynamically generated 1200×630 OG image and Twitter card metadata that matches the hero positioning, giving social media previews a visual hook when yanib.dev is shared on Twitter, LinkedIn, or Slack.


auto-2026-05-06

1 change — auto-2026-05-06

May 6, 2026 · 1 change

Maintenance

Hides legal footer links pending policy updates.

1chores

Chores

1

auto-2026-05-05

1 change — auto-2026-05-05

May 5, 2026 · 1 change

Patch

Fixes indexing trigger issue on GitHub App installation

1fixes

Fixes

1
  • Fix indexing not triggering on GitHub App installation#127

    Repos installed via the GitHub App callback were skipping the indexing pipeline, leaving indexStatus as NULL and preventing contextBrief and historicalSummary from being generated. Now indexing is properly triggered during the installation flow.


auto-2026-04-26

10 changes — auto-2026-04-26

May 3, 2026 · 9 changes

Breaking

Redesigns dashboard UI with sidebar, drops legacy BYOK features, adds personal team controls.

2breaking4features1fixes2chores

Breaking changes

2
  • Drop legacy User-level BYOK reads and writes#104

    Removes dual-read/dual-write fallbacks from the unified-team refactor (Phase 5a). Code-only cleanup ahead of schema migration.

  • Drop User BYOK and Subscription.teamId columns#105

    Completes the unified-team refactor (Phase 5b) by removing legacy columns and call sites that selected them. Every workspace is now a Team.

New features

4
  • Replace dashboard top bar with collapsible left sidebar#110

    Redesigns navigation using shadcn's sidebar primitive. Primary items (Dashboard, Repos, Releases, Ask, Teams) remain accessible; secondary items (Integrations, Widgets, Activity, Digests) move to a "More" group.

  • Add Feedback modal and Docs link to dashboard#112

    Introduces a new Feedback table with categorization (General, Bug, Feature Request, Praise) and F-key hotkey trigger. Adds Docs link to top bar.

  • Surface Personal Team in workspace switcher#106

    Personal Teams (created for every user in Phase 2/3) now appear in the switcher alongside shared teams with distinct visual styling.

  • Block invites and member changes on Personal Teams#114

    Enforces `isPersonal` checks across all team-management endpoints to prevent modifications to Personal Teams, not just deletion.

Fixes

1
  • Fix team switcher not showing newly created teams#107

    Team switcher now refetches teams on every open, so newly created teams appear without requiring a hard reload.

Chores

2

auto-2026-04-27

4 changes — auto-2026-04-27

May 3, 2026 · 4 changes

Feature

Adds pricing pages, dismissible suggestions, fixes team listing and mobile sidebar.

2features2fixes

New features

2
  • Add pricing and refund pages for Paddle Merchant of Record#117

    Introduces `/pricing` page with Free vs Pro ($29/mo) tiers and feature comparison, plus refund policy page. Hardens privacy and terms pages to meet Paddle verification requirements for live payments.

  • Make cross-provider suggestion banners dismissible#119

    Provider nudges (e.g., "GitHub connected. GitLab is also available.") now show only once per user instead of on every dashboard load. Consolidated into a single `ProviderSuggestionBanner` component.

Fixes

2
  • Exclude Personal Teams from /teams listing#115

    The `/teams` page now shows only shared collaboration surfaces. Personal Teams remain accessible via the team switcher and dashboard.

  • Show sidebar toggle in top bar on mobile#116

    Added `<SidebarTrigger>` to the mobile top bar so users can re-open the collapsed sidebar without reaching the footer button.


auto-2026-04-28

7 changes — auto-2026-04-28

May 2, 2026 · 6 changes

Feature

Redesigns release UI with severity sections, updates landing page hero, and adds GitHub auth integration.

5features1fixes

New features

5
  • Redesign release UI with severity-ordered sections and anchor navigation#120

    Public changelog now displays release entries grouped by severity with optional jump-to anchor chips, replacing the flat badge + list layout. Pairs with a new shared release hero card that previews the release type at a glance.

  • Add grouped sections and within-section drag in admin release editor#122

    Admin release editor now matches the public changelog layout with severity-ordered sections and the same default-collapse rules, while preserving edit, rewrite, and drag-reorder affordances.

  • Refresh landing page hero and add live product showcase#123

    Landing page hero redesigned to align with the shipping-layer positioning, with improved first impression and live product demonstration.

  • Reframe landing features grid and streamline digests section#124

    Features grid repositioned around the new shipping-layer pitch, identity-layer features surfaced, and digests section trimmed by ~250 lines with zero new visual elements.

  • Add audience split, 1-click GitHub auth, and trim hero on landing#125

    Landing page now explicitly addresses two audiences, shortens auth path by one click with direct GitHub integration, and removes redundant 3-card row from hero.

Fixes

1
  • Land landing page updates to main and extract demo constants#126

    Repair merge to ensure PR #125 content (audience split, GitHub CTA, hero trim) reached main branch, and extract shared demo configuration.


auto-2026-04-25

3 changes — auto-2026-04-25

Apr 25, 2026 · 3 changes

Breaking

Enforces team ownership, adds notification headings, fixes pro user display

1breaking1features1fixes

Breaking changes

1
  • Enforce team ownership for repositories and integrations#99

    All repositories and integrations now must belong to a team. This completes the unified team refactor and ensures consistent data model across the platform.

New features

1
  • Add customizable heading to notifications popup#102

    The yanib-notifications popup now accepts an optional `heading` attribute, allowing you to override the default "What's new" title.

Fixes

1
  • Fix pro users incorrectly showing as free#103

    Resolved an issue where pro plan users were being displayed as free tier after the Phase 2 backfill.


auto-2026-04-24

2 changes — auto-2026-04-24

Apr 24, 2026 · 2 changes

Feature

Adds search functionality to Connected Repos page with API-backed filtering

1features1fixes

New features

1
  • Add client-side search for repository list#100

    Real-time search input added to the Connected Repos page for quick filtering.

Fixes

1
  • Improve repository search with API-backed debouncing#101

    Repository search now uses a dedicated API endpoint with debouncing for better performance and accuracy.


auto-2026-04-23

1 change — auto-2026-04-23

Apr 23, 2026 · 1 change

Feature

Enables dual-read BYOK with Personal Team fallback support

1features

New features

1
  • Enable dual-read BYOK with Personal Team fallback#98

    Runtime code now reads Bring-Your-Own-Key settings from the new Team-scoped fields while maintaining User-level columns as a safety fallback. Phase 3 of the unified-team refactor.


auto-2026-04-22

21 changes — auto-2026-04-22

Apr 22, 2026 · 18 changes

Feature

Adds personal teams, AI-powered semantic search, public profile redesign, and retrieval-augmented content generation.

15features3fixes

New features

15
  • Split publish into separate GitHub and integrations actions#76

    The "Publish changelog" button now decouples GitHub release updates from integration notifications, giving users independent control over when to notify Slack, Discord, webhooks, and other integrations.

  • Add Personal Team scaffold (unified-team refactor, phase 1)#96

    Foundation for unifying "personal" and "team" workspaces. Every user now has an auto-created Personal Team that owns repos, integrations, and BYOK config.

  • Backfill Personal Teams (unified-team refactor, phase 2)#97

    Migrates existing user data into the new Personal Team model, copying BYOK config and repo ownership for seamless transition to unified workspace structure.

  • A/B compare context strategies on a release#87

    Side-by-side UI lets you see exactly how retrieval-augmented generation differs from static context, making the impact of semantic search visible during release authoring.

  • Retrieval-augmented digest generation#88

    Team Commit Digests now pull semantically similar past entries for richer context, improving AI-generated velocity reports with relevant repo history.

  • Public profile redesign — identity, accent, pins, AI tagline#91

    First half of `/u/[username]` redesign. Add custom bio, Twitter handle, website, accent color, and AI-generated tagline to make your developer profile shareable on social media.

  • Action-keyed permission matrix as single source of truth#77

    Centralizes role-based access control in `lib/permissions.ts` so backend guards and UI read the same policy, making permission changes consistent across the entire app.

  • Surface role capabilities on the team members page#78

    Team members can now see what each role (Owner, Admin, Member) is permitted to do, improving transparency around permissions and access levels.

  • Gated action tooltips: explain why a button is disabled#79

    Members now see disabled buttons with hover tooltips explaining the required role, instead of silently hiding unavailable actions.

  • Expand gated-action tooltips across all team surfaces#80

    Applies role-explanation tooltips to every role-gated button and link in the dashboard for consistent, transparent permission feedback.

  • Repo embeddings infrastructure (pgvector + OpenAI)#81

    Lays indexing foundation for semantic search and retrieval-augmented generation. No user-facing changes in this phase.

  • Semantic Ask page with streaming synthesis and citations#83

    Replaces `/chat` with a new intelligent search interface that retrieves semantically similar past entries and synthesizes answers with citations.

  • Retrieval-augmented release generation#84

    Opt-in per-user flag that uses semantic search to fetch similar past entries for each new release, replacing the stale static Layer 2 historical summary.

  • Floating Ask widget on the dashboard#90

    Persistent "Ask" bubble in the bottom-right corner of authenticated pages gives instant access to semantic search without navigating away.

  • Public profile redesign — heatmap, featured, grouped timeline#92

    Second half of `/u/[username]` redesign adds contribution heatmap, featured release cards, and grouped timeline for a Twitter-worthy developer profile.

Fixes

3
  • Register Profile tab in settings nav#93

    Fixes missing Profile tab entry in settings navigation so users can access bio, Twitter handle, website, accent color, and pinned releases.

  • Fix team members' access to repo and release detail pages#94

    Team members no longer hit 404 errors when clicking repos and releases from the list view. Fixed server-rendered pages to use proper access control filters.

  • Restore currentColor tile on Yanib logo#89

    Reverts hard-coded brand violet to let the logo tile inherit parent text color for better visual consistency across the app.


auto-2026-04-21

6 changes — auto-2026-04-21

Apr 21, 2026 · 6 changes

Feature

Adds public guide, fixes webhook verification and AI crashes, improves release state handling, adds sharing settings.

2features3fixes1chores

New features

2
  • Add public user guide at /guide#70

    A new public guide page helps readers learn Yanib without signing up first. The 16-section guide also serves as in-app help with deep links to anchors from dashboard empty states and Help links.

  • Add Sharing tab to settings and reorganize account page#75

    Sharing and embed tools (profile card, OG image, feed widget, badges, AI summary) now have their own dedicated tab in Account settings, making them easier to find and manage.

Fixes

3
  • Fix GitHub App installation verification for webhook creation#69

    Repos under owners whose App installation didn't cover them now correctly skip webhook creation instead of saving with a stale installationId and never receiving release events.

  • Fix AI JSON truncation crash and cache poisoning#71

    Release generation no longer crashes when the AI response is incomplete or invalid, preventing cache corruption from incomplete JSON.

  • Fix release state downgrade from DRAFT to FAILED and add JSON repair#73

    Releases with all fields populated (entries, summary, social, audience) no longer incorrectly show as FAILED. Added observability and JSON-repair salvage to recover from malformed AI responses.

Chores

1

auto-2026-04-20

8 changes — auto-2026-04-20

Apr 20, 2026 · 7 changes

Feature

Adopts shadcn/ui components, adds subscription cancellation, and improves mobile navigation.

6features1chores

New features

6
  • Adopt shadcn/ui component system#61

    Migrated the entire dashboard to shadcn/ui primitives, replacing custom implementations with accessible, keyboard-navigable components backed by Radix UI. Includes Button, Dialog, DropdownMenu, Input, Label, Textarea, Select, Checkbox, RadioGroup, and Switch.

  • Migrate all form elements to shadcn primitives#62

    Updated 19 form files across the app to use shadcn Input, Label, Textarea, Select, Checkbox, RadioGroup, and Switch components for consistent styling and behavior.

  • Replace dropdowns with DropdownMenu and upgrade command palette#66

    Replaced all bespoke dropdown implementations with shadcn DropdownMenu (with focus trap, outside-click, keyboard navigation). Rewrote the Cmd+K command palette using cmdk for better search and navigation.

  • Migrate modals to Dialog and add mobile navigation Sheet#64

    Replaced hand-rolled fixed-positioned modals with shadcn Dialog component. Added Sheet primitive for responsive mobile navigation in the dashboard.

  • Enable subscription cancellation with grace period#67

    Pro users can now cancel from Settings → Billing and retain access until the end of the current billing period. An amber banner displays the cancellation date with a one-click Resume option during the grace period.

  • Collapse dashboard navigation into More menu#68

    Streamlined the top-nav from 8 links to 4 + a More dropdown menu. Integrations, Widgets, Activity, and Digests are now grouped and accessible via the More menu for a cleaner dashboard layout.

Chores

1

auto-2026-04-19

1 change — auto-2026-04-19

Apr 19, 2026 · 1 change

Patch

Fixes invisible Yanib logo on dark-themed pages

1fixes

Fixes

1
  • Fix invisible Yanib logo on dark-themed pages#59

    The LogoIcon was inheriting text color from its parent container, causing it to become invisible on dark-themed pages like the public team digest. The logo now displays correctly with proper contrast.


auto-2026-04-18

7 changes — auto-2026-04-18

Apr 18, 2026 · 7 changes

Feature

Adds GitHub metadata sync, improves badge persistence, expands GitLab support, fixes OAuth tokens.

1features5fixes1chores

New features

1
  • Support self-hosted GitLab via Personal Access Token#54

    Users can now connect to self-hosted GitLab instances using Personal Access Tokens, enabling multi-instance deployments.

Fixes

5
  • Make provider-agnostic UI actually provider-agnostic#50

    Fixed UI copy and widgets that hard-coded GitHub as the only git provider, allowing GitLab-only users to use the platform without confusing GitHub-specific messaging.

  • Refresh GitLab OAuth tokens before server-side API calls#53

    GitLab OAuth tokens expire every ~2 hours. The app now refreshes tokens before making server-side API calls to prevent 401 authentication errors.

  • Sync repo metadata from GitHub#55

    Repository metadata (name, owner, description, archive status) is now kept in sync when changes occur on GitHub, preventing stale data in changelogs and API calls.

  • Keep README badges resolving after repo rename/transfer#56

    Badge URLs now redirect properly when repositories are renamed or transferred on GitHub, ensuring existing badges continue to work.

  • Enforce repo plan limit on GitHub App install#57

    Fixed a billing integrity bug where the GitHub App install callback bypassed the repository plan limit, allowing Free users to connect more than one repo.

Chores

1

auto-2026-04-17

9 changes — auto-2026-04-17

Apr 17, 2026 · 9 changes

Feature

Adds GitHub integration, repo context indexing, Widget Marketplace, and persistent AI logging.

7features1fixes1chores

New features

7
  • Prompt Google/email users to connect GitHub before repo actions#41

    Google and email sign-ins now see a dedicated **Connect GitHub** prompt instead of silently failing when accessing repo-dependent features. GitHub connection is now properly gated behind a `hasGitHub` signal.

  • Index repo context for persistent AI awareness#42

    Yanib now builds a compact, persistent understanding of your codebase on first connect and injects it into every release-notes generation. The AI writes with your domain conventions and structure in mind, scaling identically from 100-commit to 30K-commit repos.

  • Auto-generate username when linking GitHub to existing account#45

    GitHub usernames are now automatically slugified into Yanib usernames when linking GitHub to an existing account, powering your public profile, GitHub README card, stats badge, and year-in-review page.

  • Add live preview for Personal Feed Widget in Settings#46

    The Personal Feed Widget section now shows a real-time preview with toggles for theme (Light/Dark) and limit (3/5/10 items), so you can see exactly what the widget looks like before embedding it.

  • Launch Widget Marketplace with live previews#47

    New `/widgets` page displays all six embeddable widgets rendered with your actual data. Toggle options, preview live, and copy snippets in one place — accessible from Dashboard → Quick Actions.

  • Add <yanib-github-profile> widget#48

    New embeddable widget renders your public GitHub profile (avatar, name, bio, followers, top languages, top repos) without requiring any Yanib-connected repos. Complements the existing `<yanib-stats>` widget.

  • Surface Widget Marketplace in high-discoverability locations#49

    The Widget Marketplace is now reachable from five key entry points where users naturally look, making it unmissable without being intrusive.

Fixes

1
  • Fix silent commit and tag truncation#44

    `fetchCommitsBetweenTags` and `findPreviousTag` were silently dropping data beyond 100 commits or tags due to missing pagination. Now properly fetches all commits and tags, with warnings when limits are exceeded.

Chores

1

auto-2026-04-15

5 changes — auto-2026-04-15

Apr 15, 2026 · 5 changes

Breaking

Migrate to Paddle Billing, add GitLab integration, redesign digest with sharing features.

1breaking3features1fixes

Breaking changes

1
  • Migrate billing from Stripe to Paddle Billing#40

    Switch payment processor to Paddle Billing for improved tax handling and compliance. All existing Stripe customer references are automatically migrated.

New features

3
  • Add GitLab integration for multi-VCS support#27

    OutPost now supports GitLab as a second VCS provider alongside GitHub, with full feature parity across both platforms.

  • Redesign digest with public sharing and celebration focus#38

    Transform digests into shareable, team-focused "Monday morning proud moment" experiences. Includes a new public sharing page and redesigned dashboard with improved component library.

  • Enhance landing page with live SDK preview and Built with Yanib section#39

    Add interactive SDK preview and showcase section to make the landing page more memorable and engaging.

Fixes

1
  • Fix Digests navbar link highlighting on team digest pages#37

    The Digests link in the top navigation now correctly highlights when viewing team digest pages.


auto-2026-04-14

1 change — auto-2026-04-14

Apr 14, 2026 · 1 change

Feature

Adds complete footer with About, Privacy, Terms, and API reference pages

1features

New features

1
  • Complete footer with About, Privacy, Terms, and API reference pages#36

    Fixed broken and placeholder footer links by adding the missing documentation pages.


auto-2026-04-13

10 changes — auto-2026-04-13

Apr 13, 2026 · 7 changes

Feature

Adds VCS abstraction layer, redesigns team settings and integrations UI, improves digest handling.

4features2fixes1chores

New features

4
  • Add VCS provider abstraction layer#25

    Architectural foundation for multi-provider support (GitHub, GitLab, Bitbucket). Phase 1 refactors existing GitHub code through a new provider interface — no user-facing changes.

  • Redesign team settings with 2-column layout#28

    Expands team settings from a narrow single-column layout to a balanced two-column grid that properly fills desktop screens.

  • Redesign integrations page with expandable platform cards#29

    Replaces flat platform cards with an expandable, team-aware layout showing richer information and repo context for each integration.

  • Add digest integration picker#30

    Enables user-configurable delivery targeting for team digests and fixes bug where 'Send to integrations' always failed.

Fixes

2
  • Replace browser prompt with repo picker for test digest#31

    Replaces the native browser prompt with a user-friendly dropdown list of team repos by name for per-repo digest testing.

  • Fix commits-per-day chart visibility#35

    Resolves multiple rendering issues with the commits-per-day chart: missing px units on container height, invisible gradient bars, and missing data population. Chart now displays correctly with proper styling.

Chores

1

auto-2026-04-12

8 changes — auto-2026-04-12

Apr 12, 2026 · 8 changes

Feature

Adds team digest and social post features, blocks disposable emails, fixes UI and team persistence issues.

3features5fixes

New features

3
  • Add team commit digest — AI-generated velocity reports#16

    Team admins can now receive recurring AI-generated digests showing who shipped what across repos, delivered to the dashboard and integrated with Slack, Discord, and webhooks.

  • Auto-generate social posts and multi-audience versions#20

    Release summaries now automatically generate Twitter/LinkedIn posts and dev/PM/end-user audience versions in the pipeline.

  • Block disposable email addresses at signup#23

    Prevent registration and email changes using temporary email domains. Blocks over 3,500 known disposable email providers.

Fixes

5
  • Fix onboarding tour positioning, flickering, and scroll#24

    Highlight now tracks target during scroll and resize, and tour restarts without page reload. Removed 350ms step change delay.

  • Fix navbar refresh after name change in settings#22

    Changing your account name now immediately updates the navbar and all server components without requiring a manual reload.

  • Fix BYOK context for translate and chat endpoints#18

    Bring-Your-Own-Key users now correctly use their own API keys for translation and search chat instead of platform keys.

  • Fix publish failure handling#19

    Failed publishes now revert to draft status instead of destroying entries, allowing users to keep generated content and retry.

  • Fix team selection persistence across reloads#21

    Active team selection now persists across page reloads and redirects work correctly after team creation.


auto-2026-04-11

2 changes — auto-2026-04-11

Apr 11, 2026 · 2 changes

Breaking

OutPost rebranded to Yanib with updated documentation references.

1breaking1chores

Breaking changes

1
  • Rebrand OutPost to Yanib#14

    The project has been rebranded from OutPost to Yanib. All SDK web components, domains, and references have been updated from outpost.dev to yanib.dev.

Chores

1

auto-2026-04-08

1 change — auto-2026-04-08

Apr 8, 2026 · 2 changes

Feature

Adds SDK stats card component and personal portfolio with filtered feed support.

2features

New features

2
  • Add SDK stats card component#12

    Introduce `<outpost-stats>` component for displaying developer statistics including releases, entries, repositories, streaks, sparklines, and change type breakdowns. Supports horizontal, vertical, and compact layouts for flexible website integration.

  • Add SDK personal portfolio and filtered feed support#12

    Enable developers to embed rich shipping portfolios on their websites with filtered feed capabilities for personalized showcase.


auto-2026-04-06-7

fix: Discover dismiss all now clears all tips

Apr 6, 2026 · 1 change

Patch

Fixes Discover dismiss all feature to clear all tips

1fixes

Fixes

1
  • Fix Discover "Dismiss all" to clear all tips#11

    The "Dismiss all" button in the Discover section now correctly dismisses every tip instead of only the 3 currently visible ones, preventing tips from reappearing immediately after dismissal.


auto-2026-04-06-6

feat: BYOK — custom Claude API key + model selection

Apr 6, 2026 · 1 change

Feature

Adds BYOK support for Claude API

1features

New features

1
  • Add BYOK (Bring Your Own Key) support for Claude API#8

    Users can now provide their own Anthropic API key and select their preferred Claude model (Haiku 4.5, Sonnet 4, or Opus 4) from Settings > AI. API keys are encrypted with AES-256-GCM and never stored in plaintext.


auto-2026-04-06-5

fix: make repo tip cards clickable — navigates to relevant tab

Apr 6, 2026 · 1 change

Patch

Fixes repo tip cards to be clickable

1fixes

Fixes

1
  • Make repo tip cards clickable#10

    Contextual tip cards on the repo overview page now navigate to the relevant tab when clicked, improving discoverability of Settings, Integrations, and Share features.


auto-2026-04-06-4

fix: repo detail page crash — onClick in server component

Apr 6, 2026 · 1 change

Patch

Fixed repo detail page crash

1fixes

Fixes

1
  • Fix repo detail page crash#9

    Resolved production error where event handlers in server components caused crashes. Replaced interactive button elements with static paragraph tags in contextual tip cards.


auto-2026-04-06-3

fix: trigger integrations and subscriber emails on auto-published releases

Apr 6, 2026 · 1 change

Patch

Fixes integrations and subscriber emails for auto-published releases

1fixes

Fixes

1
  • Fix integrations and subscriber emails triggering on auto-published releases#7

    Auto-published releases (via PR merge or scheduled batch) now correctly trigger integrations and send subscriber notifications, matching the behavior of manual publishes.


auto-2026-04-06-2

Trim changelog language picker to top 6 languages

Apr 6, 2026 · 1 change

Maintenance

Reduces changelog language picker from more languages to 6 supported languages.

1chores

Chores

1

auto-2026-04-06

feat: UI/UX feature discovery — Cmd+K, AI tools grid, spotlight, public nav

Apr 6, 2026 · 2 changes

Feature

Adds command palette (Cmd+K) and redesigned AI tools grid for improved feature discovery.

2features

New features

2
  • Add command palette (Cmd+K) for feature discovery#5

    Introducing a searchable command palette accessible via Cmd+K keyboard shortcut with a clickable search pill in the navbar. This comprehensive feature discovery enhancement makes all 20+ features visible and discoverable to users.

  • Redesign feature discovery UI with AI tools grid and spotlight#5

    Improved navigation and visual organization of features through new grid layouts and spotlight components, increasing feature discoverability from ~30% to comprehensive coverage.

Stay updated

Get notified when new releases are published.