You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+18-6Lines changed: 18 additions & 6 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -26,7 +26,17 @@ Configuration window will appear only on first run or if something goes wrong or
26
26
27
27
This app is designed to run on Windows startup. I recommend to turn on **Check for AdoptOpenJDK updates on Logon** setting in configuration. If you want another schedule, turn this on and press Edit task to configure it as desired.
28
28
29
-
## 🔃 New in v. 2.0.0
29
+
## 🔃 New in v. 2.0.1:
30
+
* Added support for recently introduced changes in AdoptOpenJDK API and versioning scheme. This allows to receive `patch` and `AdoptBuild` updates for AdoptOpenJDK.
31
+
* Switched to [MSI](https://github.com/tushev/aojdk-updatewatcher/wiki/MSI-Installation) for installers. *No more false positives on VirusTotal!*
32
+
* Added support for post-install scripts/triggers (#5).
33
+
* Redesigned self-update UI, added an option to view new release name *(+ release notes on hover)*
34
+
* Added [many new command line arguments](https://github.com/tushev/aojdk-updatewatcher/wiki/Command-Line-Arguments)
35
+
* Added .cmd file to open Configuration for installer-free version (#4)
36
+
* Fix for a bug during background check when autodiscovery was set to off
37
+
* Other minor changes and fixes
38
+
39
+
### New in v. 2.0.0
30
40
* Support for multiple AdoptOpenJDK installations
31
41
* Automatic discovery of installations via Windows Registry
32
42
* Redesigned UI/UX
@@ -38,12 +48,12 @@ This app is designed to run on Windows startup. I recommend to turn on **Check f
38
48
## ℹ Requirements
39
49
Ironically, this tool is written in C# 6 + WPF, because I am not a Java developer xD
40
50
* Windows 10 _(earlier versions are likely to work as well, but I did not test that)_
41
-
* .NET Framework 4.7.2 _(the installer will do it for you)_
51
+
* .NET Framework 4.7.2 _(must be installed beforehand)_
42
52
43
53
## 📩 Download
44
54
There's a built-in update mechanism.
45
-
### 👉 [Download version 2](https://github.com/tushev/aojdk-updatewatcher/releases) 👈
46
-
### If you find this app useful, stars are appreciated :) [](https://GitHub.com/tushev/aojdk-updatewatcher/stargazers/)
55
+
### 👉 [Download version 2.0.1](https://github.com/tushev/aojdk-updatewatcher/releases) 👈
56
+
### If you find this app useful, stars are appreciated :) [](https://GitHub.com/tushev/aojdk-updatewatcher/stargazers/)
47
57
* ❓ [Read the wiki](https://github.com/tushev/aojdk-updatewatcher/wiki)
48
58
49
59
@@ -53,7 +63,7 @@ There's a built-in update mechanism.
53
63
0. Run the downloaded installer and run the app _(internet connection highly recommended on first run :)_
54
64
1.**Turn on `Check for AdoptOpenJDK updates on Logon`**. _(If you want another schedule, turn this on and press Edit task to configure it as desired)_.
55
65
2.**Turn on automatic discovery of AdoptOpenJDK installations**.
56
-
> Please note that only MSI-installed JDKs/JREs can be discovered (because only MSIs add corresponding registry keys automatically)
66
+
> 👉 Please note that only MSI-installed JDKs/JREs can be discovered automatically (because only MSIs add corresponding registry keys automatically). ZIP-extracted JDKs/JREs or very old MSIs cannot be autodiscovered.
@@ -74,6 +84,8 @@ The author does not provide any support related to AdoptOpenJDK.
74
84
75
85
For support, please visit https://github.com/AdoptOpenJDK/openjdk-support/issues or their corresponding website - https://adoptopenjdk.net
76
86
87
+
⚠ This *(independent)* software does not GUARANTEE that you will always get the lastest version of AdoptOpenJDK.<br>**Normally, everything works OK, and you get timely updates.**<br>However, if something breaks or changes in AdoptOpenJDK API, then you may not get the latest version.<br>*No warranties provided (see [LICENSE](https://github.com/tushev/aojdk-updatewatcher/blob/master/LICENSE.txt)), use at your own risk*.
88
+
77
89
**THIS SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND,
78
90
EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT.
79
91
IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.**
@@ -92,7 +104,7 @@ v.1.0: Please don't judge my coding style by this project, as I developed this a
92
104
v.2.0: The app was refactored. However, some codestyle issues still remain - for a single-person-maintained project, they are not a major issue. My top priority is app stability and robustness.
(`¹`) Please note that _blank-line related rules_ such as `The code must not contain multiple blank lines in a row.`, `A closing curly bracket must not be preceded by a blank line.`, `An opening curly bracket must not be followed by a blank line` etc **are disabled** in CodeFactor.
107
+
(`¹`) <sub>Please note that _blank-line related rules_ such as `The code must not contain multiple blank lines in a row.`, `A closing curly bracket must not be preceded by a blank line.`, `An opening curly bracket must not be followed by a blank line` etc **are disabled** in CodeFactor.</sub>
0 commit comments