Fix changelog format in manifest

This commit is contained in:
2025-12-29 15:50:42 -06:00
parent 9a1bb3d3bc
commit 527e555384
2 changed files with 5 additions and 3 deletions

View File

@@ -24,7 +24,5 @@
"memoryLimit": 512000000, "memoryLimit": 512000000,
"minBoxVersion": "7.0.0", "minBoxVersion": "7.0.0",
"postInstallMessage": "Blinko has been installed successfully!\n\nVisit your Blinko instance to create your first account.\nThe first user to register will become the administrator.\n\nData is stored in /app/data and will be backed up automatically.", "postInstallMessage": "Blinko has been installed successfully!\n\nVisit your Blinko instance to create your first account.\nThe first user to register will become the administrator.\n\nData is stored in /app/data and will be backed up automatically.",
"changelog": { "changelog": "1.0.0: Initial Cloudron package"
"1.0.0": "Initial Cloudron package"
}
} }

View File

@@ -86,6 +86,10 @@ cloudron exec --app blinko.due.ren
3. **AI features** - Require additional configuration (OpenAI API key, etc.) 3. **AI features** - Require additional configuration (OpenAI API key, etc.)
4. **File uploads** - 50MB limit configured in NGINX 4. **File uploads** - 50MB limit configured in NGINX
## Development Rules
- **No AI mentions in commits** - Never mention Claude or AI assistants in git commit messages
## Upstream Resources ## Upstream Resources
- GitHub: https://github.com/blinkospace/blinko - GitHub: https://github.com/blinkospace/blinko