<feed xmlns='http://www.w3.org/2005/Atom'>
<title>FreshRSS (Customized)/app/layout, branch 1.25.0</title>
<subtitle>Customized version of FreshRSS, a self-hosted RSS feed aggregator</subtitle>
<id>https://git.rdnlsmith.com/fresh-rss-custom/atom?h=1.25.0</id>
<link rel='self' href='https://git.rdnlsmith.com/fresh-rss-custom/atom?h=1.25.0'/>
<link rel='alternate' type='text/html' href='https://git.rdnlsmith.com/fresh-rss-custom/'/>
<updated>2024-12-15T11:34:18+00:00</updated>
<entry>
<title>New state: favorite or unread (#7088)</title>
<updated>2024-12-15T11:34:18+00:00</updated>
<author>
<name>Alexandre Alapetite</name>
<email>alexandre@alapetite.fr</email>
</author>
<published>2024-12-15T11:34:18+00:00</published>
<link rel='alternate' type='text/html' href='https://git.rdnlsmith.com/fresh-rss-custom/commit/?id=6b14a743ccfe5c14e15acac858c0906f4fccdf67'/>
<id>urn:sha1:6b14a743ccfe5c14e15acac858c0906f4fccdf67</id>
<content type='text'>
* New state: favorite or unread
https://github.com/FreshRSS/FreshRSS/discussions/7078#discussioncomment-11526292

* Experiment using this state by default

* Rework state

* Allow ANDS for typos

* Revert change unrelated to this PR

* Revert change of default state

* Add option *unread_or_favorite*

* Fix hide_read_feeds

* i18n: it

Co-authored-by: UserRoot-Luca &lt;55756898+UserRoot-Luca@users.noreply.github.com&gt;

* Update app/i18n/pl/conf.php

Co-authored-by: Zic &lt;55097497+ZicPL@users.noreply.github.com&gt;

* Update app/i18n/pl/conf.php

Co-authored-by: Zic &lt;55097497+ZicPL@users.noreply.github.com&gt;

* Fix i18n

* Fix auto_remove_article

* Fix mark_unread_enabled

---------

Co-authored-by: UserRoot-Luca &lt;55756898+UserRoot-Luca@users.noreply.github.com&gt;
Co-authored-by: Zic &lt;55097497+ZicPL@users.noreply.github.com&gt;</content>
</entry>
<entry>
<title>Revert "Implement showing and hiding header depending on scroll (#7029)" (#7064)</title>
<updated>2024-12-05T12:16:40+00:00</updated>
<author>
<name>Alexandre Alapetite</name>
<email>alexandre@alapetite.fr</email>
</author>
<published>2024-12-05T12:16:40+00:00</published>
<link rel='alternate' type='text/html' href='https://git.rdnlsmith.com/fresh-rss-custom/commit/?id=5701598edadb04c364816dcba5972d71bc4146fb'/>
<id>urn:sha1:5701598edadb04c364816dcba5972d71bc4146fb</id>
<content type='text'>
This reverts commit be9b6c7290dddcd8b8b6a8926bd101b7123528b3.
https://github.com/FreshRSS/FreshRSS/pull/7029</content>
</entry>
<entry>
<title>Implement showing and hiding header depending on scroll (#7029)</title>
<updated>2024-12-04T21:30:04+00:00</updated>
<author>
<name>Frans de Jonge</name>
<email>fransdejonge@gmail.com</email>
</author>
<published>2024-12-04T21:30:04+00:00</published>
<link rel='alternate' type='text/html' href='https://git.rdnlsmith.com/fresh-rss-custom/commit/?id=be9b6c7290dddcd8b8b6a8926bd101b7123528b3'/>
<id>urn:sha1:be9b6c7290dddcd8b8b6a8926bd101b7123528b3</id>
<content type='text'>
* Implement showing and hiding header depending on scroll

References #7011.

* header.phtml: adjust indentation

* minor efficiency improvement

* Update p/scripts/main.js

Co-authored-by: Alexandre Alapetite &lt;alexandre@alapetite.fr&gt;

---------

Co-authored-by: Alexandre Alapetite &lt;alexandre@alapetite.fr&gt;</content>
</entry>
<entry>
<title>Upgrade code to php 8.1 (#6748)</title>
<updated>2024-11-28T16:11:04+00:00</updated>
<author>
<name>Luc SANCHEZ</name>
<email>4697568+ColonelMoutarde@users.noreply.github.com</email>
</author>
<published>2024-11-28T16:11:04+00:00</published>
<link rel='alternate' type='text/html' href='https://git.rdnlsmith.com/fresh-rss-custom/commit/?id=15745d42b779ad14efde2932ab116f45eee39246'/>
<id>urn:sha1:15745d42b779ad14efde2932ab116f45eee39246</id>
<content type='text'>
* revert
Fix code indentation
Fix code

Upgrade code to php 8.1

* fix remarques

* code review

* code review

* code review

* Apply suggestions from code review

* code review

* Fixes

* Many remainging updates of array syntax

* Lost case 'reading-list'

* Uneeded PHPDoc

---------

Co-authored-by: Luc Sanchez &lt;l.sanchez-prestataire@alptis.fr&gt;
Co-authored-by: Alexandre Alapetite &lt;alexandre@alapetite.fr&gt;</content>
</entry>
<entry>
<title>Add privacy settings on extension list retrieval (#4603)</title>
<updated>2024-10-20T18:51:49+00:00</updated>
<author>
<name>Alexis Degrugillier</name>
<email>aledeg@users.noreply.github.com</email>
</author>
<published>2024-10-20T18:51:49+00:00</published>
<link rel='alternate' type='text/html' href='https://git.rdnlsmith.com/fresh-rss-custom/commit/?id=ad2c6e6fbf3658f08295fb437a0f97e10498eb11'/>
<id>urn:sha1:ad2c6e6fbf3658f08295fb437a0f97e10498eb11</id>
<content type='text'>
* Add privacy settings on extension list retrieval

There is a new privacy page to handle all configuration related to privacy. At
the moment, only privacy related to extensions can be configured.

The new settings allow to change the location of the extension list file and to
choose if the selected file is cached for a day or retrieved for each request.

Fix #4570

* Update code to pass PHPStan

* make fix-all

---------

Co-authored-by: maTh &lt;math-home@web.de&gt;
Co-authored-by: Alexandre Alapetite &lt;alexandre@alapetite.fr&gt;</content>
</entry>
<entry>
<title>Improved: Subscription management page (#6816)</title>
<updated>2024-09-29T08:28:28+00:00</updated>
<author>
<name>maTh</name>
<email>1645099+math-GH@users.noreply.github.com</email>
</author>
<published>2024-09-29T08:28:28+00:00</published>
<link rel='alternate' type='text/html' href='https://git.rdnlsmith.com/fresh-rss-custom/commit/?id=496d3a1a486c23345ca5e9022980a9f89151bb49'/>
<id>urn:sha1:496d3a1a486c23345ca5e9022980a9f89151bb49</id>
<content type='text'>
* i18n: Add an RSS feed -&gt; Add a feed

* manage mouse title for category

* no white space between manage icon and favicon and title

* add feed link: use icon instead of plus character

* better CSS class for empty category and its alert text box

* show muted icon and warning icon

* the CSS magic incl. the themes improvements

* fix

* mute icon is more important than warning

* feed mouse hover title

* fix feed navigation sidebar: show error

* fix btn with icon and text

* fix aside feed: muted icon over warning icon</content>
</entry>
<entry>
<title>Fix HTML encodings in e.g. cURL options (#6821)</title>
<updated>2024-09-22T09:05:06+00:00</updated>
<author>
<name>Alexandre Alapetite</name>
<email>alexandre@alapetite.fr</email>
</author>
<published>2024-09-22T09:05:06+00:00</published>
<link rel='alternate' type='text/html' href='https://git.rdnlsmith.com/fresh-rss-custom/commit/?id=1c09408c6459eb8d719d94ba593edfa44883cb85'/>
<id>urn:sha1:1c09408c6459eb8d719d94ba593edfa44883cb85</id>
<content type='text'>
* Fix HTML encodings in e.g. cURL options

* Trim headers whitespace</content>
</entry>
<entry>
<title>Improved: refactor the sharing menu to use a template instead of duplicated HTML code (#6751)</title>
<updated>2024-09-07T21:24:05+00:00</updated>
<author>
<name>maTh</name>
<email>1645099+math-GH@users.noreply.github.com</email>
</author>
<published>2024-09-07T21:24:05+00:00</published>
<link rel='alternate' type='text/html' href='https://git.rdnlsmith.com/fresh-rss-custom/commit/?id=f7235bcb54e9f24e4de1f83d7428fa3ff970bb05'/>
<id>urn:sha1:f7235bcb54e9f24e4de1f83d7428fa3ff970bb05</id>
<content type='text'>
* &lt;script&gt; --&gt; &lt;template&gt;

* sharing menu

* normal view, global view (reader view does not have a share button)

* fix</content>
</entry>
<entry>
<title>Improve feed sidebar: main stream, favorites, important (#6651)</title>
<updated>2024-07-23T20:47:34+00:00</updated>
<author>
<name>maTh</name>
<email>1645099+math-GH@users.noreply.github.com</email>
</author>
<published>2024-07-23T20:47:34+00:00</published>
<link rel='alternate' type='text/html' href='https://git.rdnlsmith.com/fresh-rss-custom/commit/?id=dcd9e69bb4ac5fa8c553cdbf80928710ac17f005'/>
<id>urn:sha1:dcd9e69bb4ac5fa8c553cdbf80928710ac17f005</id>
<content type='text'>
* main stream

* important feeds

* favorite feeds

* Origine</content>
</entry>
<entry>
<title>Fixing dropdown menu for labels (#6617)</title>
<updated>2024-07-11T17:20:58+00:00</updated>
<author>
<name>maTh</name>
<email>1645099+math-GH@users.noreply.github.com</email>
</author>
<published>2024-07-11T17:20:58+00:00</published>
<link rel='alternate' type='text/html' href='https://git.rdnlsmith.com/fresh-rss-custom/commit/?id=b92b80d12484695b762e85f32e6d23303e62a84b'/>
<id>urn:sha1:b92b80d12484695b762e85f32e6d23303e62a84b</id>
<content type='text'>
</content>
</entry>
</feed>
