news.php is incomplete

Get help for specific problems
Posts: 9
Joined: 26 Aug 2016

atlauren

As of this writing, the news.php file jumps from entries for July 12, 2023 (version 12.5) to February 16, 2020 (version 10.20).
% curl -s https://freefilesync.org/news-feed.php | awk '/title/||/pubDate/{print $0}'
        <title>FreeFileSync News</title>
            <title>FreeFileSync News</title>
                    <title>FreeFileSync 12.5 has been released!</title>
<pubDate>Fri, 21 Jul 2023 00:00:00 +0000</pubDate>
                    <title>Email notifications</title>
<pubDate>Sun, 16 Feb 2020 00:00:00 +0000</pubDate>
                    <title>Synchronize files with Google Drive</title>
<pubDate>Sat, 26 Jan 2019 00:00:00 +0000</pubDate>
                    <title>Parallel file copy and ad-free installer</title>
<pubDate>Mon, 16 Jul 2018 00:00:00 +0000</pubDate>
                    <title>FreeFileSync Video Tutorials available</title>
<pubDate>Sun, 11 Jun 2017 00:00:00 +0000</pubDate>
                    <title>FreeFileSync adds Support for FTP and FTPS</title>
<pubDate>Wed, 24 May 2017 00:00:00 +0000</pubDate>
Can the missing entries be restored?
User avatar
Site Admin
Posts: 7212
Joined: 9 Dec 2007

Zenju

The first entry is auto-generated and returns details about the current release. So the entries you're seeing are all that exist. If someone really cares about old releases, there's: https://freefilesync.org/archive.php
Posts: 9
Joined: 26 Aug 2016

atlauren

Ah ha! Thank you.