Skip to content

Commit dba82a0

Browse files
authored
Update changelog for release 0.12.18
Added details for release 0.12.18 including custom post styling and video comments. Fixed issues with comment media types and cache data sharing.
1 parent 0e10b75 commit dba82a0

1 file changed

Lines changed: 9 additions & 0 deletions

File tree

docs/changelog.md

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,15 @@ To use the latest version of Devvit:
99

1010
**Please note**: you may see features available across Devvit packages that are not documented or noted in our changelog. These are experimental features that are not stable and are subject to change, or removal, from the platform. Please use caution when testing or implementing experimental features.
1111

12+
## Release 0.12.18: Custom Post Styling, Video Comments, and Cache
13+
**Release Date: Apr 6, 2026**
14+
15+
This release adds support for post styles, which lets you customize how your app posts look within Reddit. We’ve added [Creating a custom post](../capabilities/creating_custom_post.md) documentation to walk you through building custom posts and configuring post styles. This includes options for setting background colors before your app loads, adjusting post height, and enabling custom share images when your app is shared.
16+
17+
**Other fixes**
18+
* Added `video` to the `CommentMediaTypes` type. This fixes an issue where apps on subreddits with video comments crashed due to `getCurrentSubreddit()` throwing `invalid comment media type: video` error.
19+
* Fixed an issue where in-memory cache data was unintentionally shared across subreddits. Cache is now partitioned per subreddit, which ensures you’ll get accurate data for each subreddit.
20+
1221
## Release 0.12.17 Redis Update and Minor Fixes
1322
**Release Date: Mar 30, 2026**
1423

0 commit comments

Comments
 (0)