Skip to content

Commit 09b56d1

Browse files
authored
README.md - Version 2.0.1
1 parent 98f09da commit 09b56d1

File tree

1 file changed

+18
-6
lines changed

1 file changed

+18
-6
lines changed

README.md

Lines changed: 18 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,17 @@ Configuration window will appear only on first run or if something goes wrong or
2626

2727
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.
2828

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
3040
* Support for multiple AdoptOpenJDK installations
3141
* Automatic discovery of installations via Windows Registry
3242
* Redesigned UI/UX
@@ -38,12 +48,12 @@ This app is designed to run on Windows startup. I recommend to turn on **Check f
3848
## ℹ Requirements
3949
Ironically, this tool is written in C# 6 + WPF, because I am not a Java developer xD
4050
* 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)_
4252

4353
## 📩 Download
4454
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 :) [![GitHub stars](https://img.shields.io/github/stars/tushev/aojdk-updatewatcher.svg?style=social&label=Star&maxAge=2592000)](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 :) [![GitHub stars](https://img.shields.io/github/stars/tushev/aojdk-updatewatcher.svg?style=social&label=Star&maxAge=86400)](https://GitHub.com/tushev/aojdk-updatewatcher/stargazers/)
4757
*[Read the wiki](https://github.com/tushev/aojdk-updatewatcher/wiki)
4858

4959

@@ -53,7 +63,7 @@ There's a built-in update mechanism.
5363
0. Run the downloaded installer and run the app _(internet connection highly recommended on first run :)_
5464
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)_.
5565
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.
5767
5868
**That's all!**
5969
![First Run](https://raw.githubusercontent.com/tushev/aojdk-updatewatcher/master/docs/first_run_config_example_cut.gif)
@@ -74,6 +84,8 @@ The author does not provide any support related to AdoptOpenJDK.
7484

7585
For support, please visit https://github.com/AdoptOpenJDK/openjdk-support/issues or their corresponding website - https://adoptopenjdk.net
7686

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+
7789
**THIS SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND,
7890
EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT.
7991
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
92104
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.
93105

94106
[![CodeFactor](https://www.codefactor.io/repository/github/tushev/aojdk-updatewatcher/badge)](https://www.codefactor.io/repository/github/tushev/aojdk-updatewatcher)
95-
(`¹`) 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>
96108

97109

98110
## 🔕 Known not-a-bugs

0 commit comments

Comments
 (0)