Merge beta into release #21

Merged
didirus merged 276 commits from beta into release 2025-11-01 13:04:25 +00:00
Showing only changes of commit 5b7f025094 - Show all commits

View File

@@ -10,6 +10,14 @@ export type VersionEntry = {
}
const VERSIONS: VersionEntry[] = [
{
date: `2025-09-01T16:20:00-07:00`,
product: 'web',
body: `### Improvements
- Significantly improved the performance of certain project pages.
- Strings in Markdown descriptions that look like domain names or IP addresses will no longer automatically be converted to links, such as \`README.md\`.
- Fixed project environment settings sometimes showing the wrong warning/info message.`,
},
{
date: `2025-08-31T17:15:00-07:00`,
product: 'web',