@minecraft-docker/mcctl 1.6.9 → 1.6.11
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 +147 -0
- package/package.json +4 -3
package/CHANGELOG.md
ADDED
|
@@ -0,0 +1,147 @@
|
|
|
1
|
+
# Changelog
|
|
2
|
+
|
|
3
|
+
All notable changes to this project will be documented in this file.
|
|
4
|
+
|
|
5
|
+
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
|
|
6
|
+
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
|
|
7
|
+
|
|
8
|
+
## [1.6.11] - 2026-01-31
|
|
9
|
+
|
|
10
|
+
### Fixed
|
|
11
|
+
- Include CHANGELOG.md in npm package for proper changelog display on npmjs.com
|
|
12
|
+
|
|
13
|
+
## [1.6.10] - 2026-01-30
|
|
14
|
+
|
|
15
|
+
### Added
|
|
16
|
+
- System Requirements section in README.md
|
|
17
|
+
- Admin Service (Web Console + REST API) in Features list
|
|
18
|
+
- AI Assistant link for user support
|
|
19
|
+
- CHANGELOG.md with version history
|
|
20
|
+
|
|
21
|
+
### Changed
|
|
22
|
+
- Reorganized README.md Documentation section with Read the Docs links
|
|
23
|
+
- Updated External Links to include project-specific resources
|
|
24
|
+
|
|
25
|
+
### Fixed
|
|
26
|
+
- Broken documentation links in README.md
|
|
27
|
+
|
|
28
|
+
## [1.6.9] - 2026-01-30
|
|
29
|
+
|
|
30
|
+
### Fixed
|
|
31
|
+
- Fix template file naming for npm compatibility (`.gitignore` → `gitignore.template`)
|
|
32
|
+
- Fix `-v` flag conflict with `--version` in CLI argument parsing
|
|
33
|
+
|
|
34
|
+
### Changed
|
|
35
|
+
- Sync shared package version for release consistency
|
|
36
|
+
|
|
37
|
+
## [1.6.8] - 2026-01-30
|
|
38
|
+
|
|
39
|
+
### Fixed
|
|
40
|
+
- Add missing template files to npm package distribution
|
|
41
|
+
- Include `templates/` directory in package.json files array
|
|
42
|
+
|
|
43
|
+
## [1.6.7] - 2026-01-29
|
|
44
|
+
|
|
45
|
+
### Added
|
|
46
|
+
- Version update check with 24-hour cache (#160, #161)
|
|
47
|
+
- Display notification when newer version available on npm
|
|
48
|
+
|
|
49
|
+
## [1.6.6] - 2026-01-29
|
|
50
|
+
|
|
51
|
+
### Fixed
|
|
52
|
+
- Correct system architecture diagram in documentation
|
|
53
|
+
- Convert ASCII diagrams to Mermaid for proper rendering
|
|
54
|
+
|
|
55
|
+
### Changed
|
|
56
|
+
- Rename NotebookLM to AI Assistant chatbot
|
|
57
|
+
- Simplify mcctl-api Internal Architecture diagram
|
|
58
|
+
|
|
59
|
+
## [1.6.5] - 2026-01-28
|
|
60
|
+
|
|
61
|
+
### Added
|
|
62
|
+
- REST API reference documentation
|
|
63
|
+
- AI Assistant help section to homepage
|
|
64
|
+
- NotebookLM AI Assistant link to navigation
|
|
65
|
+
|
|
66
|
+
### Fixed
|
|
67
|
+
- Remove mcctl-console from E2E tests (not yet implemented)
|
|
68
|
+
|
|
69
|
+
## [1.6.4] - 2026-01-27
|
|
70
|
+
|
|
71
|
+
### Fixed
|
|
72
|
+
- Skip already published npm packages in release workflow
|
|
73
|
+
- Add mod-source-modrinth package to release workflow (#158, #159)
|
|
74
|
+
|
|
75
|
+
## [1.6.3] - 2026-01-27
|
|
76
|
+
|
|
77
|
+
### Added
|
|
78
|
+
- Comprehensive LLM knowledge base update for ChatGPT integration
|
|
79
|
+
|
|
80
|
+
### Fixed
|
|
81
|
+
- World new command to create directory and .meta file correctly
|
|
82
|
+
|
|
83
|
+
## [1.6.2] - 2026-01-26
|
|
84
|
+
|
|
85
|
+
### Added
|
|
86
|
+
- API documentation with implementation status and SSE streaming
|
|
87
|
+
- Admin service documentation for native PM2 services (#142, #153)
|
|
88
|
+
- E2E tests using PM2 instead of Docker (#141, #152)
|
|
89
|
+
- Console init for native PM2 execution (#137, #151)
|
|
90
|
+
- PM2 service management types (#135, #144)
|
|
91
|
+
- PM2 ecosystem template (#139, #143)
|
|
92
|
+
- Console remove command
|
|
93
|
+
- Port configuration to console init
|
|
94
|
+
|
|
95
|
+
### Changed
|
|
96
|
+
- Optimize console for native PM2 execution (#140, #150)
|
|
97
|
+
- Remove Docker configs from API and Console (#147, #148, #149)
|
|
98
|
+
- Remove Docker dependencies from API for native execution (#138, #145)
|
|
99
|
+
- Migrate console service commands to PM2 (#146)
|
|
100
|
+
|
|
101
|
+
### Fixed
|
|
102
|
+
- Auto-build Docker images from source when missing
|
|
103
|
+
|
|
104
|
+
## [1.6.1] - 2026-01-25
|
|
105
|
+
|
|
106
|
+
### Changed
|
|
107
|
+
- Major refactoring for PM2 native service execution
|
|
108
|
+
- Remove Docker dependency for Admin Service
|
|
109
|
+
|
|
110
|
+
## [1.6.0] - 2026-01-24
|
|
111
|
+
|
|
112
|
+
### Added
|
|
113
|
+
- Admin Service: REST API (mcctl-api) + Web Console (mcctl-console)
|
|
114
|
+
- `mcctl console` commands for admin service management
|
|
115
|
+
- User management with role-based access
|
|
116
|
+
- API key authentication support
|
|
117
|
+
|
|
118
|
+
### Changed
|
|
119
|
+
- Deprecated `mcctl admin` commands (use `mcctl console` instead)
|
|
120
|
+
|
|
121
|
+
## [1.5.0] - 2026-01-20
|
|
122
|
+
|
|
123
|
+
### Added
|
|
124
|
+
- Mod management commands (`mcctl mod search/add/remove/list/sources`)
|
|
125
|
+
- Modrinth, CurseForge, Spiget, and direct URL mod sources
|
|
126
|
+
- Server backup/restore commands (`mcctl server-backup`, `mcctl server-restore`)
|
|
127
|
+
|
|
128
|
+
## [1.4.0] - 2026-01-15
|
|
129
|
+
|
|
130
|
+
### Added
|
|
131
|
+
- Player management commands (whitelist, ban, op, kick)
|
|
132
|
+
- World management improvements with `.meta` file support
|
|
133
|
+
- Interactive world selection in `mcctl create`
|
|
134
|
+
|
|
135
|
+
## [1.3.0] - 2026-01-10
|
|
136
|
+
|
|
137
|
+
### Added
|
|
138
|
+
- nip.io magic DNS support for hostname routing
|
|
139
|
+
- VPN mesh network support (Tailscale, ZeroTier)
|
|
140
|
+
- Migration script for existing servers to nip.io
|
|
141
|
+
|
|
142
|
+
### Changed
|
|
143
|
+
- Dual hostname generation: `.local` and `.nip.io`
|
|
144
|
+
|
|
145
|
+
---
|
|
146
|
+
|
|
147
|
+
For older versions, see [GitHub Releases](https://github.com/smallmiro/minecraft-server-manager/releases).
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@minecraft-docker/mcctl",
|
|
3
|
-
"version": "1.6.
|
|
3
|
+
"version": "1.6.11",
|
|
4
4
|
"description": "CLI tool for managing Docker Minecraft servers with mc-router",
|
|
5
5
|
"type": "module",
|
|
6
6
|
"bin": {
|
|
@@ -10,7 +10,8 @@
|
|
|
10
10
|
"types": "dist/index.d.ts",
|
|
11
11
|
"files": [
|
|
12
12
|
"dist",
|
|
13
|
-
"templates"
|
|
13
|
+
"templates",
|
|
14
|
+
"CHANGELOG.md"
|
|
14
15
|
],
|
|
15
16
|
"publishConfig": {
|
|
16
17
|
"access": "public"
|
|
@@ -50,7 +51,7 @@
|
|
|
50
51
|
"dependencies": {
|
|
51
52
|
"@clack/prompts": "^0.8.0",
|
|
52
53
|
"@minecraft-docker/mod-source-modrinth": "^1.0.0",
|
|
53
|
-
"@minecraft-docker/shared": "^1.6.
|
|
54
|
+
"@minecraft-docker/shared": "^1.6.11",
|
|
54
55
|
"commander": "^12.0.0",
|
|
55
56
|
"js-yaml": "^4.1.0",
|
|
56
57
|
"picocolors": "^1.1.0",
|