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
+14-7Lines changed: 14 additions & 7 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -12,7 +12,7 @@ Automatic update tool for **Eclipse Temurin™**, **IBM® Semeru® Open Edition*
12
12
13
13
#### ℹ The AdoptOpenJDK project is moving to the Eclipse Foundation
14
14
*[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.
16
16
17
17
Please check [Eclipse Adoptium Slack](https://adoptium.net/slack.html) for more information about the transition or Adoptium project in general.<br>
18
18
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
38
38
39
39
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.
40
40
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
45
43
* Updated dependencies
46
44
47
45
48
46
#### Changelog:
49
47
50
48
<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>
52
59
53
60
### 🔃 New in v. 2.0.3:
54
61
* 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
105
112
106
113
## 📩 Download
107
114
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:
0 commit comments