Skip to content

Commit ff79e0f

Browse files
committed
Add 0.14.1 changelog notes
1 parent 9f89f6f commit ff79e0f

2 files changed

Lines changed: 28 additions & 0 deletions

File tree

docs/changelog.md

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,20 @@ 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.14.1: Source Review Improvements
13+
**Release Date: August 17, 2026**
14+
15+
**Additional Source Roots**
16+
17+
You can now add `additionalSourceRoots` to `devvit.json` to include source files that live outside your project directory in the source package submitted for review. This helps apps with unconventional build setups, such as projects that compile external source folders into `dist/`, pass source review without moving files into the app directory.
18+
19+
`additionalSourceRoots` works with existing source ignore behavior, so you can include the extra root paths reviewers need while still excluding files covered by your ignore rules.
20+
21+
**CLI Node.js Warning**
22+
23+
The Devvit CLI now warns once during `playtest`, `upload`, and `publish` if your local Node.js version is older than the supported version. This warning is informational and does not block the command, but we recommend upgrading to Node.js v24.18.0+ for the officially supported local development experience.
24+
25+
1226
## Release 0.14.0: Node.js v24, Wiki Integration, Devvit Skills (Experimental)
1327
**Release Date: August 10, 2026**
1428

versioned_docs/version-0.14/changelog.md

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,20 @@ 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.14.1: Source Review Improvements
13+
**Release Date: August 14, 2026**
14+
15+
**Additional Source Roots**
16+
17+
You can now add `additionalSourceRoots` to `devvit.json` to include source files that live outside your project directory in the source package submitted for review. This helps apps with unconventional build setups, such as projects that compile external source folders into `dist/`, pass source review without moving files into the app directory.
18+
19+
`additionalSourceRoots` works with existing source ignore behavior, so you can include the extra root paths reviewers need while still excluding files covered by your ignore rules.
20+
21+
**CLI Node.js Warning**
22+
23+
The Devvit CLI now warns once during `playtest`, `upload`, and `publish` if your local Node.js version is older than the supported version. This warning is informational and does not block the command, but we recommend upgrading to Node.js v24.18.0+ for the officially supported local development experience.
24+
25+
1226
## Release 0.14.0: Node.js v24, Wiki Integration, Devvit Skills (Experimental)
1327
**Release Date: August 10, 2026**
1428

0 commit comments

Comments
 (0)