Skip to content

Commit ec288e7

Browse files
docs: Add December 2025 changelog entries (#170)
Add December 2025 changelog entries Co-authored-by: promptless[bot] <179508745+promptless[bot]@users.noreply.github.com> Co-authored-by: Prithvi Ramakrishnan <prithvi2206@gmail.com>
1 parent c98cf25 commit ec288e7

File tree

5 files changed

+47
-2
lines changed

5 files changed

+47
-2
lines changed

fern/docs.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -124,6 +124,8 @@ navigation:
124124
layout:
125125
- section: Changelogs
126126
contents:
127+
- page: December 2025
128+
path: ./docs/changelogs/2025-12.md
127129
- page: November 2025
128130
path: ./docs/changelogs/2025-11.md
129131
- page: October 2025

fern/docs/changelogs/2025-12.md

Lines changed: 41 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,41 @@
1+
---
2+
title: December 2025
3+
---
4+
5+
**What's New:**
6+
7+
* **Promptless Capture:** Keeps product screenshots in your documentation current. Promptless audits your existing screenshots on day one, regenerates outdated ones, then continuously monitors your codebase for UI changes. When code changes impact a screenshot, Promptless detects which screenshots need updating and recreates them with your current UI. Review and iterate on regenerated screenshots in the dashboard.
8+
9+
<Frame>
10+
<img src="https://promptless-customer-doc-assets.s3.amazonaws.com/docs-images/org_2lvkgU9erOFxYhtEVVC0ymPrPdF/promptless-capture-launch-december-2025-fdca7fbf.png" alt="Promptless Capture - Screenshots that stay in sync with your product" />
11+
</Frame>
12+
13+
* **Screenshot Editor:** Edit screenshots generated by Promptless directly in the dashboard. Click any image in the Created Assets section to crop, add annotations, highlight UI elements, adjust framing, or insert shapes, text, and arrows—save your edits and the updated image is immediately available.
14+
15+
<Frame>
16+
<img src="https://promptless-customer-doc-assets.s3.amazonaws.com/docs-images/org_2lvkgU9erOFxYhtEVVC0ymPrPdF/screenshot-editor-ui-december-2025-1765355676.png" alt="Screenshot editor showing editing tools and crop controls" />
17+
</Frame>
18+
19+
* **Repository Topic Filtering for GitHub Triggers:** Filter which repositories trigger Promptless using GitHub topics. Tag your repositories with a topic like "docs-enabled" or "promptless", then configure your Promptless project to monitor that topic. Add new repos to Promptless by tagging them in GitHub—no need to update your Promptless configuration.
20+
21+
* **Commit Trigger Replay:** New GitHub projects configured with Commit triggers can now process the last 30 days of direct commits during setup. This catches you up on recent changes and generates documentation suggestions for anything you might have missed.
22+
23+
* **Improved Project Settings Editing:** Save empty documentation directories to scan your entire repository, and switch GitHub organizations when editing projects. When you change your documentation directory scope, Promptless automatically closes suggestions containing files outside the new scope—keeping your staging area clean.
24+
25+
* **Automatic Suggestion Updates on PR Merge:** When a GitHub PR merges, Promptless automatically updates existing documentation suggestions to reflect what actually merged. If your PR changed during code review—code updates, description edits, or new commits—your doc suggestions stay accurate.
26+
27+
* **Markdown Support in Suggestion Descriptions:** Suggestion descriptions in the dashboard now render with full markdown formatting—bold and italic text, code snippets, links, and structured lists.
28+
29+
* **Protected Branch Detection for Slack Notifications:** When Promptless detects protected branches in your documentation repository, Slack notifications show "Open PR" or "View PR" buttons instead of "Publish." This prevents merge errors for repositories that require PR reviews before merging.
30+
31+
* **Auto-Publish Support for GitHub Commit and MS Teams Triggers:** GitHub Commit and MS Teams triggers now support auto-publish mode. When enabled, Promptless automatically creates documentation PRs as soon as suggestions are ready, streamlining your review and publishing workflow.
32+
33+
* **Auto-Merge for Documentation PRs:** Promptless now automatically merges documentation PRs as soon as they're created when auto-publish is enabled. Enable "Automatically merge Promptless's suggestions into the default branch" in project settings (nested under auto-publish) for complete end-to-end automation—from code changes to merged documentation—ideal for internal docs or teams with high confidence in Promptless suggestions.
34+
35+
<Frame>
36+
<img src="https://promptless-customer-doc-assets.s3.amazonaws.com/docs-images/org_2lvkgU9erOFxYhtEVVC0ymPrPdF/auto-merge-checkbox-ui-december-2025-34eda774.png" alt="Auto-merge checkbox nested under auto-publish in project settings" />
37+
</Frame>
38+
39+
* **Citations Button Always Available:** The Show Citations button in the file diff viewer now remains visible and enabled whenever citations exist for a file. Previously, this button was incorrectly disabled after opening a PR or publishing a suggestion, making it difficult to view source references.
40+
41+
* **Sign Out During Onboarding:** Users can now sign out from the onboarding screen. This fixes an issue where users were stuck if they accidentally signed in with the wrong email address.

fern/docs/core-concepts/triggers.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -27,6 +27,7 @@ You can configure specific directories to monitor, focusing documentation effort
2727
When auto-publish is enabled for your project:
2828
- Promptless automatically creates a new PR in your documentation repository with suggested changes
2929
- For GitHub PR triggers, the documentation PR is linked in a comment on the original code PR
30+
- Optionally enable auto-merge to automatically merge documentation PRs as soon as they're created (nested checkbox under auto-publish in project settings)
3031
</Accordion>
3132
</AccordionGroup>
3233

fern/docs/getting-started.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -65,7 +65,7 @@ Need both trigger types? Create separate projects with identical settings for ea
6565
</ParamField>
6666

6767
<ParamField path="Auto-publish" type="boolean">
68-
Automatically create PRs with documentation changes
68+
Automatically create PRs with documentation changes. Optionally enable auto-merge to automatically merge PRs as soon as they're created.
6969
</ParamField>
7070

7171
<ParamField path="Process Recent PRs" type="boolean">

fern/docs/integrations/slack.mdx

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -90,10 +90,11 @@ After images have been added to your documentation, you can manage them through
9090
2. Scroll to the Created Assets section at the bottom of the page
9191
3. From here, you can:
9292
- View a preview of each image
93+
- Edit an image by clicking on it to open the screenshot editor (crop, add annotations, shapes, text, arrows)
9394
- Copy the URL of an image to use elsewhere
9495
- Delete an image if it's no longer needed
9596

96-
**Important:** When you delete an image, it is permanently removed from both the database and storage. If the image is referenced in any documentation, you will need to manually update that content to remove or replace the reference to the deleted image.
97+
**Important:** When you delete an image, it's permanently removed from both the database and storage. If the image is referenced in any documentation, you'll need to manually update that content to remove or replace the reference to the deleted image.
9798

9899
### Permission Requirements
99100

0 commit comments

Comments
 (0)