Skip to content

Releases: Gaoyifei1011/PowerToolbox

文件重命名工具 1.4.1117.0

17 Nov 13:45

Choose a tag to compare

文件重命名工具 1.4.1117.0

更新内容

1.更新 Windows 应用 SDK 版本到1.4.3(1.4.231115000)
2.更新 Microsoft.UI.Xaml 版本到2.8.6
3.应用界面微调,更符合 Windows 11 美观
4.修复了一些已知问题

Update Content
1.Update Windows App SDK version to 1.4.3(1.4.231115000)
2.Update Microsoft.UI.Xaml version to 2.8.6
3. The app interface is fine-tuned to better match the aesthetics of Windows 11
4. Fixed some known issues


未来计划

该项目由于功能单一,且大部分功能已全部实现,未来可能会整合到工具箱应用中(暂未有详细的规划)

Future plans

Due to the single function of the project and the fact that most of the functions have been fully implemented, it may be integrated into the toolbox application in the future (There is no detailed planning yet)

注意事项

1.这个版本仍然将提供两个文件。一个是msixbundle安装包,可以直接使用应用安装程序快速安装,另一个压缩包是包含依赖框架库的完整安装包,下载完成后需要解压缩,使用powershell运行install.ps1文件即可快速安装。
2.在使用Powershell安装应用时,您可能会遇到无法运行脚本的错误,导致应用无法正常安装。这是因为计算机上启动 Windows PowerShell 时,执行策略很可能是 Restricted(默认设置)。
Restricted 执行策略不允许任何脚本运行。
AllSigned 和 RemoteSigned 执行策略可防止 Windows PowerShell 运行没有数字签名的脚本。
可以使用以下命令在不更改执行策略时运行脚本(需要管理员权限)

powershell -ExecutionPolicy ByPass -File "Install.ps1"

Notes
1.This version will still provide two files. One is the msixbundle installation package, which can be quickly installed directly using the application installer, and the other compressed package is a complete installation package containing dependent framework libraries, which needs to be unzipped after the download is completed, and the install.ps1 file can be quickly installed by running the install.ps1 file using PowerShell.
2. When installing an app using Powershell, you may encounter an error that the script cannot be run, causing the app to not install normally. This is because when Windows PowerShell is started on a computer, the execution policy is most likely to be Restricted (the default setting).
The Restricted execution policy does not allow any scripts to run.
The AllSigned and RemoteSigned execution policies prevent Windows PowerShell from running scripts that are not digitally signed.
You can use the following command to run the script without changing the execution policy (administrator privileges required).

powershell -ExecutionPolicy ByPass -File "Install.ps1"

文件重命名工具 1.3.1011.0

11 Oct 13:12

Choose a tag to compare

文件重命名工具 1.3.1011.0

新功能

1.更新 Windows 应用 SDK 版本到1.4.2(1.4.231008000)
2.重新自定义了标题栏区域(使用 Windows 应用 SDK,仅限打包应用)
3.移除了Newtonsoft.Json,进一步压缩应用体积大小
4.修复了键盘按键时的问题,Enter 键预览修改后的内容,Ctrl + Enter 组合键修改内容
5.修复了一些已知bug

New features
1.Update Windows App SDK version to 1.4.2(1.4.231008000)
2. Recustomized the title bar area (using Windows App SDK, packaged apps only)
3. Removed Newtonsoft.json to further compress the application volume
4. Fixed the problem when keyboard keys, Enter key preview modified content, Ctrl + Enter key combination to modify content
5. Fixed some known bugs


未来计划

该项目由于功能单一,且大部分功能已全部实现,未来可能会整合到工具箱应用中(暂未有详细的规划)

Future plans

Due to the single function of the project and the fact that most of the functions have been fully implemented, it may be integrated into the toolbox application in the future (There is no detailed planning yet)

注意事项

这个版本将提供三个文件
一是msixbundle安装包,可以直接使用应用安装程序快速安装。
二是一个压缩包,该压缩包是包含依赖框架库的完整安装包,下载完成后需要解压缩,使用powershell运行install.ps1文件即可快速安装。
三是一个压缩包,名称带有unpackaged标识,表示该程序是未打包程序,解压后即可运行。

Notes
This release will provide three files
One is the msixbundle installation package, which can be quickly installed directly using the application installer.
The second is a compressed package, which is a complete installation package containing the dependent framework library. After downloading, you need to decompress it. You can quickly install it by running the install.ps1 file using powershell.
The third is a compressed package with the name of unpackaged, which means that the program is unpackaged and can be run after being decompressed.

文件重命名工具 1.2.1002.0

02 Oct 13:07

Choose a tag to compare

文件重命名工具 1.2.1002.0

新功能

1.添加了桌面右键菜单支持(仅限打包应用)
2.修复了一些其他bug

New features

  1. Added desktop right-click menu support (packaged apps only)
  2. Fixed some other bugs

未来计划

该项目由于功能单一,且大部分功能已全部实现,未来可能会整合到工具箱应用中(暂未有详细的规划)

Future plans

Due to the single function of the project and the fact that most of the functions have been fully implemented, it may be integrated into the toolbox application in the future (There is no detailed planning yet)

注意事项

这个版本将提供三个文件
一是msixbundle安装包,可以直接使用应用安装程序快速安装。
二是一个压缩包,该压缩包是包含依赖框架库的完整安装包,下载完成后需要解压缩,使用powershell运行install.ps1文件即可快速安装。
三是一个压缩包,名称带有unpackaged标识,表示该程序是未打包程序,解压后即可运行。

Notes
This release will provide three files
One is the msixbundle installation package, which can be quickly installed directly using the application installer.
The second is a compressed package, which is a complete installation package containing the dependent framework library. After downloading, you need to decompress it. You can quickly install it by running the install.ps1 file using powershell.
The third is a compressed package with the name of unpackaged, which means that the program is unpackaged and can be run after being decompressed.

文件重命名工具 1.1.905.0

05 Sep 01:51

Choose a tag to compare

文件重命名工具 1.1.905.0

新功能

1.添加了固定到任务栏支持
2.修复了未打包应用不能直接调试运行的问题
3.添加了文件签名

New features

  1. Added pinned to taskbar support
  2. The debugging and running of repair not packaged applications can't directly
  3. Add the signature file

注意事项

这个版本将提供三个文件
一是msixbundle安装包,可以直接使用应用安装程序快速安装。
二是一个压缩包,该压缩包是包含依赖框架库的完整安装包,下载完成后需要解压缩,使用powershell运行install.ps1文件即可快速安装。
三是一个压缩包,名称带有unpackaged标识,表示该程序是未打包程序,解压后即可运行。

Notes
This release will provide three files
One is the msixbundle installation package, which can be quickly installed directly using the application installer.
The second is a compressed package, which is a complete installation package containing the dependent framework library. After downloading, you need to decompress it. You can quickly install it by running the install.ps1 file using powershell.
The third is a compressed package with the name of unpackaged, which means that the program is unpackaged and can be run after being decompressed.

文件重命名工具 1.0.729.0 第一个正式版本

29 Jul 03:17

Choose a tag to compare

文件重命名工具 1.0.729.0

第一个正式版本已经对外正式发布

新功能

1.批量修改文件的名称
2.批量修改文件的扩展名称
3.批量修改文件的大写小写名称
4.批量修改文件的属性

New features
1.Batch change file names
2.Batch change file extension names
3.Batch change the upper and lower case names of files
4.Modify the properties of files in batches


注意事项

从该版本开始,版本的命名方式发生改变,修改为(主版本号.次版本号.编译日期.修订版本号)。
这个版本将提供三个文件
一是msixbundle安装包,可以直接使用应用安装程序快速安装。
二是一个压缩包,该压缩包是包含依赖框架库的完整安装包,下载完成后需要解压缩,使用powershell运行install.ps1文件即可快速安装。
三是一个压缩包,名称带有unpackaged标识,表示该程序是未打包程序,解压后即可运行。

Notes
Starting with this release, the naming of the version has been changed to (major version number. Minor version number. Compile date. revision number).
This release will provide three files
One is the msixbundle installation package, which can be quickly installed directly using the application installer.
The second is a compressed package, which is a complete installation package containing the dependent framework library. After downloading, you need to decompress it. You can quickly install it by running the install.ps1 file using powershell.
The third is a compressed package with the name of unpackaged, which means that the program is unpackaged and can be run after being decompressed.