Skip to content
This repository has been archived by the owner on Dec 23, 2022. It is now read-only.

Commit

Permalink
- Update documents.
Browse files Browse the repository at this point in the history
  • Loading branch information
MouriNaruto committed Nov 30, 2018
1 parent 1542681 commit 2607f13
Show file tree
Hide file tree
Showing 3 changed files with 29 additions and 7 deletions.
4 changes: 2 additions & 2 deletions Changelog.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

- [简体中文](更新日志.md)

**NSudo 6.1.1811.7**
**NSudo 6.1.1811.18**
- Merge NSudoC and NSudoG projects to NSudo project.
- Add VC-LTL 4.0 or later support for NSudo release configuration for ARM and
ARM64 and drop the earlier version of VC-LTL support. (Huge thanks to
Expand All @@ -15,7 +15,7 @@
- ShowWindowMode (Suggested by testtest322.)
- UseCurrentConsole
- Version
- Wait (Suggested by testtest322, wzzwand Domagoj Smolčić)
- Wait (Suggested by testtest322, wzzw and Domagoj Smolčić)
- Remove some undocumented command line usage.
- Improve several implementations.
- Refactoring the command line parser.
Expand Down
2 changes: 1 addition & 1 deletion NSudoSDK/NSudoVersion.h
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ License: The MIT License
#define NSUDO_VER_MAJOR 6
#define NSUDO_VER_MINOR 1
#define NSUDO_VER_BUILD 1811
#define NSUDO_VER_REV 14
#define NSUDO_VER_REV 18
#endif

#ifndef NSUDO_VER_FMT_COMMA
Expand Down
30 changes: 26 additions & 4 deletions 更新日志.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,24 +2,46 @@

- [English](Changelog.md)

**NSudo 6.1.1811.18**
- 把 NSudoC 与 NSudoG 合并入 NSudo
- 为 ARM 和 ARM64 的 Release 二进制编译配置添加 VC-LTL 支持,并移除 VC-LTL 4.0
之前版本的支持(大力感谢 mingkuang)
- 添加以下新的命令行选项
- CurrentDirectory(由 testtest322 建议)
- Help
- H
- Priority(由 testtest322 建议)
- ShowWindowMode(由 testtest322 建议)
- UseCurrentConsole
- Version
- Wait(由 testtest322、wzzw 和 Domagoj Smolčić 建议)
- 移除一些未文档化的命令行使用方式
- 改进数个实现
- 重构命令行解析器
- 引入新式创建进程前端
- 使用 ATL 实现主窗口
- 修复上下文菜单 Bug(感谢 Thomas Dubreuil)
- 更新许可的版权所有者
- 在文档移除捐赠链接

**NSudo 6.0.1804.5**
- 修复在 Windows Vista 和 Server 2008 下崩溃的问题(感谢hydra79545
- 修复在 Windows Vista 和 Server 2008 下崩溃的问题(感谢 hydra79545
- 与 M2-Team UWP 项目共享实现(详情请阅读
https://github.com/Project-Nagisa/Nagisa/blob/master/Changelog.md”)
- 移除无用实现
- 改进 NSudoStartService 函数的实现
- 使用 RapidJSON 替代 JSON for Modern C++ 以减小二进制大小

**NSudo 6.0.1802.2 v2**
- 修复点击运行按钮只弹出命令提示符的问题。(感谢AeonX
- 修复点击运行按钮只弹出命令提示符的问题。(感谢 AeonX

**NSudo 6.0.1802.2**
- 修复多个Bug和改善多个实现
- 修复多个 Bug 和改善多个实现
- 增加两个独立的可执行文件用于不同情况
- NSudoC.exe
- 纯命令行版本,子系统设置为“控制台”
- 在控制台下运行良好,但是在非控制台进程调用会出现黑色控制台窗口
- 为了保证最佳体验,NSudoC不支持上下文菜单
- 为了保证最佳体验,NSudoC 不支持上下文菜单
- NSudoG.exe
- 纯命令行版本,子系统设置为“Windows”
- 可以静默运行,没有黑色控制台窗口
Expand Down

0 comments on commit 2607f13

Please sign in to comment.