<feed xmlns='http://www.w3.org/2005/Atom'>
<title>FreshRSS (Customized)/app, branch 1.26.1</title>
<subtitle>Customized version of FreshRSS, a self-hosted RSS feed aggregator</subtitle>
<id>https://git.rdnlsmith.com/fresh-rss-custom/atom?h=1.26.1</id>
<link rel='self' href='https://git.rdnlsmith.com/fresh-rss-custom/atom?h=1.26.1'/>
<link rel='alternate' type='text/html' href='https://git.rdnlsmith.com/fresh-rss-custom/'/>
<updated>2025-03-12T21:35:49+00:00</updated>
<entry>
<title>Fix issue #7383: Finish Translation issue requiring character escape out. (#7423)</title>
<updated>2025-03-12T21:35:49+00:00</updated>
<author>
<name>Bryan Butler</name>
<email>3256910+BryanButlerGit@users.noreply.github.com</email>
</author>
<published>2025-03-12T21:35:49+00:00</published>
<link rel='alternate' type='text/html' href='https://git.rdnlsmith.com/fresh-rss-custom/commit/?id=802fc89ca610ed8acca8481c122635085c63970c'/>
<id>urn:sha1:802fc89ca610ed8acca8481c122635085c63970c</id>
<content type='text'>
Escape out "klo" ("at") characters found in format_date_hour for Finnish/Suomi
translation. Specifically to resolve issue #7383</content>
</entry>
<entry>
<title>Back-compatibility cURL 7.51 (#7409)</title>
<updated>2025-03-08T10:49:05+00:00</updated>
<author>
<name>Alexandre Alapetite</name>
<email>alexandre@alapetite.fr</email>
</author>
<published>2025-03-08T10:49:05+00:00</published>
<link rel='alternate' type='text/html' href='https://git.rdnlsmith.com/fresh-rss-custom/commit/?id=d80171ebfdddad2b3b873400caf633d160e2fb12'/>
<id>urn:sha1:d80171ebfdddad2b3b873400caf633d160e2fb12</id>
<content type='text'>
* Back-compatibility cURL 7.51
fix https://github.com/FreshRSS/FreshRSS/issues/7381
And add cURL version to system info.
Do not require a specific version of cURL for now, but maybe later.

* Fix CI

* make fix-all

* Add TODOs

* Add ssl_version

* Update app/i18n/it/index.php

Co-authored-by: UserRoot-Luca &lt;55756898+UserRoot-Luca@users.noreply.github.com&gt;

---------

Co-authored-by: UserRoot-Luca &lt;55756898+UserRoot-Luca@users.noreply.github.com&gt;</content>
</entry>
<entry>
<title>Added api password indicator text (#7340)</title>
<updated>2025-03-07T22:34:56+00:00</updated>
<author>
<name>Jackson Culbreth</name>
<email>88844902+culbrethj@users.noreply.github.com</email>
</author>
<published>2025-03-07T22:34:56+00:00</published>
<link rel='alternate' type='text/html' href='https://git.rdnlsmith.com/fresh-rss-custom/commit/?id=fdc564dd9e85a2f3fbf6087611fd6c7f42fc2ea8'/>
<id>urn:sha1:fdc564dd9e85a2f3fbf6087611fd6c7f42fc2ea8</id>
<content type='text'>
* Added api password indicator text

* make fix-all

* i18n

* i18n: it

Co-authored-by: UserRoot-Luca &lt;55756898+UserRoot-Luca@users.noreply.github.com&gt;

---------

Co-authored-by: Alexandre Alapetite &lt;alexandre@alapetite.fr&gt;
Co-authored-by: UserRoot-Luca &lt;55756898+UserRoot-Luca@users.noreply.github.com&gt;</content>
</entry>
<entry>
<title>Fix issue where $keepMax is defaulted to const when non-zero value is compared. (#7416)</title>
<updated>2025-03-07T22:29:27+00:00</updated>
<author>
<name>Bryan Butler</name>
<email>3256910+BryanButlerGit@users.noreply.github.com</email>
</author>
<published>2025-03-07T22:29:27+00:00</published>
<link rel='alternate' type='text/html' href='https://git.rdnlsmith.com/fresh-rss-custom/commit/?id=3ec0bdab3840feb7140d70d0eb8d60065337e33a'/>
<id>urn:sha1:3ec0bdab3840feb7140d70d0eb8d60065337e33a</id>
<content type='text'>
Fix issue where $keepMax is defaulted to const when non-zero value is compared.

Fix an issue where $keepMax var is set to ARCHIVING_RETENTION_COUNT_LIMIT
when a user sets "Archiving" -&gt; "Maximum number of articles to keep per
feed" to a non-zero value for a given category.

[EXAMPLE]:
User sets value to 50 (int), This matches the !== comparison and
thus is overridden by ARCHIVING_RETENTION_COUNT_LIMIT.</content>
</entry>
<entry>
<title>Add Portuguese from Portugal Language (#7329)</title>
<updated>2025-03-06T16:30:16+00:00</updated>
<author>
<name>Rui Melo</name>
<email>viper5000@viper5000.net</email>
</author>
<published>2025-03-06T16:30:16+00:00</published>
<link rel='alternate' type='text/html' href='https://git.rdnlsmith.com/fresh-rss-custom/commit/?id=ecb7a836ec2ea2692cf333a7a786e46635254caf'/>
<id>urn:sha1:ecb7a836ec2ea2692cf333a7a786e46635254caf</id>
<content type='text'>
* Good day to deal with people in high places; particularly lonely stewardesses.

* You're currently going through a difficult transition period called "Life."

* You're at the end of the road again.

* Fixes

* Add references to  pt-pt

* Fix order

* Config typos

* Update conf.php

* Fix whitespace

* Update app/i18n/pt-pt/sub.php

---------

Co-authored-by: Alexandre Alapetite &lt;alexandre@alapetite.fr&gt;</content>
</entry>
<entry>
<title>fix: Update the user's last activity on login action (#7406)</title>
<updated>2025-03-05T21:36:41+00:00</updated>
<author>
<name>berumuron</name>
<email>dev@marienfressinaud.fr</email>
</author>
<published>2025-03-05T21:36:41+00:00</published>
<link rel='alternate' type='text/html' href='https://git.rdnlsmith.com/fresh-rss-custom/commit/?id=40cdeb86874296b090dfb48ce4d0d6c41455405b'/>
<id>urn:sha1:40cdeb86874296b090dfb48ce4d0d6c41455405b</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Fix regression cURL HTTP headers (#7403)</title>
<updated>2025-03-05T15:45:06+00:00</updated>
<author>
<name>Alexandre Alapetite</name>
<email>alexandre@alapetite.fr</email>
</author>
<published>2025-03-05T15:45:06+00:00</published>
<link rel='alternate' type='text/html' href='https://git.rdnlsmith.com/fresh-rss-custom/commit/?id=ecdb63c33582963be055472a056c8e3e445fb5bf'/>
<id>urn:sha1:ecdb63c33582963be055472a056c8e3e445fb5bf</id>
<content type='text'>
* Fix regression cURL HTTP headers
fix https://github.com/FreshRSS/FreshRSS/issues/6712#issuecomment-2697961491
We would sometimes wrongly override the default HTTP headers of SimplePie
https://github.com/FreshRSS/simplepie/pull/33
https://github.com/simplepie/simplepie/pull/912

* Sync SimplePie
https://github.com/FreshRSS/simplepie/pull/33</content>
</entry>
<entry>
<title>i18n do not translate XPath code (#7404)</title>
<updated>2025-03-05T15:34:20+00:00</updated>
<author>
<name>Alexandre Alapetite</name>
<email>alexandre@alapetite.fr</email>
</author>
<published>2025-03-05T15:34:20+00:00</published>
<link rel='alternate' type='text/html' href='https://git.rdnlsmith.com/fresh-rss-custom/commit/?id=79387e144b8b7759557f86bb65047291e7548493'/>
<id>urn:sha1:79387e144b8b7759557f86bb65047291e7548493</id>
<content type='text'>
Spotted in https://mapstodon.space/@jorgesanz/114109696863582740</content>
</entry>
<entry>
<title>Use case-insensitive sort for categories (#7402)</title>
<updated>2025-03-05T13:40:26+00:00</updated>
<author>
<name>Annika Backstrom</name>
<email>abackstrom@etsy.com</email>
</author>
<published>2025-03-05T13:40:26+00:00</published>
<link rel='alternate' type='text/html' href='https://git.rdnlsmith.com/fresh-rss-custom/commit/?id=f40acd78cb1f41801c2d398976fbe0e8663f1bd6'/>
<id>urn:sha1:f40acd78cb1f41801c2d398976fbe0e8663f1bd6</id>
<content type='text'>
Changes proposed in this pull request:

- Use `strnatcasecmp()` inside `listSortedCategories()`

How to test the feature manually:

1. Create categories `A`, `b`, and `C`
2. Observe that categories are sorted case-insensitively on the feed index and Subscription Management pages
</content>
</entry>
<entry>
<title>Fix dynamic OPML (#7394)</title>
<updated>2025-03-03T22:05:39+00:00</updated>
<author>
<name>Alexandre Alapetite</name>
<email>alexandre@alapetite.fr</email>
</author>
<published>2025-03-03T22:05:39+00:00</published>
<link rel='alternate' type='text/html' href='https://git.rdnlsmith.com/fresh-rss-custom/commit/?id=03aec8b54e03a767282f6c886113df35bac9cf00'/>
<id>urn:sha1:03aec8b54e03a767282f6c886113df35bac9cf00</id>
<content type='text'>
Regression from https://github.com/FreshRSS/FreshRSS/pull/7155
Fix https://github.com/FreshRSS/FreshRSS/issues/7385</content>
</entry>
</feed>
