Skip to content

Releases: phuspeed/CoPanel

CoPanel V1.1.3

Choose a tag to compare

@cursor cursor released this 21 Jul 13:25
ae02849

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

Choose a tag to compare

@cursor cursor released this 21 Jul 03:25
2acc82b

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

Choose a tag to compare

@cursor cursor released this 19 Jul 07:05
733dedf

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_module trên docker, web, database, SSL, firewall, backup, package, appstore
  • Terminal WebSocket bắt buộc access_token
  • SPA xác minh /api/auth/me trướ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

Choose a tag to compare

@phuspeed phuspeed released this 09 May 13:30

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ánh main trê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.sh tự nhận diện phiên bản từ file VERSION, 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 VERSION file: single semver source for the panel, compared against main on GitHub.
  • backend/core/panel_update.py: compare local install vs remote VERSION; optional release notes from GitHub Releases API.
  • Superadmin APIs: GET /api/platform/panel-update/check, POST /api/platform/panel-update/run (streams scripts/install.sh stdout 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 from VERSION, /opt/copanel/VERSION, or git tags; skips terminal clear when COPANEL_NONINTERACTIVE=1 (streamed upgrades).

Changed

  • main.py: FastAPI version and /health read semver from the VERSION file (with fallbacks).

Operations

  • Self-upgrade expects a standard Linux deployment under /opt/copanel with scripts/install.sh (default installer uses User=root for the copanel service).