mirror of
https://github.com/chibicitiberiu/rainmeter-studio.git
synced 2024-02-24 04:33:31 +00:00
82eb3ed03f
- Added new proxy setting switch: /auto, /none /auto: use IE setting /none: direct connection Example: ProxyServer=/none - Added global proxy setting. If proxy setting is defined in Rainmeter.data, use it as a global proxy. Default value is /auto. Example: [WebParser.dll] ProxyServer=example.net:8080 If ProxyServer= is not defined or is empty string in WebParser measure, use a global proxy. If an individual proxy setting is defined in WebParser measure, use it instead of a global proxy. |
||
---|---|---|
Application | ||
Build | ||
Common | ||
Language | ||
Library | ||
Plugins | ||
SkinInstaller | ||
.gitignore | ||
LICENSE | ||
Rainmeter.props | ||
Rainmeter.sln | ||
RainmeterCPP.sln | ||
RainmeterCS.sln | ||
README.md | ||
Version.cs | ||
Version.h |
Rainmeter is a desktop customization tool for Windows. For more information and downloads, visit rainmeter.net.
Source
To obtain the source code:
- Use git (
git clone git@github.com:rainmeter/rainmeter.git
) - Use svn (
svn checkout https://github.com/rainmeter/rainmeter/trunk rainmeter
) - Download the current snapshot as a .zip archive.
Refer to /Build/Instructions.txt
for build instructions.