v1.5.5

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

AI Summary

A maintenance release focusing on firewall management improvements and minor fixes for the command-line tool and UI.

Key Highlights

  • Firewall: Ability to delete 1Panel system port rules.
  • CLI: 1pctl tool now includes permission-related prompts.
  • Overview: Fixed potential anomalies in traffic monitoring data retrieval.

New Features

  • Enhanced firewall rule deletion capabilities
  • Improved user guidance in the 1pctl command-line interface
  • Sidebar menu length consistency fix on collapsed state

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

* 【主机】防火墙支持删除 1Panel 系统端口规则。 by @ssongliu in https://github.com/1Panel-dev/1Panel/pull/2116
* 【系统】1pctl 命令行工具增加权限相关提示信息。 by @ssongliu in https://github.com/1Panel-dev/1Panel/pull/2112

## 2.2 问题修复

* 【概览】修复了进入概览页瞬间获取流量监控数值可能异常的问题。 by @ssongliu in https://github.com/1Panel-dev/1Panel/pull/2142
* 【系统】修复了侧边栏收起状态下菜单长度不一致的问题。 by @ali-pay in https://github.com/1Panel-dev/1Panel/pull/2137