fix blog date + app changelog
This commit is contained in:
@@ -11,16 +11,14 @@ export type VersionEntry = {
|
||||
|
||||
const VERSIONS: VersionEntry[] = [
|
||||
{
|
||||
date: `2026-03-02T16:45:00-08:00`,
|
||||
date: `2026-03-03T17:30:00-08:00`,
|
||||
product: 'app',
|
||||
version: '0.11.0',
|
||||
body: `## Introducing Server Projects
|
||||
|
||||
version: '0.11.2',
|
||||
body: `## [Introducing Server Projects](/news/article/introducing-server-projects)
|
||||
- Added new Server Project type
|
||||
- Three compatibility types: vanilla, modded (published pack), or modded (uploaded pack)
|
||||
- Added new linked server instance type that receives updates from the server
|
||||
- Joining a server from the app downloads the required content and launches you directly into the server
|
||||
`,
|
||||
- Joining a server from the app downloads the required content and launches you directly into the server.`,
|
||||
},
|
||||
{
|
||||
date: `2026-02-16T12:40:00-08:00`,
|
||||
|
||||
Reference in New Issue
Block a user