This repository has been archived by the owner on May 4, 2023. It is now read-only.
Version 2.1.1 #121
ren-yc
announced in
Announcements
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Changelog
Commands
Add
sysinfo
. (#111)Add
develop opendata
anddevelop opentemp
. (#112)Add
config wizard
. (#115)Add
restart
. (#117)Replace
quit
withexit
.Replace
anti-idle
withfocus
.Replace
count-down
withcountdown
.Remove
save
, merge it toexit
.Support for not specifying parameter
Tag
forwork add
andwork delete
. (#98)Functions
Replace the obsolete random number generator
rand()
withmt19937
. (#97)Support for custom command prompt. (#100)
Use pop-up prompts instead of console interaction when trying to run
focus
.Remove the intelligent detection input dead cycle loop. (#104)
Add interval time setting for specifying
focus
to terminate the specified process.Prompt the user to force the program to restart after switching languages. (#107)
Resources
Support language
zh-CN
.Uniformly store all interactive strings in the program into the language Json files. (#92)
Store the tables in
help config
toresources/${Language}/config.json
independently. (#93)Check the validity when reading the configuration file
settings.json
. (#94)Store logs, data, and settings files to
AppData
. (#101)Move temporary folder to
%USERPROFILE%/AppData/Local/Temp/WCH/
. (#112)Add a separate C++ header file
modules/version.hpp
to specify the program version.Development
Use GitHub Actions to build multi architecture executables.
Update PowerShell automation scripts to adapt to different environments.
Use more efficient MSBuild in
scripts/build.ps1
instead ofdevenv.com
, which is encapsulated.Use GitHub Issue template in YAML format to replace the traditional Markdown format. (#103)
Bugfixes
#94
#107
Adjustments
#92
#93
#97
#98
#100
#101
#103
#104
#105
#106
#111
#112
#115
#116
#117
#119 (By @hjl2011)
Comparison
v2.1.0...v2.1.1
Communication
Our team has now established the Official QQ Discussion Group. Welcome to join us!
This discussion was created from the release Version 2.1.1.
Beta Was this translation helpful? Give feedback.
All reactions