diff --git a/fern/docs.yml b/fern/docs.yml index 5b61554..9f5f244 100644 --- a/fern/docs.yml +++ b/fern/docs.yml @@ -109,6 +109,8 @@ navigation: layout: - section: Changelogs contents: + - page: August 2025 + path: ./docs/changelogs/2025-08.md - page: July 2025 path: ./docs/changelogs/2025-07.md - page: June 2025 diff --git a/fern/docs/changelogs/2025-08.md b/fern/docs/changelogs/2025-08.md new file mode 100644 index 0000000..21d18f9 --- /dev/null +++ b/fern/docs/changelogs/2025-08.md @@ -0,0 +1,17 @@ +--- +title: August 2025 +--- + +**New Features:** + +* **MS Teams Trigger Support:** Full trigger support for Microsoft Teams has been added to Promptless. You can now trigger documentation updates directly from Teams conversations using both direct messages and by tagging our bot in team channels. + +* **Promptless in your voice:** Promptless can now create fine-tuned models specific to your company's docs voice, so that it's better at matching your existing tone and style. In particular, this means that Promptless sounds less like an AI (e.g. too wordy and technical) and more like your existing docs. + +* **Slack File Attachment Processing:** Enhanced Slack integration to process PDFs, text files, CSVs, and other file types. Also add support for extracting images from PDF files to add to documentation. + +![Slack file attachment processing](https://promptless-customer-doc-assets.s3.amazonaws.com/docs-images/org_2lvkgU9erOFxYhtEVVC0ymPrPdF/slack-file-attachment-processing-1757709897.png) + +**Improvements and Bugfixes:** + +* Fixed an issue where conflict warning notifications could block the reject file modal UI by adjusting modal layering.