<feed xmlns='http://www.w3.org/2005/Atom'>
<title>FreshRSS (Customized)/app, 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-22T22:15:35+00:00</updated>
<entry>
<title>Allow privacy page to non admins (#7132)</title>
<updated>2024-12-22T22:15:35+00:00</updated>
<author>
<name>Alexandre Alapetite</name>
<email>alexandre@alapetite.fr</email>
</author>
<published>2024-12-22T22:15:35+00:00</published>
<link rel='alternate' type='text/html' href='https://git.rdnlsmith.com/fresh-rss-custom/commit/?id=6c501902699a08af498c1f91901a07f10b3a140a'/>
<id>urn:sha1:6c501902699a08af498c1f91901a07f10b3a140a</id>
<content type='text'>
fix https://github.com/FreshRSS/FreshRSS/issues/7123</content>
</entry>
<entry>
<title>i18n:de Update admin.php (#7128)</title>
<updated>2024-12-21T22:37:05+00:00</updated>
<author>
<name>maTh</name>
<email>1645099+math-GH@users.noreply.github.com</email>
</author>
<published>2024-12-21T22:37:05+00:00</published>
<link rel='alternate' type='text/html' href='https://git.rdnlsmith.com/fresh-rss-custom/commit/?id=9b06206737dcf22a30927af98c6df414e932d320'/>
<id>urn:sha1:9b06206737dcf22a30927af98c6df414e932d320</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Add share link Bluesky (#7116)</title>
<updated>2024-12-19T10:14:51+00:00</updated>
<author>
<name>UserRoot-Luca</name>
<email>55756898+UserRoot-Luca@users.noreply.github.com</email>
</author>
<published>2024-12-19T10:14:51+00:00</published>
<link rel='alternate' type='text/html' href='https://git.rdnlsmith.com/fresh-rss-custom/commit/?id=d69cdbdefb8c7ee5a207bdb0180b5745b7f25f6a'/>
<id>urn:sha1:d69cdbdefb8c7ee5a207bdb0180b5745b7f25f6a</id>
<content type='text'>
* Add share link bluesky

* Update

* make fix-all

---------

Co-authored-by: Alexandre Alapetite &lt;alexandre@alapetite.fr&gt;</content>
</entry>
<entry>
<title>fix: sharing menu entry id (#7113)</title>
<updated>2024-12-18T10:02:29+00:00</updated>
<author>
<name>maTh</name>
<email>1645099+math-GH@users.noreply.github.com</email>
</author>
<published>2024-12-18T10:02:29+00:00</published>
<link rel='alternate' type='text/html' href='https://git.rdnlsmith.com/fresh-rss-custom/commit/?id=3b87372061b16d172899b29fe9b5414b9194abd4'/>
<id>urn:sha1:3b87372061b16d172899b29fe9b5414b9194abd4</id>
<content type='text'>
* fix sharing menu entry id

* Update main.js</content>
</entry>
<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>Matching category colors across pie-charts  (#7090)</title>
<updated>2024-12-15T11:32:25+00:00</updated>
<author>
<name>kwarraich</name>
<email>111186505+kwarraich@users.noreply.github.com</email>
</author>
<published>2024-12-15T11:32:25+00:00</published>
<link rel='alternate' type='text/html' href='https://git.rdnlsmith.com/fresh-rss-custom/commit/?id=066d92be3216cd5d3427072cbc410c19bf53f400'/>
<id>urn:sha1:066d92be3216cd5d3427072cbc410c19bf53f400</id>
<content type='text'>
* Trying to implement linkace as a sharing method, related to issue 6698. it's in the files now and shows up but is not sharing properly now

* creating a colour palette based on the number of categories, then making it into hex values to use later

* assigning categories with specific colors to make sure the colors are consistent in the graph

* adjusted pychart logic to account for unique assignments of each categoery with the colours

* fixing redundant code blocks

* removing extra uneeded code -an accidental commit

* removed changes unrelated to PR

* fixed linting errors

* refactored color palette to use CSS native hsl() colors

* Fix whitespace

---------

Co-authored-by: rsharaf-dev &lt;rsharaf@andrew.cmu.edu&gt;
Co-authored-by: roma2023 &lt;romasaparhan19@gmail.com&gt;
Co-authored-by: Alexandre Alapetite &lt;alexandre@alapetite.fr&gt;</content>
</entry>
<entry>
<title>Improved CSS filter (#7091)</title>
<updated>2024-12-11T22:23:50+00:00</updated>
<author>
<name>Alexandre Alapetite</name>
<email>alexandre@alapetite.fr</email>
</author>
<published>2024-12-11T22:23:50+00:00</published>
<link rel='alternate' type='text/html' href='https://git.rdnlsmith.com/fresh-rss-custom/commit/?id=272af0f3c44a4a90e05cf8b5b1972c0b22ece3ad'/>
<id>urn:sha1:272af0f3c44a4a90e05cf8b5b1972c0b22ece3ad</id>
<content type='text'>
* Improved CSS filter
Remove unwanted elements both before and after sanitizing
fix https://github.com/FreshRSS/FreshRSS/issues/7084
Improved
fix bug in https://github.com/FreshRSS/FreshRSS/commit/33fd07f6f26310d4806077cc87bcdf9b8b940e35#commitcomment-150152171

* fix typing</content>
</entry>
<entry>
<title>I18n Italian update (#7086)</title>
<updated>2024-12-10T22:01:18+00:00</updated>
<author>
<name>UserRoot-Luca</name>
<email>55756898+UserRoot-Luca@users.noreply.github.com</email>
</author>
<published>2024-12-10T22:01:18+00:00</published>
<link rel='alternate' type='text/html' href='https://git.rdnlsmith.com/fresh-rss-custom/commit/?id=159e0d4efd6fe518a7ec4c6a986e2fba50bdecef'/>
<id>urn:sha1:159e0d4efd6fe518a7ec4c6a986e2fba50bdecef</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Fix CSS filter help message (#7083)</title>
<updated>2024-12-10T15:31:24+00:00</updated>
<author>
<name>Alexandre Alapetite</name>
<email>alexandre@alapetite.fr</email>
</author>
<published>2024-12-10T15:31:24+00:00</published>
<link rel='alternate' type='text/html' href='https://git.rdnlsmith.com/fresh-rss-custom/commit/?id=7631dc7dee52d70483a6e7a0b6523cf47f8ae4f0'/>
<id>urn:sha1:7631dc7dee52d70483a6e7a0b6523cf47f8ae4f0</id>
<content type='text'>
https://github.com/FreshRSS/FreshRSS/issues/7014#issuecomment-2531610211</content>
</entry>
<entry>
<title>OPML export/import for cssFullContentConditions (#7082)</title>
<updated>2024-12-10T13:57:25+00:00</updated>
<author>
<name>Alexandre Alapetite</name>
<email>alexandre@alapetite.fr</email>
</author>
<published>2024-12-10T13:57:25+00:00</published>
<link rel='alternate' type='text/html' href='https://git.rdnlsmith.com/fresh-rss-custom/commit/?id=ab9a4e292cab48c94e6bac818f3256f6e131c041'/>
<id>urn:sha1:ab9a4e292cab48c94e6bac818f3256f6e131c041</id>
<content type='text'>
Follow-up of https://github.com/FreshRSS/FreshRSS/commit/33fd07f6f26310d4806077cc87bcdf9b8b940e35, which should have been a PR.</content>
</entry>
</feed>
