v1.5.1

1Panel-dev/1Panelv1.5.1Aug 14, 2023by wanghe-fit2cloud

AI Summary

Enhances database connectivity testing and container management usability with connection testing for remote databases and improved terminal handling.

Key Highlights

  • Database: Added connection testing for remote MySQL and support for domain names in addresses.
  • Container: Terminal disconnect button now keeps the page open.
  • Database: Added copy button and tooltip for long connection addresses.

New Features

  • Remote MySQL connection testing
  • Domain name support for remote database addresses
  • Copy button for database connection info
  • Container terminal disconnect behavior improvement
  • Daemon process list operation column added

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 功能优化

* 【数据库】MySQL 远程数据库增加连接性测试。 by @ssongliu in https://github.com/1Panel-dev/1Panel/pull/1928
* 【数据库】MySQL 远程数据库地址支持输入域名。 by @ssongliu in https://github.com/1Panel-dev/1Panel/pull/1909
* 【数据库】连接信息页面增加复制按钮以及连接地址内容超长时悬浮显示。 by @ssongliu in https://github.com/1Panel-dev/1Panel/pull/1935
* 【容器】容器创建页面启动命令提示信息优化。 by @ssongliu in https://github.com/1Panel-dev/1Panel/pull/1917
* 【容器】容器终端点击断开按钮后保持页面打开状态。 by @ssongliu in https://github.com/1Panel-dev/1Panel/pull/1926
* 【容器】容器清理提示信息优化。 by @ssongliu in https://github.com/1Panel-dev/1Panel/pull/1927
* 【主机】守护进程列表增加操作列。 by @zhengkunwang223 in https://github.com/1Panel-dev/1Panel/pull/1919

## 2.2 问题修复

* 【应用商店】修复了应用升级时由于 docker 镜像拉取失败导致应用服务异常的问题。 by @zhengkunwang223 in https://github.com/1Panel-dev/1Panel/pull/1921
* 【主机】修复了防火墙页面修改分页条数后偶发的数据丢失问题。 by @ssongliu in https://github.com/1Panel-dev/1Panel/pull/1911