v1.6.1

1Panel-dev/1Panelv1.6.1Sep 16, 2023by wanghe-fit2cloud

AI Summary

A bug fix release addressing recommendation list permissions, website log downloads, database styling, and system upgrade conflicts.

Key Highlights

  • Fixed restricted app installation from recommendation lists.
  • Resolved website log download truncation and MySQL performance adjustment causing restarts.
  • Fixed UI conflicts in dark mode and system upgrade failures.

Full Release Notes

# 一、安装和升级

## 1.1 一键安装

**CentOS/RHEL**

```sh
curl -sSL https://resource.fit2cloud.com/1panel/package/quick_start.sh -o quick_start.sh && sh quick_start.sh
```

**Ubuntu**

```sh
curl -sSL https://resource.fit2cloud.com/1panel/package/quick_start.sh -o quick_start.sh && sudo bash quick_start.sh
```

**Debian**

```sh
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 @zhengkunwang223 in https://github.com/1Panel-dev/1Panel/pull/2295
* 【网站】修复了网站日志下载不是全部记录的问题。 by @zhengkunwang223 in https://github.com/1Panel-dev/1Panel/pull/2313
* 【应用商店】修复了部分场景下恢复应用导致数据库备份文件丢失的问题。 by @ssongliu in https://github.com/1Panel-dev/1Panel/pull/2323
* 【数据库】修复了部分场景下数据库列表页样式错乱的问题。 by @ssongliu in https://github.com/1Panel-dev/1Panel/pull/2296
* 【数据库】修复了调整 MySQL 数据库性能导致服务重启的问题。 by @ssongliu in https://github.com/1Panel-dev/1Panel/pull/2308
* 【容器】修复了容器界面部分提示信息和具体操作不一致的问题。 by @zhengkunwang223 in https://github.com/1Panel-dev/1Panel/pull/2305
* 【主机】修复了部分场景下修改 UFW 防火墙备注信息无效的问题。 by @ssongliu in https://github.com/1Panel-dev/1Panel/pull/2292
* 【系统】修复了暗色模式下导航样式冲突的问题。 by @wangdan-fit2cloud in https://github.com/1Panel-dev/1Panel/pull/2307
* 【系统】修复了由于数据冲突导致系统升级失败的问题。 by @ssongliu in https://github.com/1Panel-dev/1Panel/pull/2306