diff options
author | Jaakko Keränen <jaakko.keranen@iki.fi> | 2021-11-23 07:44:05 +0200 |
---|---|---|
committer | Jaakko Keränen <jaakko.keranen@iki.fi> | 2021-11-23 07:44:05 +0200 |
commit | f9346b83551f95f9e32f963c0574540f2805eb23 (patch) | |
tree | 16ea286e638e90965580b371e2021db424a187c8 /res/about | |
parent | de40f34076fc2f7d2170c4b3d017ab18d2f0d0a1 (diff) |
Feeds: Fixed handlig of duplicate entries
Feed entries are expected to have unique URLs, since the URL is the identifier of an entry. If a feed has the same URL for more than one entry, only process the first one and ignore the rest.
An entry will still show up as unread if it keeps the same URL but changes its title.
Diffstat (limited to 'res/about')
-rw-r--r-- | res/about/version.gmi | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/res/about/version.gmi b/res/about/version.gmi index a5e0d01f..6b2e9a45 100644 --- a/res/about/version.gmi +++ b/res/about/version.gmi | |||
@@ -13,9 +13,11 @@ New features: | |||
13 | * Windows: Automatic updates using the WinSparkle library. | 13 | * Windows: Automatic updates using the WinSparkle library. |
14 | 14 | ||
15 | Changes and enhancements: | 15 | Changes and enhancements: |
16 | * Navigating back and forward in history will skip input query prompts (status 1x), showing only the query results. | ||
16 | * The resource bundle (resources.lgr) is now a regular ZIP archive. This allows it to do double duty as a fontpack containing the built-in fonts. The archive contains a version number to avoid use of obsolete resources. | 17 | * The resource bundle (resources.lgr) is now a regular ZIP archive. This allows it to do double duty as a fontpack containing the built-in fonts. The archive contains a version number to avoid use of obsolete resources. |
17 | 18 | ||
18 | Fixes: | 19 | Fixes: |
20 | * Handling duplicate feed entries: if multiple entries in a feed have the same URL, only handle the first one. | ||
19 | 21 | ||
20 | ## 1.8.3 | 22 | ## 1.8.3 |
21 | * Fixed clicking on UI elements that are over the page top banner. The banner would always get clicked instead. | 23 | * Fixed clicking on UI elements that are over the page top banner. The banner would always get clicked instead. |