diff --git a/README.md b/README.md index f100964..af0be84 100644 --- a/README.md +++ b/README.md @@ -1,5 +1,5 @@ <p width=100px align="center"><img width=40% src="icon/icon.svg"></p> -<h1 align="center">GXDE 内核管理器 1.1.0</h1> +<h1 align="center">GXDE 内核管理器 1.1.1</h1> <hr> <a href='https://gitee.com/GXDE-OS/gxde-kernel-manager/stargazers'><img src='https://gitee.com/GXDE-OS/gxde-kernel-manager/badge/star.svg?theme=dark' alt='star'></img></a> <a href='https://gitee.com/GXDE-OS/gxde-kernel-manager/members'><img src='https://gitee.com/GXDE-OS/gxde-kernel-manager/badge/fork.svg?theme=dark' alt='fork'></img></a> @@ -30,6 +30,13 @@ sudo apt install gxde-kernel-manager ``` ## 更新内容 +### 1.1.1(2024.06.29) +**※1、新增内核详细信息窗口** +**※2、修复在部分机器上安装内核直接提示错误 1 的问题** + +**※1. Add an information window about the Kernel** +**※2. Fix the issue with the installed Kernel causing exit code 1** + ### 1.1.0(2024.05.12) **※1、支持从 apt 源读取内核数据并显示安装** **※2、支持只显示与当前系统相同架构的内核** diff --git a/data/new/en_US.html b/data/new/en_US.html index 675c145..dd74e81 100644 --- a/data/new/en_US.html +++ b/data/new/en_US.html @@ -1,10 +1,6 @@ <h1>What's new?</h1> <pre> -<b>※1. Support getting kernel data from apt database. -※2. Support showing only kernels that are the same as the local system architecture. -※3. Support using aptss to download packages faster. -※4. Show a warning message box when removing all kernels. +<b>※1. Add an information window about the Kernel +※2. Fix the issue with the installed Kernel causing exit code 1 </b> -5. Optimize the effect of the kernels table. -6. Support showing kernel descriptions and versions. </pre> \ No newline at end of file diff --git a/data/new/zh_CN.html b/data/new/zh_CN.html index bffc2eb..64cc1e2 100644 --- a/data/new/zh_CN.html +++ b/data/new/zh_CN.html @@ -1,10 +1,6 @@ <h1>1.1.0 更新内容</h1> <pre> -<b>※1、支持从 apt 源读取内核数据并显示安装 -※2、支持只显示与当前系统相同架构的内核 -※3、下载/更新内核时支持调用 aptss 提升下载速度 -※4、新增卸载所有内核时的窗口警告 +<b>※1、新增内核详细信息窗口 +※2、修复在部分机器上安装内核直接提示错误 1 的问题 </b> -5、优化表格显示效果 -6、支持显示内核描述和版本 </pre> \ No newline at end of file diff --git a/data/version b/data/version index 1cc5f65..8cfbc90 100644 --- a/data/version +++ b/data/version @@ -1 +1 @@ -1.1.0 \ No newline at end of file +1.1.1 \ No newline at end of file