Skip to content

Commit 2f7ce6a

Browse files
committed
upd readme
1 parent ff8f811 commit 2f7ce6a

File tree

1 file changed

+31
-23
lines changed

1 file changed

+31
-23
lines changed

README.md

Lines changed: 31 additions & 23 deletions
Original file line numberDiff line numberDiff line change
@@ -2,8 +2,9 @@
22
routine library for my projects.
33

44
### System requirements:
5-
- Windows 7 SP1 and above operating system.
6-
- [Visual C++ 2022 Redistributable package](https://learn.microsoft.com/en-us/cpp/windows/latest-supported-vc-redist?view=msvc-170)
5+
- Windows 7, 8, 8.1, 10, 11 32-bit/64-bit/ARM64
6+
- An SSE2-capable CPU
7+
- <s>KB2533623</s> KB3063858 update for Windows 7 was required [[x64](https://www.microsoft.com/en-us/download/details.aspx?id=47442) / [x32](https://www.microsoft.com/en-us/download/details.aspx?id=47409)]
78

89
### Donate:
910
- [Bitcoin](https://www.blockchain.com/btc/address/1LrRTXPsvHcQWCNZotA9RcwjsGcRghG96c) (BTC)
@@ -40,90 +41,97 @@ List of `ini` options for compiled binary with `routine` library:
4041
#2.0+
4142
#
4243

43-
# Enable update checking (boolean)
44+
# Enable update checking (BOOLEAN)
4445
# CheckUpdates=TRUE // removed in 2.3
4546

46-
# Last update checking timestamp (long64)
47+
# Last update checking timestamp (LONG64)
4748
CheckUpdatesLast=0
4849

49-
# Last opened settings dialog id (long)
50+
# Last opened settings dialog id (LONG)
5051
SettingsLastPage=0
5152

52-
# Main window always on top (boolean)
53+
# Main window always on top (BOOLEAN)
5354
AlwaysOnTop=FALSE
5455

55-
# Minimized main window on startup (boolean)
56+
# Minimized main window on startup (BOOLEAN)
5657
IsStartMinimized=FALSE
5758

58-
# Application locale name (string)
59+
# Application locale name (STRING)
5960
Language=NULL
6061

61-
# WinHTTP connections user-agent (string)
62+
# WinHTTP connections user-agent (STRING)
6263
UserAgent=NULL
6364

6465
#
6566
#2.1+
6667
#
6768

68-
# Minimum error logging level (long)
69+
# Minimum error logging level (LONG)
6970
ErrorLevel=LOG_LEVEL_INFO
7071

71-
# Last error notification timestamp (long64)
72+
# Last error notification timestamp (LONG64)
7273
#ErrorNotificationsTimestamp=0 // removed in 2.3
7374

74-
# Error notification period in seconds (long64)
75+
# Error notification period in seconds (LONG64)
7576
#ErrorNotificationsPeriod=4 // removed in 2.3
7677

77-
# Enable error notifications
78+
# Enable error notifications (BOOLEAN)
7879
IsErrorNotificationsEnabled=TRUE
7980

80-
# Enable notifications sound
81+
# Enable notifications sound (BOOLEAN)
8182
IsNotificationsSound=TRUE
8283

8384
#
8485
#2.3+
8586
#
8687

87-
# Update checking period in days, 0 for disable (long)
88+
# Update checking period in hours, 0 for disable (LONG)
8889
CheckUpdatesPeriod=APP_UPDATE_PERIOD
8990

9091
#
9192
#2.3.1+
9293
#
9394

94-
# Minimized main window into system tray (boolean)
95+
# Minimized main window into system tray (BOOLEAN)
9596
# Note: only when APP_HAVE_TRAY defined.
9697
IsMinimizeToTray=TRUE
9798

98-
# Close main window into system tray (boolean)
99+
# Close main window into system tray (BOOLEAN)
99100
# Note: only when APP_HAVE_TRAY defined.
100101
IsCloseToTray=TRUE
101102

102103
#
103104
#2.4+
104105
#
105106

106-
# Auto install non-executable updates if found (boolean)
107-
IsAutoinstallUpdates=FALSE
107+
# Auto install non-executable updates if found (BOOLEAN)
108+
IsAutoinstallUpdates=FALSE (changed to TRUE in 2.7.12+)
109+
110+
#
111+
#2.7+
112+
#
113+
114+
# Enable dark theme support (BOOLEAN)
115+
IsDarkThemeEnabled=<reads "HKCU\Software\Microsoft\Windows\CurrentVersion\Themes\Personalize" "AppsUseLightTheme" value>
108116

109117
#
110118
#2.7.2+
111119
#
112120

113-
# Show window border in Windows 11 and above (boolean)
121+
# Show window border in Windows 11 and above (BOOLEAN)
114122
IsWindowBorderEnabled=TRUE
115123

116124
#
117125
#2.7.10+
118126
#
119127

120-
# Show window round corners in Windows 11 and above (boolean)
128+
# Show window round corners in Windows 11 and above (BOOLEAN)
121129
IsWindowCornerRound=FALSE
122130
~~~
123-
---
124131
</details>
125132

133+
---
126134
- Website: [github.com/henrypp](https://github.com/henrypp)
127135
128-
136+
---
129137
(c) 2012-2025 Henry++

0 commit comments

Comments
 (0)