Compare commits
1 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
| de7c60dd0a |
+19
-1
@@ -3,6 +3,24 @@
|
||||
All notable changes to MokoGitea are documented here. Versions follow the format
|
||||
`v{upstream}-moko.{major}.{minor}` (e.g. `v1.26.1-moko.06.03`).
|
||||
|
||||
## [v1.26.1-moko.06.12] - 2026-06-07
|
||||
|
||||
* FEATURES
|
||||
* feat(security): dependency vulnerability scanner - parses go.mod, package.json, composer.json, requirements.txt and checks against OSV.dev API (#551)
|
||||
* feat(cdn): built-in CDN for release asset delivery via cdn.mokoconsulting.tech with per-asset public/private toggles (#561)
|
||||
* feat(cdn): IP/CIDR and referrer domain allowlists for CDN abuse prevention
|
||||
* feat(cdn): releases in update streams excluded from CDN (update server takes precedence)
|
||||
|
||||
* FIXES
|
||||
* fix(licensing): hide "Require license key" option for Joomla update servers (Joomla limitation)
|
||||
* fix(settings): remove duplicate description from manifest page (#559)
|
||||
|
||||
* INFRASTRUCTURE
|
||||
* chore: rename moko-platform to mokoplatform across codebase (#548)
|
||||
* CDN CNAME: cdn.mokoconsulting.tech with auto-TLS via Let's Encrypt
|
||||
* Nginx reverse proxy for CDN hostname on production server
|
||||
* DreamHost MCP server path and API key configured
|
||||
|
||||
## [v1.26.1-moko.06.10] - 2026-06-06
|
||||
|
||||
* FEATURES
|
||||
@@ -38,7 +56,7 @@ All notable changes to MokoGitea are documented here. Versions follow the format
|
||||
|
||||
* INFRASTRUCTURE
|
||||
* npm: @mokoconsulting/mokogitea-mcp@1.1.0 and @mokoconsulting/mokowaas-mcp@1.0.0
|
||||
* MCP servers consolidated under moko-platform/mcp/servers/
|
||||
* MCP servers consolidated under mokoplatform/mcp/servers/
|
||||
* Remote MCP repos renamed to hyphens
|
||||
* Wiki restructured into features/, api/, operations/ folders
|
||||
* Swagger API docs enabled at /api/swagger
|
||||
|
||||
@@ -18,7 +18,7 @@ Custom Gitea fork with Project Board API
|
||||
|
||||
---
|
||||
|
||||
**Category:** Infrastructure | **Platform:** [moko-platform wiki](https://code.mokoconsulting.tech/MokoConsulting/moko-platform/wiki)
|
||||
**Category:** Infrastructure | **Platform:** [MokoPlatform wiki](https://code.mokoconsulting.tech/MokoConsulting/MokoPlatform/wiki)
|
||||
|
||||
---
|
||||
|
||||
@@ -40,4 +40,4 @@ This project is licensed under the GNU General Public License v3.0 or later -- s
|
||||
|
||||
---
|
||||
|
||||
*[Moko Consulting](https://mokoconsulting.tech) -- [MokoStandards](https://code.mokoconsulting.tech/MokoConsulting/moko-platform/wiki/Home)*
|
||||
*[Moko Consulting](https://mokoconsulting.tech) -- [MokoStandards](https://code.mokoconsulting.tech/MokoConsulting/MokoPlatform/wiki/Home)*
|
||||
|
||||
@@ -2734,7 +2734,7 @@
|
||||
"repo.settings.support_url_help": "Shown when downloads are gated. Can point to your wiki, product page, or external support site.",
|
||||
"repo.settings.custom_fields": "Custom Fields",
|
||||
"repo.settings.manifest": "Manifest",
|
||||
"repo.settings.manifest_desc": "Project identity, governance, and build settings from the moko-platform manifest. These are accessible via API for Actions workflows and the moko-platform CLI.",
|
||||
"repo.settings.manifest_desc": "Project identity, governance, and build settings from the MokoPlatform manifest. These are accessible via API for Actions workflows and the MokoPlatform CLI.",
|
||||
"repo.settings.manifest_identity": "Identity",
|
||||
"repo.settings.manifest_name": "Project Name",
|
||||
"repo.settings.manifest_org": "Organization",
|
||||
|
||||
Reference in New Issue
Block a user