Releases: phuspeed/CoPanel
Release list
CoPanel V1.1.3
Mobile classic responsive + branding wallpaper polish.
Upgrade:
curl -sSL https://raw.githubusercontent.com/phuspeed/CoPanel/main/scripts/install.sh | sudo bash
Hoặc:
cd /opt/copanel && sudo git pull origin main && sudo bash scripts/install.sh
Fixed / Improved
- Classic mobile: module sidebars use collapsible drawer (core modules)
- Terminal snippets panel overlays on mobile (full-width terminal)
- Wallpaper applies immediately after branding save
- App Store featured cards stack on narrow screens
AppStore non-core (update in App Store)
- audio_station 0.3.8
- download_manager 0.2.15
- storage_manager 1.6.2
- cloudflare_ddns 1.0.12
- cloud_sync 1.1.6
CoPanel V1.1.2
Hotfix sau 1.1.1: frontend gửi JWT cho Package Manager / Docker Manager (hết 401 khi đã login).
Upgrade:
curl -sSL https://raw.githubusercontent.com/phuspeed/CoPanel/main/scripts/install.sh | sudo bash
Hoặc tải zip đính kèm và cập nhật trong panel.
Fixed
- Layout polling
/api/package_manager/*thiếu Bearer → 401 - Docker Manager UI thiếu Authorization trên hầu hết API
- UsersPanel
/api/modules+ package list
CoPanel V1.1.1
Install nhanh qua dòng lệnh:
curl -sSL https://raw.githubusercontent.com/phuspeed/CoPanel/main/scripts/install.sh | sudo bash
Changelog
Security
- Global JWT gate for
/api/*— chặn bypass login / gọi API không token (F12 DevTools) require_moduletrên docker, web, database, SSL, firewall, backup, package, appstore- Terminal WebSocket bắt buộc
access_token - SPA xác minh
/api/auth/metrước khi hiện desktop
Other (since 1.1.0)
- Desktop UI / NAS-style layouts, mobile desktop-site toggle
- Auth regression tests
Full notes: CHANGELOG.md
CoPanel V1.1.0
Install nhanh qua dòng lệnh:
curl -sSL https://raw.githubusercontent.com/phuspeed/CoPanel/main/scripts/install.sh | sudo bash
Changelog
Tiếng Việt (tóm tắt)
- Thêm file
VERSIONở root để đồng bộ phiên bản với nhánhmaintrên GitHub. - Kiểm tra cập nhật và nâng cấp trong panel (superadmin): modal, log trực tiếp từ
install.sh, thanh tiến trình, tự tải lại trang khi xong. install.shtự nhận diện phiên bản từ fileVERSION, thư mục cài đặt, hoặc git; banner/tóm tắt cài đặt không còn semver cố định.
All notable changes to CoPanel are documented in this file.
1.1.0 — 2026-05-09
English
Added
- Root
VERSIONfile: single semver source for the panel, compared againstmainon GitHub. backend/core/panel_update.py: compare local install vs remoteVERSION; optional release notes from GitHub Releases API.- Superadmin APIs:
GET /api/platform/panel-update/check,POST /api/platform/panel-update/run(streamsscripts/install.shstdout for in-panel upgrades). - Frontend
Layout: upgrade modal with release notes, progress bar, live installer log, health polling / reload after success. install.sh: resolves displayed version fromVERSION,/opt/copanel/VERSION, or git tags; skips terminalclearwhenCOPANEL_NONINTERACTIVE=1(streamed upgrades).
Changed
main.py: FastAPIversionand/healthread semver from theVERSIONfile (with fallbacks).
Operations
- Self-upgrade expects a standard Linux deployment under
/opt/copanelwithscripts/install.sh(default installer usesUser=rootfor thecopanelservice).