Skip to content

Commit 70e9dac

Browse files
committed
version 2.0.5.0: Updated README.md
1 parent 548f258 commit 70e9dac

File tree

1 file changed

+14
-7
lines changed

1 file changed

+14
-7
lines changed

README.md

Lines changed: 14 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ Automatic update tool for **Eclipse Temurin™**, **IBM® Semeru® Open Edition*
1212

1313
#### ℹ The AdoptOpenJDK project is moving to the Eclipse Foundation
1414
* [As you may know](https://blog.adoptium.net/2021/04/Adoptium-to-promote-broad-range-of-compatible-OpenJDK-builds/), AdoptOpenJDK project is moving to the Eclipse Foundation and rebranding:<br>**hotspot** builds are now **Eclipse Temurin™**, while **openj9** builds have become **IBM® Semeru® Open Edition**.
15-
* Version **2.0.4** of the updater currently still relies on `api.adoptopenjdk.net`.<br>This is a '**hotfix**' release, that brings support for Eclipse Temurin™ and IBM® Semeru® builds.<br>All other changes, such as rebranding and/or API change, will (possibly) happen in the future.
15+
* Version **2.0.5** of the updater currently still relies on `api.adoptopenjdk.net`.<br>This is a '**hotfix**' release, that brings support for Eclipse Temurin™ and IBM® Semeru® builds.<br>All other changes, such as rebranding and/or API change, will (possibly) happen in the future.
1616

1717
Please check [Eclipse Adoptium Slack](https://adoptium.net/slack.html) for more information about the transition or Adoptium project in general.<br>
1818
Please do not hesitate to [open an issue](https://github.com/tushev/aojdk-updatewatcher/issues/new/choose) if you've encountered a problem with the updater or have a suggestion.
@@ -38,17 +38,24 @@ Configuration window will appear only on first run or if something goes wrong or
3838

3939
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.
4040

41-
## 🔃 New in v. 2.0.4:
42-
* Fix for recent changes in Temurin that affected auto-detection:
43-
* Added "Eclipse Adoptium" registry root (thanks to @mcpower for #35 !)
44-
* Added more supported values to `IMPLEMENTOR` field in `RELEASE` file
41+
## 🔃 New in v. 2.0.5:
42+
* bugfix: API semver parsing is more reliable now
4543
* Updated dependencies
4644

4745

4846
#### Changelog:
4947

5048
<details>
51-
<summary>New in v. 2.0.3</summary>
49+
<summary>New in v. 2.0.4</summary>
50+
51+
### 🔃 New in v. 2.0.4:
52+
* Fix for recent changes in Temurin that affected auto-detection:
53+
* Added "Eclipse Adoptium" registry root (thanks to @mcpower for #35 !)
54+
* Added more supported values to `IMPLEMENTOR` field in `RELEASE` file
55+
* Updated dependencies
56+
</details>
57+
<details>
58+
<summary>New in v. 2.0.4</summary>
5259

5360
### 🔃 New in v. 2.0.3:
5461
* Adds support for Eclipse Temurin™ and IBM® Semeru® Open Edition builds, especially auto-detection (#28)
@@ -105,7 +112,7 @@ Ironically, this tool is written in C# 6 + WPF, because I am not a Java develope
105112

106113
## 📩 Download
107114
There's a built-in update mechanism.
108-
### 👉 [📥 Download version 2.0.4](https://github.com/tushev/aojdk-updatewatcher/releases) 👈 from here OR install using winget:
115+
### 👉 [📥 Download version 2.0.5](https://github.com/tushev/aojdk-updatewatcher/releases) 👈 from here OR install using winget:
109116
```
110117
winget install ajupdatewatcher
111118
```

0 commit comments

Comments
 (0)