<feed xmlns='http://www.w3.org/2005/Atom'>
<title>FreshRSS (Customized)/app/Models/Themes.php, branch 1.21.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.21.0</id>
<link rel='self' href='https://git.rdnlsmith.com/fresh-rss-custom/atom?h=1.21.0'/>
<link rel='alternate' type='text/html' href='https://git.rdnlsmith.com/fresh-rss-custom/'/>
<updated>2022-11-26T10:31:30+00:00</updated>
<entry>
<title>Deleted: bookmark.svg (#4897)</title>
<updated>2022-11-26T10:31:30+00:00</updated>
<author>
<name>maTh</name>
<email>math-home@web.de</email>
</author>
<published>2022-11-26T10:31:30+00:00</published>
<link rel='alternate' type='text/html' href='https://git.rdnlsmith.com/fresh-rss-custom/commit/?id=c05e931d5ed2ce315e9556db9ebf6afd9918f6fc'/>
<id>urn:sha1:c05e931d5ed2ce315e9556db9ebf6afd9918f6fc</id>
<content type='text'>
* delete bookmark.svg

* optimize Pafat theme</content>
</entry>
<entry>
<title>fix: dyn. OPML icon (#4810)</title>
<updated>2022-11-03T21:36:13+00:00</updated>
<author>
<name>maTh</name>
<email>math-home@web.de</email>
</author>
<published>2022-11-03T21:36:13+00:00</published>
<link rel='alternate' type='text/html' href='https://git.rdnlsmith.com/fresh-rss-custom/commit/?id=ca6c9345b2932b1f955d9d037fa6ed136e84bdc6'/>
<id>urn:sha1:ca6c9345b2932b1f955d9d037fa6ed136e84bdc6</id>
<content type='text'>
* fix</content>
</entry>
<entry>
<title>feat: add new icon (#4673)</title>
<updated>2022-10-04T07:06:48+00:00</updated>
<author>
<name>Nicolas Pereira</name>
<email>pereira.nicolasrocha@gmail.com</email>
</author>
<published>2022-10-04T07:06:48+00:00</published>
<link rel='alternate' type='text/html' href='https://git.rdnlsmith.com/fresh-rss-custom/commit/?id=3f49827292b89ba85a3a196c52b87e950ebec240'/>
<id>urn:sha1:3f49827292b89ba85a3a196c52b87e950ebec240</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Dynamic OPML (#4407)</title>
<updated>2022-07-04T07:53:26+00:00</updated>
<author>
<name>Alexandre Alapetite</name>
<email>alexandre@alapetite.fr</email>
</author>
<published>2022-07-04T07:53:26+00:00</published>
<link rel='alternate' type='text/html' href='https://git.rdnlsmith.com/fresh-rss-custom/commit/?id=509c8cae6381ec46af7c8303eb92fda6ce496a4a'/>
<id>urn:sha1:509c8cae6381ec46af7c8303eb92fda6ce496a4a</id>
<content type='text'>
* Dynamic OPML draft
#fix https://github.com/FreshRSS/FreshRSS/issues/4191

* Export dynamic OPML
http://opml.org/spec2.opml#1629043127000

* Restart with simpler approach

* Minor revert

* Export dynamic OPML also for single feeds

* Special category type for importing dynamic OPML

* Parameter for excludeMutedFeeds

* Details

* More draft

* i18n

* Fix update

* Draft manual import working

* Working manual refresh

* Draft automatic update

* Working Web refresh + fixes

* Import/export dynamic OPML settings

* Annoying numerous lines in SQL logs

* Fix minor JavaScript error

* Fix auto adding new columns

* Add require

* Add missing 🗲

* Missing space

* Disable adding new feeds to dynamic categories

* Link from import

* i18n typo

* Improve theme icon function

* Fix pink-dark</content>
</entry>
<entry>
<title>Fix warning with icons (#4390)</title>
<updated>2022-05-30T08:34:39+00:00</updated>
<author>
<name>Alexandre Alapetite</name>
<email>alexandre@alapetite.fr</email>
</author>
<published>2022-05-30T08:34:39+00:00</published>
<link rel='alternate' type='text/html' href='https://git.rdnlsmith.com/fresh-rss-custom/commit/?id=15cdb60ba07f9c83d0129677b117bd3e955e13e5'/>
<id>urn:sha1:15cdb60ba07f9c83d0129677b117bd3e955e13e5</id>
<content type='text'>
Fix warning in cases when the user context is not yet available, for instance during install
Fix regression from https://github.com/FreshRSS/FreshRSS/pull/4353</content>
</entry>
<entry>
<title>Option icons-as-emojis for performance (#4353)</title>
<updated>2022-05-09T10:54:54+00:00</updated>
<author>
<name>Alexandre Alapetite</name>
<email>alexandre@alapetite.fr</email>
</author>
<published>2022-05-09T10:54:54+00:00</published>
<link rel='alternate' type='text/html' href='https://git.rdnlsmith.com/fresh-rss-custom/commit/?id=80a228e9a6219c5277e8c20f50566ed0766d805e'/>
<id>urn:sha1:80a228e9a6219c5277e8c20f50566ed0766d805e</id>
<content type='text'>
New mode to use only emojis instead of icons.
Considerably improves performances.
Needed for 20k+ feeds scenario https://github.com/FreshRSS/FreshRSS/pull/4347</content>
</entry>
<entry>
<title>fix: log (#4273)</title>
<updated>2022-03-16T22:21:28+00:00</updated>
<author>
<name>maTh</name>
<email>math-home@web.de</email>
</author>
<published>2022-03-16T22:21:28+00:00</published>
<link rel='alternate' type='text/html' href='https://git.rdnlsmith.com/fresh-rss-custom/commit/?id=9748ac48e40947b80808933213b043dc797670b6'/>
<id>urn:sha1:9748ac48e40947b80808933213b043dc797670b6</id>
<content type='text'>
* improve css

* scrolling table

* debug icon

* fix css

* Update swage.css

* fix more css

* Update swage.scss

* Delete _components.css

* added: .log-debug</content>
</entry>
<entry>
<title>Improved: log page (#4204)</title>
<updated>2022-03-14T22:04:17+00:00</updated>
<author>
<name>maTh</name>
<email>math-home@web.de</email>
</author>
<published>2022-03-14T22:04:17+00:00</published>
<link rel='alternate' type='text/html' href='https://git.rdnlsmith.com/fresh-rss-custom/commit/?id=6650d1d29ea5e6f895124afce9ed4a6e920a1ed8'/>
<id>urn:sha1:6650d1d29ea5e6f895124afce9ed4a6e920a1ed8</id>
<content type='text'>
* first draft

* wip

* Theme Ansum

* Update logs_pagination.phtml

* Theme Mapco

* Update adark.css

* Update BlueLagoon.css

* Update dark.css

* Update screwdriver.css

* Theme Swage

* Update app/views/helpers/logs_pagination.phtml

Co-authored-by: Frans de Jonge &lt;fransdejonge@gmail.com&gt;

* Update app/views/helpers/logs_pagination.phtml

Co-authored-by: Frans de Jonge &lt;fransdejonge@gmail.com&gt;

* Update template.css

* Update logs_pagination.phtml

* Update logs_pagination.phtml

* Update logs_pagination.phtml

* RTL CSS

* Update dark.rtl.css

* Update swage.css

* fix CLI findings

* Indentation fixed

* icons improved

* CSS: centered icons

* i18n

* pipline test fixes

* Update conf.php

* Update gen.php

* Update app/i18n/fr/conf.php

Co-authored-by: Frans de Jonge &lt;fransdejonge@gmail.com&gt;
Co-authored-by: Alexandre Alapetite &lt;alexandre@alapetite.fr&gt;</content>
</entry>
<entry>
<title>Improved: icons in same color (#4212)</title>
<updated>2022-02-21T18:21:12+00:00</updated>
<author>
<name>maTh</name>
<email>math-home@web.de</email>
</author>
<published>2022-02-21T18:21:12+00:00</published>
<link rel='alternate' type='text/html' href='https://git.rdnlsmith.com/fresh-rss-custom/commit/?id=926ce8ff5f2595bdf29f6a8fb61e8e40adb1251a'/>
<id>urn:sha1:926ce8ff5f2595bdf29f6a8fb61e8e40adb1251a</id>
<content type='text'>
* delete white plus icon

* delete unused icons

* Themes

* Update flat.css

* minimized XML of SVG icons

* RTL CSS fix

* Update ansum.css

Co-authored-by: Alexandre Alapetite &lt;alexandre@alapetite.fr&gt;</content>
</entry>
<entry>
<title>Improvement: menu icons (#4004)</title>
<updated>2022-01-12T22:04:59+00:00</updated>
<author>
<name>maTh</name>
<email>math-home@web.de</email>
</author>
<published>2022-01-12T22:04:59+00:00</published>
<link rel='alternate' type='text/html' href='https://git.rdnlsmith.com/fresh-rss-custom/commit/?id=d2b6fe099a223eb383c6d9e044fb5b71a14f0e23'/>
<id>urn:sha1:d2b6fe099a223eb383c6d9e044fb5b71a14f0e23</id>
<content type='text'>
* default icons

* icons Flat theme

* icons Swage theme

* icon gets bright when hover: Ansum theme

* icon gets bright when hover: Blue lagoon theme

* icon gets bright when hover: Origine/Origine Compact theme

* compressed SVG

* Better formated SVG/XML files

* Update bookmark-tag.svg</content>
</entry>
</feed>
