Thanks to visit codestin.com Credit goes to github.com
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0db35c7 commit 450274dCopy full SHA for 450274d
index.html
@@ -68,6 +68,7 @@ <h3>Download</h3>
68
<section class="download container">
69
70
<div class="bit-1">
71
+ <h4 id="latest-version"> </h4>
72
<a href="https://github.com/cmderdev/cmder">GitHub Repo</a> (for issues/requests/source)
73
</div>
74
@@ -209,6 +210,7 @@ <h4>Other documentations</h4>
209
210
211
function getLatestReleases() {
212
$.getJSON("https://api.github.com/repos/cmderdev/cmder/releases/latest").done(function (release) {
213
+ $("#latest-version").html("Latest Version: " + release.name);
214
for (const asset of release.assets) {
215
switch (asset.name) {
216
case "cmder.zip":
0 commit comments