Thanks to visit codestin.com
Credit goes to GitHub.com

Skip to content

Releases: Ketbome/minepanel

Minepanel v1.7.3

18 Jan 17:21
cd8b46e

Choose a tag to compare

🐳 Docker Images

docker pull ketbom/minepanel:1.7.3
docker pull ketbom/minepanel:latest

Platforms: linux/amd64, linux/arm64

What's Changed

🔧 Configuration

🏠 Other Changes

  • chore: remove ESLint configuration and update dependencies by @Ketbome in #72
  • fix(docker): use list format for labels to avoid escaping issues by @Ketbome in #73

Full Changelog: v1.7.1...v1.7.3

Minepanel v1.7.1

15 Jan 01:57
e802844

Choose a tag to compare

Changes desde v1.7.0

  • Merge pull request #42 from Ketbome/feature/commands-improvements (e802844)
  • chore(release): bump version to 1.7.1 and update build command in Dockerfile (7518bed)
  • perf(backend): optimize docker stats with single command (12554b5)

What's Changed

Full Changelog: v1.7.0...v1.7.1

Minepanel v1.7.0

15 Jan 00:12
4450cd5

Choose a tag to compare

Changes desde v1.6.10

  • Merge pull request #41 from Ketbome/feat/dashboard-improvements (4450cd5)
  • feat(docs): update README and feature documentation to include cloud backup support and multi-language options (0c98095)
  • chore(docs): update documentation files and regenerate static assets (6be9bd8)
  • feat(translations): add server template descriptions and creation methods in multiple languages (3a7a116)
  • feat(player-management): implement player management features including online players, whitelist, ops, and banned players retrieval (ed6e21d)
  • refactor(SystemAlerts): remove outdated comment regarding usage threshold (4caa478)
  • feat(resources): use server-configured limits for CPU and RAM thresholds (6754147)
  • feat(sidebar): sync server status changes with global store (e0fa9bb)
  • chore(release): bump version to 1.7.0 (35b869b)
  • feat(sidebar): add global servers store for real-time sync (1fcd9e5)
  • fix(alerts): remove server-down alerts and adjust CPU thresholds for multi-core (6b34421)
  • chore(release): bump version to 1.6.11 (be116a9)
  • refactor(ServerQuickView): clean up code formatting and remove unnecessary whitespace (d02cd33)
  • feat(dashboard): add visual alerts for server down and high resource usage (3a1c828)
  • feat(dashboard): add ServerQuickView component with real-time resources (2ff8f3b)
  • feat(api): add batch endpoint to get all servers resources (b962da1)

What's Changed

Full Changelog: v1.6.10...v1.7.0

Minepanel v1.6.10

06 Jan 14:52
19961c8

Choose a tag to compare

Changes desde v1.6.9

  • Merge pull request #39 from Ketbome/fix/public-ip-detection (19961c8)
  • chore(release): bump version to 1.6.10 (64107e5)
  • chore: update documentation and assets for improved clarity and functionality (da3340f)
  • refactor(network.service): remove unnecessary whitespace for cleaner code (583a83f)
  • docs: add HOST_PUBLIC_IP documentation (e3bbc64)
  • chore: add HOST_PUBLIC_IP to environment configuration (f805dd7)
  • feat(frontend): use HOST_PUBLIC_IP from backend when available (226eca1)
  • feat(backend): add HOST_PUBLIC_IP environment variable support (18edc1a)

What's Changed

Full Changelog: v1.6.9...v1.6.10

Minepanel v1.6.9

31 Dec 04:13
a804380

Choose a tag to compare

Changes desde v1.6.8

  • Merge pull request #36 from Ketbome/feature/file-upload-progress (a804380)
  • refactor(FileBrowser): remove commented code and improve clarity in DropZone and FileBrowser components (cb0c3d2)
  • feat(ui): add shadcn Progress component (f00b4a9)
  • chore(release): bump version to 1.6.9 (b6ac187)
  • refactor(FileBrowser): clean up code formatting and improve readability of uploadBatch function (051d86b)
  • feat(upload): add adaptive batch size and auto-retry on failure (c028546)
  • feat(ui): add upload speed (MB/s) and ETA display (a5d4032)
  • feat(upload): batch uploads in chunks of 10 files to prevent timeout (4a49a6e)
  • feat(i18n): add upload progress translations for en, es, de, nl (df957fd)
  • feat(ui): integrate upload progress with cancel support in FileBrowser (8fb7e02)
  • feat(ui): add UploadProgress component with progress bar and file list (998d44c)
  • feat(files): add upload progress support with onUploadProgress callback (95189a9)

What's Changed

Full Changelog: v1.6.8...v1.6.9

Minepanel v1.6.8

31 Dec 01:08
875aa3b

Choose a tag to compare

Changes desde v1.6.7

  • Merge pull request #35 from Ketbome/feature/curseforge-files-support (875aa3b)
  • chore(release): bump version to 1.6.8 (f38ddd0)
  • refactor(tabs): reorganize ModsTab layout and update CurseForge fields for better clarity and functionality (d1f5404)
  • fix(download): use direct download with token query param for large files (f96aca0)
  • feat(ui): add CurseForge Files and API Key fields for FORGE and FABRIC (fe2fa86)
  • feat(docker): add CURSEFORGE_FILES support for FORGE, FABRIC, QUILT (36d5eb2)
  • fix(backend): add file existence check and error handling for downloads; improve frontend download logic (e2253b7)

What's Changed

Full Changelog: v1.6.7...v1.6.8

Minepanel v1.6.7

30 Dec 12:39
d294b65

Choose a tag to compare

Changes desde v1.6.6

  • Merge pull request #33 from Ketbome/fix/language-fallback-and-german (d294b65)
  • chore(release): bump version to 1.6.7 (e1eff40)
  • chore(release): Add German language support (a738c60)
  • fix(frontend): validate environment language and fallback to default (d145cc6)
  • Update VitePress documentation and assets, including new HTML files, JSON mappings, and JavaScript chunks for various diagrams and features. (09a524c)
  • docs(networking): recommend docker-compose.example.yml for subdirectory routing (3b70cc4)
  • Merge branch 'feature/subdirectory-routing' (270a7d4)
  • Update documentation and assets for VitePress, including new and modified HTML files, JSON mappings, and JavaScript chunks for various features and diagrams. (091e3f7)
  • fix(frontend): use build-time arg for NEXT_PUBLIC_BASE_PATH (35150fe)

What's Changed

Full Changelog: v1.6.6...v1.6.7

Minepanel v1.6.6

26 Dec 22:17
032288a

Choose a tag to compare

Changes desde v1.6.5

  • Merge pull request #31 from Ketbome/feature/subdirectory-routing (032288a)
  • chore(release): bump version to 1.6.6 (857d5fe)
  • docs(networking): improve formatting and clarity in networking documentation (e8fe5c5)
  • docs: add subdirectory routing documentation (a4e5cb1)
  • chore(docker): add comments for BASE_PATH support in docker-compose files (b34b3bd)
  • feat(backend): add BASE_PATH support for subdirectory routing (02e2231)
  • feat(frontend): add BASE_PATH support for subdirectory routing (0f1bf1b)
  • Update documentation and assets for VitePress deployment (50f29fd)

What's Changed

Full Changelog: v1.6.5...v1.6.6

Minepanel v1.6.5

21 Dec 17:28

Choose a tag to compare

🎮 Minepanel v1.6.5

🐳 Docker Images

Docker images are available for multiple architectures (amd64, arm64):

Full Stack (Recommended):

docker pull ketbom/minepanel:1.6.5
docker pull ketbom/minepanel:latest

Backend Only:

docker pull ketbom/minepanel-backend:1.6.5
docker pull ketbom/minepanel-backend:latest

Frontend Only:

docker pull ketbom/minepanel-frontend:1.6.5
docker pull ketbom/minepanel-frontend:latest

🚀 Quick Start

docker run -d \
  -p 3000:3000 \
  -p 8080:8080 \
  --name minepanel \
  ketbom/minepanel:1.6.5

📦 What's Included

  • Multi-language support (English, Spanish, Dutch)
  • Easy server connection management
  • Real-time server monitoring
  • Modern and responsive UI
  • Multi-architecture support (amd64, arm64)

🔗 Links

Minepanel v1.6.4

17 Dec 20:11
68ba45c

Choose a tag to compare

Changes desde v1.6.3

  • Merge pull request #28 from Ketbome/feat/file-upload-folders (68ba45c)
  • refactor(DropZone): simplify loop for file entries detection (2305556)
  • feat(files): support folder drag & drop in DropZone (79d49b6)
  • chore(frontend): remove electron dependencies (b4ef40a)
  • chore: bump version to 1.6.4 in config.json (1e5b127)
  • feat(files): add multiple files and folder upload support (c9b0057)
  • docs: add detailed VitePress documentation for AGENTS, including writing style guidelines and when to update documentation (a61bfd9)
  • docs: restructure AGENTS.md for clarity, add separate backend and frontend documentation, and update project overview and conventions (84fd1c4)
  • docs: update index and configuration files with new site details, add sitemap and robots.txt for improved SEO (1b97521)
  • docs: update roadmap to reflect recent changes and remove completed features (2e65b6d)
  • docs: add comprehensive AGENTS.md for Minepanel project overview, directory structure, build commands, and guidelines (5e81bd4)
  • feat: update Discord service to include detailed event descriptions and emojis in notifications (2757acd)
  • feat: add random title generation for server events in Discord notifications (6431484)

What's Changed

Full Changelog: v1.6.3...v1.6.4