v1.10.26-lts

1Panel-dev/1Panelv1.10.26-ltsFeb 26, 2025by wanghe-fit2cloud

AI Summary

This release adds FreeMyIP DNS support, expands GPU monitoring to CUDA 11, and improves API whitelist functionality by adding IPv6 support.

Key Highlights

  • Added support for FreeMyIP DNS provider.
  • GPU monitoring now supports CUDA version 11.
  • API interface IP whitelist now supports IPv6.
  • Improved model list page layout and log tracking behavior.

New Features

  • DNS account support for FreeMyIP
  • GPU monitoring support for CUDA 11

Full Release Notes

## 🚀 Quick Start

Execute the script below and follow the prompts to install 1Panel:

```bash
curl -sSL https://resource.1panel.pro/quick_start.sh -o quick_start.sh && bash quick_start.sh
```

Please refer to our [documentation](https://docs.1panel.pro/quick_start/) for more details.

## ✨ New Features

* DNS account supports FreeMyIP. by @plu in https://github.com/1Panel-dev/1Panel/pull/7958

## ⚙️ Enhancements

* GPU monitoring supports CUDA version 11. by @ssongliu in https://github.com/1Panel-dev/1Panel/pull/7988  
* Optimized the display layout of the model list page in English mode. by @ssongliu in https://github.com/1Panel-dev/1Panel/pull/7946  
* Added support for forcibly deleting port forwarding rules. by @ssongliu in https://github.com/1Panel-dev/1Panel/pull/7975  
* API interface IP whitelist now supports IPv6. by @lan-yonghui in https://github.com/1Panel-dev/1Panel/pull/7981  
* Optimized some Traditional Chinese translations. by @david082321 in https://github.com/1Panel-dev/1Panel/pull/7966  
* When viewing logs, canceling tracking will default to the last line. by @igophper in https://github.com/1Panel-dev/1Panel/pull/7960

## 🛠️ Bug Fixes

* Fixed the issue where the “Temporarily Unavailable” page appeared when refreshing the homepage in certain scenarios. by @zhengkunwang223 in https://github.com/1Panel-dev/1Panel/pull/7974
* Fixed the issue where the AI proxy enhancement feature encountered certificate parsing errors in certain scenarios. by @zhengkunwang223 in https://github.com/1Panel-dev/1Panel/pull/7983
* Fixed the issue where models in abnormal status could not be deleted. by @ssongliu in https://github.com/1Panel-dev/1Panel/pull/7950
* Fixed the issue where SSL certificates were not correctly reflected when editing the AI proxy enhancement feature. by @zhengkunwang223 in https://github.com/1Panel-dev/1Panel/pull/7953
* Fixed the issue where data loading errors occurred when editing containers. by @ssongliu in https://github.com/1Panel-dev/1Panel/pull/7945