Skip to content
Snippets Groups Projects
Commit 9c33832e2f7c authored by Matt Harbison's avatar Matt Harbison
Browse files

curversion: update for 6.5.1

parent 5942afd3a36f
No related branches found
No related tags found
No related merge requests found
Pipeline #70176 passed with stage
in 1 minute and 32 seconds
6.4.5
6.5.1
https://tortoisehg.bitbucket.io/download/index.html
x86:https://tortoisehg.bitbucket.io/download/windows.html#win32
x64:https://tortoisehg.bitbucket.io/download/windows.html#win64
linux2:https://tortoisehg.bitbucket.io/download/linux.html
darwin:https://tortoisehg.bitbucket.io/download/mac.html
dl/x86:https://www.mercurial-scm.org/release/tortoisehg/windows/tortoisehg-6.4.5-x86.msi
dl/x64:https://www.mercurial-scm.org/release/tortoisehg/windows/tortoisehg-6.4.5-x64.msi
dl/tarball:https://www.mercurial-scm.org/release/tortoisehg/targz/tortoisehg-6.4.5.tar.gz
dl/darwin:https://www.mercurial-scm.org/release/tortoisehg/macos/TortoiseHg-6.4.5-mac-x64-qt5.dmg
dl/x86:https://www.mercurial-scm.org/release/tortoisehg/windows/tortoisehg-6.5.1-x86.msi
dl/x64:https://www.mercurial-scm.org/release/tortoisehg/windows/tortoisehg-6.5.1-x64.msi
dl/tarball:https://www.mercurial-scm.org/release/tortoisehg/targz/tortoisehg-6.5.1.tar.gz
dl/darwin:https://www.mercurial-scm.org/release/tortoisehg/macos/TortoiseHg-6.5.1-mac-x64-qt5.dmg
......@@ -34,7 +34,9 @@
<h2>{% trans "News" %}</h2>
<p>The last version with python 2.7 support is 6.1.3. This is also the last version that supports Windows 7.
6.2 and later bundle python 3.9.x, and require Windows 10 or later.</p>
<p>The hg-git extension has not yet been updated to work with 6.5.</p>
<ul>
<li>2023-08-11: {% trans "TortoiseHg (with Mercurial) 6.5.1 released" %}</li>
<li>2023-07-12: {% trans "TortoiseHg (with Mercurial) 6.4.5 released" %}</li>
<li>2023-04-19: {% trans "TortoiseHg (with Mercurial) 6.4.2 released" %}</li>
<li>2023-04-11: {% trans "TortoiseHg (with Mercurial) 6.4 released" %}</li>
......
{% load i18n %}
var info = {
x64: {keywords: ['win64', 'wow64'],
desc: '{% trans "6.4.5 for Windows 64-bit" %}',
desc: '{% trans "6.5.1 for Windows 64-bit" %}',
url: '{{ dl.x64 }}'},
linux2: {keywords: ['linux', 'sunos', 'hp-ux'],
desc: '{% trans "6.4.5 for Linux" %}',
desc: '{% trans "6.5.1 for Linux" %}',
url: '{{ dl.linux2 }}'},
darwin: {keywords: ['mac'],
desc: '{% trans "6.4.5 for Mac OS X" %}',
desc: '{% trans "6.5.1 for Mac OS X" %}',
url: '{{ dl.darwin }}'}}
var pf = window.navigator.platform.toLowerCase();
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment