Revision | 29459 (tree) |
---|---|
Time | 2022-09-24 00:30:05 |
Author | stefankueng |
update website for the 1.14.4 release
@@ -20,8 +20,8 @@ | ||
20 | 20 | |
21 | 21 | # custom variables |
22 | 22 | version: |
23 | - short: 1.14.3 | |
24 | - long: 1.14.3.29387 | |
23 | + short: 1.14.4 | |
24 | + long: 1.14.4.29455 | |
25 | 25 | svn: 1.14.2 |
26 | 26 | |
27 | 27 | version-pre: |
@@ -1,4 +1,20 @@ | ||
1 | -Version 1.14.3 | |
1 | +Version 1.14.4 | |
2 | +- BUG: revisions entered in the merge dialog were | |
3 | + not selected anymore in the log dialog. (Stefan) | |
4 | +- BUG: urls pated in merge dialog could have newlines | |
5 | + at the end. (Daniel Sahlberg) | |
6 | +- NEW: add autocomplete functionality in the log dialog | |
7 | + used in Repository browser. (Daniel Sahlberg) | |
8 | +- BUG: Crash in TMerge when doing Redo after saving. (Stefan) | |
9 | +- BUG: hook scripts specified with %REPOROOT% were not | |
10 | + executed correctly for paths more than two | |
11 | + levels down the root. (Stefan) | |
12 | +- NEW: Commit button in Changed-for-modifications | |
13 | + dialog. (Stefan) | |
14 | +- BUG: TMerge find dialog could use a previous replace | |
15 | + string when replacing. (Stefan) | |
16 | + | |
17 | +Version 1.14.3 | |
2 | 18 | - BUG: clipboard wasn't closed after pasting into |
3 | 19 | the filter control in the log dialog. (Stefan) |
4 | 20 | - BUG: when merging via log dialog, a warning was falsely |
@@ -7,6 +7,9 @@ | ||
7 | 7 | <td> |
8 | 8 | <a href="https://osdn.net/projects/tortoisesvn/storage/{{ site.version.short }}/Language%20Packs/LanguagePack_{{ site.version.long }}-x64-{{ lang.exeCode | default: lang.code }}.msi/">Setup</a> |
9 | 9 | </td> |
10 | + <td> | |
11 | + <a href="https://osdn.net/projects/tortoisesvn/storage/{{ site.version.short }}/Language%20Packs/LanguagePack_{{ site.version.long }}-ARM64-{{ lang.exeCode | default: lang.code }}.msi/">Setup</a> | |
12 | + </td> | |
10 | 13 | {% if lang.isTranslated == true %} |
11 | 14 | <td> |
12 | 15 | <a href="https://osdn.net/projects/tortoisesvn/storage/{{ site.version.short }}/Documentation/TortoiseSVN-{{ site.version.short }}-{{ lang.exeCode | default: lang.code }}.pdf/">TSVN</a> |
@@ -28,6 +28,7 @@ | ||
28 | 28 | <tr> |
29 | 29 | <td><strong>für 32-bit OS</strong></td> |
30 | 30 | <td><strong>für 64-bit OS</strong></td> |
31 | + <td><strong>für ARM64 OS</strong></td> | |
31 | 32 | </tr> |
32 | 33 | </thead> |
33 | 34 | <tbody> |
@@ -46,6 +47,13 @@ | ||
46 | 47 | TortoiseSVN <span>{{ site.version.short }}</span> - <span>64-bit</span> |
47 | 48 | </a> |
48 | 49 | </td> |
50 | + <td> | |
51 | + <a href="https://osdn.net/projects/tortoisesvn/storage/{{ site.version.short }}/Application/TortoiseSVN-{{ site.version.long }}-ARM64-svn-{{ site.version.svn }}.msi/" | |
52 | + title="Download TortoiseSVN {{ site.version.short }} - ARM64, linked to SVN {{ site.version.svn }}" | |
53 | + class="btn"> | |
54 | + TortoiseSVN <span>{{ site.version.short }}</span> - <span>ARM64</span> | |
55 | + </a> | |
56 | + </td> | |
49 | 57 | </tr> |
50 | 58 | </tbody> |
51 | 59 | </table> |
@@ -66,6 +74,7 @@ | ||
66 | 74 | <th>Land</th> |
67 | 75 | <th>32 Bit</th> |
68 | 76 | <th>64 Bit</th> |
77 | + <th>ARM64</th> | |
69 | 78 | <th colspan="2">Separate Dokumentation (PDF)</th> |
70 | 79 | </tr> |
71 | 80 | </thead> |
@@ -28,6 +28,7 @@ | ||
28 | 28 | <tr> |
29 | 29 | <td><strong>for 32-bit OS</strong></td> |
30 | 30 | <td><strong>for 64-bit OS</strong></td> |
31 | + <td><strong>for ARM64 OS</strong></td> | |
31 | 32 | </tr> |
32 | 33 | </thead> |
33 | 34 | <tbody> |
@@ -46,6 +47,13 @@ | ||
46 | 47 | TortoiseSVN <span>{{ site.version.short }}</span> - <span>64-bit</span> |
47 | 48 | </a> |
48 | 49 | </td> |
50 | + <td> | |
51 | + <a href="https://osdn.net/projects/tortoisesvn/storage/{{ site.version.short }}/Application/TortoiseSVN-{{ site.version.long }}-ARM64-svn-{{ site.version.svn }}.msi/" | |
52 | + title="Download TortoiseSVN {{ site.version.short }} - ARM64, linked to SVN {{ site.version.svn }}" | |
53 | + class="btn"> | |
54 | + TortoiseSVN <span>{{ site.version.short }}</span> - <span>ARM64</span> | |
55 | + </a> | |
56 | + </td> | |
49 | 57 | </tr> |
50 | 58 | </tbody> |
51 | 59 | </table> |
@@ -117,6 +125,7 @@ | ||
117 | 125 | <th>Country</th> |
118 | 126 | <th>32 Bit</th> |
119 | 127 | <th>64 Bit</th> |
128 | + <th>ARM64</th> | |
120 | 129 | <th colspan="2">Separate manual (PDF)</th> |
121 | 130 | </tr> |
122 | 131 | </thead> |
@@ -41,6 +41,13 @@ | ||
41 | 41 | TortoiseSVN <span>{{ site.version.short }}</span> - <span>64-bit</span> |
42 | 42 | </a> |
43 | 43 | </td> |
44 | + <td> | |
45 | + <a href="https://osdn.net/projects/tortoisesvn/storage/{{ site.version.short }}/Application/TortoiseSVN-{{ site.version.long }}-ARM64-svn-{{ site.version.svn }}.msi/" | |
46 | + title="Download TortoiseSVN {{ site.version.short }} - ARM64, linked to SVN {{ site.version.svn }}" | |
47 | + class="btn"> | |
48 | + TortoiseSVN <span>{{ site.version.short }}</span> - <span>ARM64</span> | |
49 | + </a> | |
50 | + </td> | |
44 | 51 | </tr> |
45 | 52 | </tbody> |
46 | 53 | </table> |
@@ -71,6 +78,7 @@ | ||
71 | 78 | <th>国家</th> |
72 | 79 | <th>32位t</th> |
73 | 80 | <th>64位</th> |
81 | + <th>ARM64</th> | |
74 | 82 | <th colspan="2">操作说明文档 (PDF)</th> |
75 | 83 | </tr> |
76 | 84 | </thead> |
@@ -22,11 +22,11 @@ | ||
22 | 22 | </div> |
23 | 23 | |
24 | 24 | <div class="post"> |
25 | - <h2 class="title"><a href="/downloads.de.html">TortoiseSVN 1.14.3 released</a></h2> | |
26 | - <p class="meta">geschrieben am 12. April 2022</p> | |
25 | + <h2 class="title"><a href="/downloads.de.html">TortoiseSVN 1.14.4 released</a></h2> | |
26 | + <p class="meta">geschrieben am 23. September 2022</p> | |
27 | 27 | <div class="entry"> |
28 | 28 | <p> |
29 | - Wir sind stolz den Release von TortoiseSVN 1.14.3 zu verkünden. | |
29 | + Wir sind stolz den Release von TortoiseSVN 1.14.4 zu verkünden. | |
30 | 30 | Der Release ist verlinkt mit Subversion 1.14.2. |
31 | 31 | </p> |
32 | 32 | <p>Dieser Release enthält Bugfixes und eine Integration ins Win11 Kontextmenu |
@@ -23,15 +23,15 @@ | ||
23 | 23 | {% include adsense_inpage.html %} |
24 | 24 | |
25 | 25 | <div class="post"> |
26 | - <h2 class="title"><a href="/downloads.html">TortoiseSVN 1.14.3 released</a></h2> | |
27 | - <p class="meta">Posted on April 12, 2022</p> | |
26 | + <h2 class="title"><a href="/downloads.html">TortoiseSVN 1.14.4 released</a></h2> | |
27 | + <p class="meta">Posted on September 23, 2022</p> | |
28 | 28 | <div class="entry"> |
29 | 29 | <p> |
30 | - We're proud to announce that TortoiseSVN 1.14.3 has been released. | |
30 | + We're proud to announce that TortoiseSVN 1.14.4 has been released. | |
31 | 31 | It is linked against Subversion 1.14.2. |
32 | 32 | </p> |
33 | 33 | <p> |
34 | - This release contains bugfixes. | |
34 | + This release contains bugfixes, and now also an ARM64 release. | |
35 | 35 | </p> |
36 | 36 | <p> |
37 | 37 | Before upgrading from pre 1.14 versions please read the |
@@ -18,11 +18,11 @@ | ||
18 | 18 | </div> |
19 | 19 | |
20 | 20 | <div class="post"> |
21 | - <h2 class="title"><a href="/downloads.zh.html">TortoiseSVN 1.14.3 发布</a></h2> | |
22 | - <p class="meta">Posted on April 12, 2022</p> | |
21 | + <h2 class="title"><a href="/downloads.zh.html">TortoiseSVN 1.14.4 发布</a></h2> | |
22 | + <p class="meta">Posted on September 23, 2022</p> | |
23 | 23 | <div class="entry"> |
24 | 24 | <p> |
25 | - 我们很高兴的宣布 TortoiseSVN 1.14.3 已经正式发布. | |
25 | + 我们很高兴的宣布 TortoiseSVN 1.14.4 已经正式发布. | |
26 | 26 | 新版本连接到 Subversion 1.14.2. |
27 | 27 | </p> |
28 | 28 | <p> |
@@ -41,6 +41,7 @@ | ||
41 | 41 | </ul> |
42 | 42 | <p>This list tells you when every release was made, and the corresponding repository revision.</p> |
43 | 43 | <ul> |
44 | + <li><strong>Release 1.14.4</strong> (23.09.2022) r29455</li> | |
44 | 45 | <li><strong>Release 1.14.3</strong> (12.04.2022) r29387</li> |
45 | 46 | <li><strong>Release 1.14.2</strong> (13.03.2022) r29370</li> |
46 | 47 | <li><strong>Release 1.14.1</strong> (10.02.2021) r29085</li> |
@@ -1,3 +1,3 @@ | ||
1 | -1.14.3.29387 | |
1 | +1.14.3.29455 | |
2 | 2 | A new version of TortoiseSVN is available. Please go to https://tortoisesvn.net/ to get it. |
3 | 3 | https://tortoisesvn.net/ |
\ No newline at end of file |