v1.2.1
版本发布时间: 2023-05-10 18:21:15
1Panel-dev/1Panel最新发布版本:v1.10.21-lts(2024-11-20 13:48:10)
一、安装和升级
1.1 一键安装
CentOS/RHEL
curl -sSL https://resource.fit2cloud.com/1panel/package/quick_start.sh -o quick_start.sh && sh quick_start.sh
Ubuntu
curl -sSL https://resource.fit2cloud.com/1panel/package/quick_start.sh -o quick_start.sh && sudo bash quick_start.sh
Debian
curl -sSL https://resource.fit2cloud.com/1panel/package/quick_start.sh -o quick_start.sh && bash quick_start.sh
1.2 在线升级
登录 1Panel Web 控制台,在页面右下角点击 【检查更新】 进行在线升级。
更多信息请查阅在线文档:https://1panel.cn/docs/
二、更新日志
2.1 功能优化
- 暗色模式下部分页面样式优化。 by @wangdan-fit2cloud in https://github.com/1Panel-dev/1Panel/pull/953
- maccms 伪静态配置文件优化。 by @FoXiMao in https://github.com/1Panel-dev/1Panel/pull/948
- 应用商店更新应用列表修改为异步操作。 by @zhengkunwang223 in https://github.com/1Panel-dev/1Panel/pull/956
- 应用商店已安装应用列表中限制 PHP 应用升级。 by @zhengkunwang223 in https://github.com/1Panel-dev/1Panel/pull/981
- 右侧抽屉页面增加对象名称显示。 by @ssongliu in https://github.com/1Panel-dev/1Panel/pull/982
- MinIO 升级至最新稳定版本。 by @wanghe-fit2cloud in https://github.com/1Panel-dev/appstore/pull/85
2.2 问题修复
- 修复了文件列表总条数显示错误的问题。 by @zhengkunwang223 in https://github.com/1Panel-dev/1Panel/pull/952
- 修复了登录情况下用户输入任意路由跳转到安全入口的问题。 by @ssongliu in https://github.com/1Panel-dev/1Panel/pull/954
- 修复了登录页面验证码加载失败的问题。 by @ssongliu in https://github.com/1Panel-dev/1Panel/pull/970
- 修复了概览页流量监控数据出现负值的问题。 by @ssongliu in https://github.com/1Panel-dev/1Panel/pull/971
- 修复了本地备份账号更新失败的问题。 by @ssongliu in https://github.com/1Panel-dev/1Panel/pull/977
- 修复了运行环境版本与已安装应用版本不一致的问题。 by @zhengkunwang223 in https://github.com/1Panel-dev/1Panel/pull/980
- 修复了部分单核系统容器 CPU 监控数据读取错误的问题。 by @ssongliu in https://github.com/1Panel-dev/1Panel/pull/984
- 修复了密码过期后重定向到登录页的问题。 by @ssongliu in https://github.com/1Panel-dev/1Panel/pull/990