changelog

This commit is contained in:
Prospector
2026-05-04 13:08:23 -07:00
parent dcab665455
commit b6bca2aaeb

View File

@@ -10,6 +10,22 @@ export type VersionEntry = {
}
const VERSIONS: VersionEntry[] = [
{
date: `2026-05-04T19:57:12+00:00`,
product: 'web',
body: `## Changed
- Users who are not members of a project or organization can no longer view settings pages.
## Fixed
- Fixed some project pages failing to load due to invalid iframe links in their descriptions.`,
},
{
date: `2026-05-04T19:57:12+00:00`,
product: 'app',
version: '0.13.10',
body: `## Fixed
- Fixed some project pages failing to load due to invalid iframe links in their descriptions.`,
},
{
date: `2026-05-03T18:07:44+00:00`,
product: 'web',