@minecraft-docker/mcctl 2.15.1 → 2.15.2
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/CHANGELOG.md +10 -0
- package/README.md +4 -0
- package/package.json +3 -3
package/CHANGELOG.md
CHANGED
|
@@ -5,6 +5,16 @@ All notable changes to this project will be documented in this file.
|
|
|
5
5
|
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
|
|
6
6
|
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
|
|
7
7
|
|
|
8
|
+
## [2.15.2] - 2026-02-22
|
|
9
|
+
|
|
10
|
+
### Changed
|
|
11
|
+
- **Web Console Documentation** - Added server Overview/Mods tab screenshots with detailed descriptions (#409)
|
|
12
|
+
- Server Overview tab screenshot and feature walkthrough
|
|
13
|
+
- Server Mods tab screenshot with mod management UI description
|
|
14
|
+
- **Integrated Setup Guide** - New comprehensive guide for mcctl init to console init flow (#410)
|
|
15
|
+
- Step-by-step installation guide covering mcctl CLI setup through console initialization
|
|
16
|
+
- Bilingual documentation (English/Korean)
|
|
17
|
+
|
|
8
18
|
## [2.15.1] - 2026-02-22
|
|
9
19
|
|
|
10
20
|
### Changed
|
package/README.md
CHANGED
|
@@ -77,6 +77,10 @@ mcctl logs myserver
|
|
|
77
77
|
|
|
78
78
|
## Changelog
|
|
79
79
|
|
|
80
|
+
### v2.15.2 (2026-02-22)
|
|
81
|
+
- **docs**: Server Overview/Mods tab screenshots with detailed descriptions (#409)
|
|
82
|
+
- **docs**: Integrated setup guide for mcctl init to console init flow (#410)
|
|
83
|
+
|
|
80
84
|
### v2.15.1 (2026-02-22)
|
|
81
85
|
- **docs**: Comprehensive web console documentation update with screenshots (#407, #408)
|
|
82
86
|
- **fix**: Sync pnpm-lock.yaml with mcctl-api package.json (node-cron)
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@minecraft-docker/mcctl",
|
|
3
|
-
"version": "2.15.
|
|
3
|
+
"version": "2.15.2",
|
|
4
4
|
"description": "CLI tool for managing Docker Minecraft servers with mc-router",
|
|
5
5
|
"type": "module",
|
|
6
6
|
"bin": {
|
|
@@ -55,8 +55,8 @@
|
|
|
55
55
|
],
|
|
56
56
|
"dependencies": {
|
|
57
57
|
"@clack/prompts": "^0.8.0",
|
|
58
|
-
"@minecraft-docker/mod-source-modrinth": "^2.15.
|
|
59
|
-
"@minecraft-docker/shared": "^2.15.
|
|
58
|
+
"@minecraft-docker/mod-source-modrinth": "^2.15.2",
|
|
59
|
+
"@minecraft-docker/shared": "^2.15.2",
|
|
60
60
|
"better-sqlite3": "^12.6.2",
|
|
61
61
|
"commander": "^12.0.0",
|
|
62
62
|
"js-yaml": "^4.1.0",
|