Skip to content

Commit

Permalink
web page
Browse files Browse the repository at this point in the history
  • Loading branch information
sunderme committed Dec 2, 2023
1 parent 80e1658 commit 65b3e3d
Showing 1 changed file with 12 additions and 10 deletions.
22 changes: 12 additions & 10 deletions webpage/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -54,27 +54,29 @@ <h1>News</h1>
<div id="recent-news">
<table class="news">
<tbody>
<tr><td class="newsdate">2023-12-02</td>
<td class="newscontent">A new release <strong>TeXstudio 4.7.0</strong> is available,<br>see <a href="https://texstudio-org.github.io/CHANGELOG.html">changelog</a></td></tr>
<tr><td class="newsdate">2023-08-11</td>
<td class="newscontent">A bug fix release <strong>TeXstudio 4.6.3</strong> is available,<br>see <a href="https://texstudio-org.github.io/CHANGELOG.html">changelog</a></td></tr>
<tr><td class="newsdate">2023-07-30</td>
<td class="newscontent">A bug fix release <strong>TeXstudio 4.6.2</strong> is available,<br>see <a href="https://texstudio-org.github.io/CHANGELOG.html">changelog</a>. Crashes with large documents have been reported.<br>
This version introduces file caching for reopening included files. This speeds up loading but disables preview and search in cached documents, see also <a href="https://texstudio-org.github.io/background.html#loaded-documents">manual</a></td></tr>
<tr><td class="newsdate">2023-07-30</td>
<td class="newscontent">A bug fix release <strong>TeXstudio 4.6.1</strong> is available,<br>see <a href="https://texstudio-org.github.io/CHANGELOG.html">changelog</a>. The path for caching data was set to a wrong location.<br>
This version introduces file caching for reopening included files. This speeds up loading but disables preview and search in cached documents, see also <a href="https://texstudio-org.github.io/background.html#loaded-documents">manual</a></td></tr>
<tr><td class="newsdate">2023-07-28</td>
<td class="newscontent">A new release <strong>TeXstudio 4.6.0</strong> is available,<br>see <a href="https://texstudio-org.github.io/CHANGELOG.html">changelog</a><br>
This version introduces file caching for reopening included files. THis speeds up loading but disables preview and search in cached documents, see also <a href="https://texstudio-org.github.io/background.html#loaded-documents">manual</a></td></tr>
<tr><td class="newsdate">2023-04-15</td>
<td class="newscontent">A new release <strong>TeXstudio 4.5.2</strong> is available,<br>see <a href="https://texstudio-org.github.io/CHANGELOG.html">changelog</a></td></tr>
<tr><td class="newsdate">2023-02-04</td>
<td class="newscontent">A new release <strong>TeXstudio 4.5.1</strong> is available,<br>see <a href="https://texstudio-org.github.io/background.html#loaded-documents">changelog</a></td></tr>
</tbody></table>
</div>
<div id="hiding-box">
<div class="hiddentext">
<table class="news">
<tbody>
<tr><td class="newsdate">2023-07-30</td>
<td class="newscontent">A bug fix release <strong>TeXstudio 4.6.1</strong> is available,<br>see <a href="https://texstudio-org.github.io/CHANGELOG.html">changelog</a>. The path for caching data was set to a wrong location.<br>
This version introduces file caching for reopening included files. This speeds up loading but disables preview and search in cached documents, see also <a href="https://texstudio-org.github.io/background.html#loaded-documents">manual</a></td></tr>
<tr><td class="newsdate">2023-07-28</td>
<td class="newscontent">A new release <strong>TeXstudio 4.6.0</strong> is available,<br>see <a href="https://texstudio-org.github.io/CHANGELOG.html">changelog</a><br>
This version introduces file caching for reopening included files. THis speeds up loading but disables preview and search in cached documents, see also <a href="https://texstudio-org.github.io/background.html#loaded-documents">manual</a></td></tr>
<tr><td class="newsdate">2023-04-15</td>
<td class="newscontent">A new release <strong>TeXstudio 4.5.2</strong> is available,<br>see <a href="https://texstudio-org.github.io/CHANGELOG.html">changelog</a></td></tr>
<tr><td class="newsdate">2023-02-04</td>
<td class="newscontent">A new release <strong>TeXstudio 4.5.1</strong> is available,<br>see <a href="https://texstudio-org.github.io/background.html#loaded-documents">changelog</a></td></tr>
<tr><td class="newsdate">2022-11-27</td>
<td class="newscontent">A new release <strong>TeXstudio 4.4.1</strong> is available,<br>see <a href="https://texstudio-org.github.io/CHANGELOG.html">changelog</a></td></tr>
<tr><td class="newsdate">2022-11-19</td>
Expand Down

0 comments on commit 65b3e3d

Please sign in to comment.