diff --git a/currentVersion.md b/currentVersion.md
index 5924fe0..9ece146 100644
--- a/currentVersion.md
+++ b/currentVersion.md
@@ -1,32 +1,14 @@
-### ✨ Features
-
-- 图床
-  - 现在`sm.ms`图床上传重复图片时,后上传的图片也支持云端删除了
-- 管理
-  - 现在s3图床支持新建存储通
-  - 调整了管理页面的部分布局
-  - 代码高亮样式调整为stackoverflow-light
-- 界面
-  - 现在托盘菜单会根据当前状态显示开启/关闭剪贴板监听,而不是始终显示全部菜单
-  - 现在托盘菜单会根据当前状态显示开启/关闭mini窗口
-  - 现在鼠标悬停于托盘图标时,会显示当前图床和配置名
-  - 移除了设置页面部分不必要的全局通知
-  - 优化了英文下的设置页面布局
-- 性能
-  - 现在启动软件时会自动清空剪贴板图片缓存文件夹
-  - 优化了读取配置的性能表现
-  - 优化了多个页面的加载速度
-  - 升级vue等依赖至最新版本
-
-### 🐛 Bug Fixes
-
-- 修复了从obsidan发送删除请求时,会导致软件闪退的问题
-- 修复了使用`webp`插件时,上传剪贴板图片会导致软件闪退的问题
-- 修复了设置了图片处理操作后,上传URL会报错的问题
-- 修复了设置原始PicGo窗口大小后,重新打开设置界面时窗口大小数值没有更新的问题
-- 修复了主界面菜单加载和点击时反复触发获取图床配置导致的卡顿问题
-- 修复了切换语言时部分下拉框没有更新的问题
-- 修复了部分翻译错误
-- 管理页面
-  - 修复了部分图床的文件夹复制链接错误的问题
-  - 修复了文件浏览页面的css错误
+### ✨ Features
+
+- 新增内置AList上传支持
+- 优化了设置了图片处理操作时的上传进度通知
+- 优化了部分图床的i18n设置
+- 修改内置兰空图床显示名,由`lsky`修改为`兰空图床`
+- core版本现在使用piclist桌面版配置文件时支持设置`configName`参数
+
+### 🐛 Bug Fixes
+
+- 修复了s3图床文件名含有特殊字符时无法删除的问题
+- 修复了特定情况下开启手动重命名后会导致软件闪退的问题
+- 修复了图床设置页面按钮的样式问题
+- 优化了多个图床存在的重复记录错误日志的问题
\ No newline at end of file
diff --git a/currentVersion_en.md b/currentVersion_en.md
index f2560c4..4e4b68b 100644
--- a/currentVersion_en.md
+++ b/currentVersion_en.md
@@ -1,32 +1,14 @@
-### ✨ Features
-
-- PicBed
-  - Now when uploading duplicate images to `sm.ms` image bed, the later uploaded image also supports cloud deletion
-- Management
-  - Now s3 image bed supports creating new storage channels
-  - Adjusted some layouts of the management page
-  - The code highlighting style is adjusted to stackoverflow-light
-- Interface
-  - Now the tray menu will display the open/close clipboard monitoring according to the current status, instead of always displaying all menus
-  - Now the tray menu will display the open/close mini window according to the current status
-  - Now when the mouse hovers over the tray icon, the current image bed and configuration name will be displayed
-  - Removed some unnecessary global notifications on the settings page
-  - Optimized the layout of the settings page in English
-- Performance
-  - Now the software will automatically clear the clipboard image cache folder when starting
-  - Optimized the performance of reading configuration
-  - Optimized the loading speed of multiple pages
-  - Upgrade dependencies such as vue to the latest version
-
-### 🐛 Bug Fixes
-
-- Fix the problem that the software crashes when sending a delete request from obsidan
-- Fix the problem that the software crashes when uploading clipboard images using the `webp` plugin
-- Fix the problem that an error occurs when uploading a URL after setting image processing operations
-- Fix the problem that the window size value is not updated when the original PicGo window size is set and the setting interface is reopened
-- Fix the problem that the main interface menu repeatedly triggers the lag caused by repeatedly triggering the acquisition of the image bed configuration when loading and clicking
-- Fix the problem that some drop-down boxes are not updated when switching languages
-- Fix some translation errors
-- Management page
-  - Fix the problem that the folder copy link of some image beds is incorrect
-  - Fix the css error of the file browsing page
+### ✨ Features
+
+- Add built-in AList upload support
+- Optimize the upload progress notification when image processing operations are set
+- Optimize the i18n settings of some image beds
+- Modify the display name of the built-in Lan Kong image bed from `lsky` to `Lan Kong image bed`
+- The core version now supports setting the `configName` parameter when using the piclist desktop version configuration file
+
+### 🐛 Bug Fixes
+
+- Fix the problem that the s3 image bed cannot be deleted when the file name contains special characters
+- Fix the problem that the software crashes under specific conditions after enabling manual renaming
+- Fix the style problem of the button on the image bed setting page
+- Optimize the problem of repeated recording error logs for multiple image beds