add changelog page (#275)

This commit is contained in:
KM Koushik
2025-10-19 06:57:23 +11:00
committed by GitHub
parent a5ca3b2f87
commit 367457997e
3 changed files with 47 additions and 0 deletions
+38
View File
@@ -0,0 +1,38 @@
---
title: "Changelog"
description: "Product updates and announcements from Unsend"
---
<Update label="October 2024" description="v1.7.0">
<Frame>
<img src="/images/changelog/schedule-campaign.png" alt="Schedule Campaigns" />
</Frame>
### Schedule Campaigns
You can now Schedule campaigns with natural language like "tomorrow at 9am" or "next Monday at 10am".
### Campaigns API
We're doubling down on APIs. Now you can create, schedule campaign emails from API. check [API documentation](/api-reference/introduction)
### Other improvements
- Camapign Emails are now sent in batches instead of a burst of emails.
- You can bulk upload large amounts of contacts without ui slowness.
- Added delete domain API.
</Update>
<Update label="September 2024" description="v1.6.0">
<Frame>
<img src="https://usesend.com/hero-dark.webp" alt="Rebranded useSend hero" />
</Frame>
### Suppression List
Hard bounce and complained email addresses are automatically added to the suppression list. Works for both transactional and marketing emails.
### Rebranding to useSend
From now on we [useSend](https://usesend.com). Make sure to update your docker image and sdks.
</Update>
+9
View File
@@ -96,6 +96,15 @@
]
}
]
},
{
"tab": "Changelog",
"groups": [
{
"group": "Updates",
"pages": ["changelog"]
}
]
}
],
"global": {
Binary file not shown.

After

Width:  |  Height:  |  Size: 174 KiB