Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fix release news typos #229

Merged
merged 2 commits into from
Oct 15, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions _site/news.html
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,7 @@
<div class="stretcher" id="StretchHome">
<p><a href="news_feed.atom"><img src="img/rss-color.svg" class="rss" alt="Atom feed"></a></p>
<h3 id="sun-sep-29th-2024---qbittorrent-v5.0.0-release" tabindex="-1"><a class="header-anchor" href="#sun-sep-29th-2024---qbittorrent-v5.0.0-release">Sun Sep 29th 2024 - qBittorrent v5.0.0 release</a></h3>
<p>qBittorrent v5.0.0 was release.<br>
<p>qBittorrent v5.0.0 was released.<br>
Thanks to all the people involved, those that are named in the changelog below and those that are not.<br>
Apart from the people mentioned below in the changelog, there are many who have contributed to code refactorings, internal fixes, bug triaging, testing new code and features, and general help.</p>
<details>
Expand Down Expand Up @@ -170,7 +170,7 @@ <h3 id="sun-sep-29th-2024---qbittorrent-v5.0.0-release" tabindex="-1"><a class="
<li><a href="https://github.com/qbittorrent/qBittorrent/compare/release-4.6.7...release-5.0.0">Full changes</a></li>
</ul>
<h3 id="mon-sep-16th-2024---qbittorrent-v4.6.7-release" tabindex="-1"><a class="header-anchor" href="#mon-sep-16th-2024---qbittorrent-v4.6.7-release">Mon Sep 16th 2024 - qBittorrent v4.6.7 release</a></h3>
<p>qBittorrent v4.6.7 was release.<br>
<p>qBittorrent v4.6.7 was released.<br>
This is a last minute release before v5.0.0 for a bug that slipped into v4.6.6. The coming weekend the stable release of v5.0.0 should happen.</p>
<details>
<summary>Library versions</summary>
Expand Down
6 changes: 3 additions & 3 deletions _site/news_feed.atom
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
</contributor>
<link href="https://www.qbittorrent.org/news_feed.atom" rel="self"/>
<link href="https://www.qbittorrent.org/news"/>
<updated>2024-09-30T01:06:34.231Z</updated>
<updated>2024-10-13T12:41:07.007Z</updated>
<entry>
<title>qBittorrent v5.0.0 release</title>
<id>https://www.qbittorrent.org/news#sun-sep-29th-2024---qbittorrent-v5.0.0-release</id>
Expand All @@ -17,7 +17,7 @@
<author>
<name>The qBittorrent project</name>
</author>
<content type="html">&lt;p&gt;qBittorrent v5.0.0 was release.&lt;br&gt;
<content type="html">&lt;p&gt;qBittorrent v5.0.0 was released.&lt;br&gt;
Thanks to all the people involved, those that are named in the changelog below and those that are not.&lt;br&gt;
Apart from the people mentioned below in the changelog, there are many who have contributed to code refactorings, internal fixes, bug triaging, testing new code and features, and general help.&lt;/p&gt;
&lt;details&gt;
Expand Down Expand Up @@ -143,7 +143,7 @@ Apart from the people mentioned below in the changelog, there are many who have
<author>
<name>The qBittorrent project</name>
</author>
<content type="html">&lt;p&gt;qBittorrent v4.6.7 was release.&lt;br&gt;
<content type="html">&lt;p&gt;qBittorrent v4.6.7 was released.&lt;br&gt;
This is a last minute release before v5.0.0 for a bug that slipped into v4.6.6. The coming weekend the stable release of v5.0.0 should happen.&lt;/p&gt;
&lt;details&gt;
&lt;summary&gt;Library versions&lt;/summary&gt;
Expand Down
4 changes: 2 additions & 2 deletions src/news.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ permalink: "{{ page.filePathStem }}.html"

### Sun Sep 29th 2024 - qBittorrent v5.0.0 release

qBittorrent v5.0.0 was release.<br>
qBittorrent v5.0.0 was released.<br>
Thanks to all the people involved, those that are named in the changelog below and those that are not.<br>
Apart from the people mentioned below in the changelog, there are many who have contributed to code refactorings, internal fixes, bug triaging, testing new code and features, and general help.

Expand Down Expand Up @@ -125,7 +125,7 @@ v5.0.0 changelog:

### Mon Sep 16th 2024 - qBittorrent v4.6.7 release

qBittorrent v4.6.7 was release.<br>
qBittorrent v4.6.7 was released.<br>
This is a last minute release before v5.0.0 for a bug that slipped into v4.6.6. The coming weekend the stable release of v5.0.0 should happen.

<details>
Expand Down