<feed xmlns='http://www.w3.org/2005/Atom'>
<title>FreshRSS (Customized), branch 1.19.2</title>
<subtitle>Customized version of FreshRSS, a self-hosted RSS feed aggregator</subtitle>
<id>https://git.rdnlsmith.com/fresh-rss-custom/atom?h=1.19.2</id>
<link rel='self' href='https://git.rdnlsmith.com/fresh-rss-custom/atom?h=1.19.2'/>
<link rel='alternate' type='text/html' href='https://git.rdnlsmith.com/fresh-rss-custom/'/>
<updated>2022-02-04T14:24:37+00:00</updated>
<entry>
<title>Release 1.19.2</title>
<updated>2022-02-04T14:24:37+00:00</updated>
<author>
<name>Alexandre Alapetite</name>
<email>alexandre@alapetite.fr</email>
</author>
<published>2022-02-04T14:24:37+00:00</published>
<link rel='alternate' type='text/html' href='https://git.rdnlsmith.com/fresh-rss-custom/commit/?id=67aea86baef33f958062030d977a6f861bd9c8f2'/>
<id>urn:sha1:67aea86baef33f958062030d977a6f861bd9c8f2</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Compat import JSON milliseconds (#4186)</title>
<updated>2022-01-31T23:03:51+00:00</updated>
<author>
<name>Alexandre Alapetite</name>
<email>alexandre@alapetite.fr</email>
</author>
<published>2022-01-31T23:03:51+00:00</published>
<link rel='alternate' type='text/html' href='https://git.rdnlsmith.com/fresh-rss-custom/commit/?id=05ca0517bbcc782a45692dcde0f9258d3165f6bc'/>
<id>urn:sha1:05ca0517bbcc782a45692dcde0f9258d3165f6bc</id>
<content type='text'>
#fix https://github.com/FreshRSS/FreshRSS/issues/4185</content>
</entry>
<entry>
<title>Fixed: &lt;label&gt; (#4189)</title>
<updated>2022-01-31T22:55:27+00:00</updated>
<author>
<name>maTh</name>
<email>math-home@web.de</email>
</author>
<published>2022-01-31T22:55:27+00:00</published>
<link rel='alternate' type='text/html' href='https://git.rdnlsmith.com/fresh-rss-custom/commit/?id=513f7aaa1651ffcc051d5ba36b6780154b20660d'/>
<id>urn:sha1:513f7aaa1651ffcc051d5ba36b6780154b20660d</id>
<content type='text'>
* fixed: empty/wrong for attribute

* label to div, because no for attribute possible

* useless label deleted</content>
</entry>
<entry>
<title>fix theme Origine (#4188)</title>
<updated>2022-01-31T22:08:27+00:00</updated>
<author>
<name>maTh</name>
<email>math-home@web.de</email>
</author>
<published>2022-01-31T22:08:27+00:00</published>
<link rel='alternate' type='text/html' href='https://git.rdnlsmith.com/fresh-rss-custom/commit/?id=0ddbc103a14487a49d51506a0c01dba29383efcf'/>
<id>urn:sha1:0ddbc103a14487a49d51506a0c01dba29383efcf</id>
<content type='text'>
</content>
</entry>
<entry>
<title>i18n CLI compat PHP 7.0 (#4184)</title>
<updated>2022-01-31T13:22:50+00:00</updated>
<author>
<name>Alexandre Alapetite</name>
<email>alexandre@alapetite.fr</email>
</author>
<published>2022-01-31T13:22:50+00:00</published>
<link rel='alternate' type='text/html' href='https://git.rdnlsmith.com/fresh-rss-custom/commit/?id=66912420a10f6eb214ad2261a93db6d7c8f1f64a'/>
<id>urn:sha1:66912420a10f6eb214ad2261a93db6d7c8f1f64a</id>
<content type='text'>
Minor syntax change to pass the linting in PHP 7.0</content>
</entry>
<entry>
<title>Fix ctype_alnum (#4182)</title>
<updated>2022-01-30T14:53:17+00:00</updated>
<author>
<name>Alexandre Alapetite</name>
<email>alexandre@alapetite.fr</email>
</author>
<published>2022-01-30T14:53:17+00:00</published>
<link rel='alternate' type='text/html' href='https://git.rdnlsmith.com/fresh-rss-custom/commit/?id=47e242aa77bb8583e8716023c4bcef0462891ebd'/>
<id>urn:sha1:47e242aa77bb8583e8716023c4bcef0462891ebd</id>
<content type='text'>
* Fix ctype_alnum
#fix https://github.com/FreshRSS/FreshRSS/issues/4180
Ensure `ctype_alnum()` gets a string

* Changelog</content>
</entry>
<entry>
<title>Clean temp files MigratorTest (#4177)</title>
<updated>2022-01-29T22:08:09+00:00</updated>
<author>
<name>Alexandre Alapetite</name>
<email>alexandre@alapetite.fr</email>
</author>
<published>2022-01-29T22:08:09+00:00</published>
<link rel='alternate' type='text/html' href='https://git.rdnlsmith.com/fresh-rss-custom/commit/?id=24afafb74d422bd8d7526719046253279cb7e713'/>
<id>urn:sha1:24afafb74d422bd8d7526719046253279cb7e713</id>
<content type='text'>
The automated tests used to generate several temporary files not deleted...</content>
</entry>
<entry>
<title>Fix keep state after favourites tags (#4178)</title>
<updated>2022-01-29T13:19:16+00:00</updated>
<author>
<name>Alexandre Alapetite</name>
<email>alexandre@alapetite.fr</email>
</author>
<published>2022-01-29T13:19:16+00:00</published>
<link rel='alternate' type='text/html' href='https://git.rdnlsmith.com/fresh-rss-custom/commit/?id=8808fb4545d467f62fc82886d9f86bc63c8cf962'/>
<id>urn:sha1:8808fb4545d467f62fc82886d9f86bc63c8cf962</id>
<content type='text'>
* Fix keep state after favourites tags
#fix https://github.com/FreshRSS/FreshRSS/issues/4124 regression

* Optimisation</content>
</entry>
<entry>
<title>Credits</title>
<updated>2022-01-29T12:51:03+00:00</updated>
<author>
<name>Alexandre Alapetite</name>
<email>alexandre@alapetite.fr</email>
</author>
<published>2022-01-29T12:51:03+00:00</published>
<link rel='alternate' type='text/html' href='https://git.rdnlsmith.com/fresh-rss-custom/commit/?id=2e805f8c0b3d2c84755219f64aa5ae82eed3c73f'/>
<id>urn:sha1:2e805f8c0b3d2c84755219f64aa5ae82eed3c73f</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Changelog</title>
<updated>2022-01-29T12:43:41+00:00</updated>
<author>
<name>Alexandre Alapetite</name>
<email>alexandre@alapetite.fr</email>
</author>
<published>2022-01-29T12:43:41+00:00</published>
<link rel='alternate' type='text/html' href='https://git.rdnlsmith.com/fresh-rss-custom/commit/?id=a568e11142c5b94d30b2b0da3dcc3c1f98a154f9'/>
<id>urn:sha1:a568e11142c5b94d30b2b0da3dcc3c1f98a154f9</id>
<content type='text'>
</content>
</entry>
</feed>
