<feed xmlns='http://www.w3.org/2005/Atom'>
<title>FreshRSS (Customized)/CHANGELOG, branch 0.9.0</title>
<subtitle>Customized version of FreshRSS, a self-hosted RSS feed aggregator</subtitle>
<id>https://git.rdnlsmith.com/fresh-rss-custom/atom?h=0.9.0</id>
<link rel='self' href='https://git.rdnlsmith.com/fresh-rss-custom/atom?h=0.9.0'/>
<link rel='alternate' type='text/html' href='https://git.rdnlsmith.com/fresh-rss-custom/'/>
<updated>2014-09-26T12:51:53+00:00</updated>
<entry>
<title>Version 0.9.0</title>
<updated>2014-09-26T12:51:53+00:00</updated>
<author>
<name>Marien Fressinaud</name>
<email>dev@marienfressinaud.fr</email>
</author>
<published>2014-09-26T12:51:53+00:00</published>
<link rel='alternate' type='text/html' href='https://git.rdnlsmith.com/fresh-rss-custom/commit/?id=6dfbc28042c6e18da9c7578ed626064a4d8c7cb3'/>
<id>urn:sha1:6dfbc28042c6e18da9c7578ed626064a4d8c7cb3</id>
<content type='text'>
</content>
</entry>
<entry>
<title>CHANGELOG</title>
<updated>2014-09-25T09:57:05+00:00</updated>
<author>
<name>Marien Fressinaud</name>
<email>dev@marienfressinaud.fr</email>
</author>
<published>2014-09-25T09:57:05+00:00</published>
<link rel='alternate' type='text/html' href='https://git.rdnlsmith.com/fresh-rss-custom/commit/?id=ab986b21b9c5d733321619f247ab172ec5d60f3f'/>
<id>urn:sha1:ab986b21b9c5d733321619f247ab172ec5d60f3f</id>
<content type='text'>
</content>
</entry>
<entry>
<title>CHANGELOG</title>
<updated>2014-09-08T18:15:35+00:00</updated>
<author>
<name>Marien Fressinaud</name>
<email>dev@marienfressinaud.fr</email>
</author>
<published>2014-09-08T18:15:35+00:00</published>
<link rel='alternate' type='text/html' href='https://git.rdnlsmith.com/fresh-rss-custom/commit/?id=0dba48caef537d52beba347bf6e889196e1b9828'/>
<id>urn:sha1:0dba48caef537d52beba347bf6e889196e1b9828</id>
<content type='text'>
Add new update system.

See https://github.com/marienfressinaud/FreshRSS/issues/411
</content>
</entry>
<entry>
<title>API compatible lighttpd</title>
<updated>2014-08-20T15:33:46+00:00</updated>
<author>
<name>Alexandre Alapetite</name>
<email>alexandre@alapetite.fr</email>
</author>
<published>2014-08-20T15:33:46+00:00</published>
<link rel='alternate' type='text/html' href='https://git.rdnlsmith.com/fresh-rss-custom/commit/?id=46efdc097464363252eb3941cbabe8a507291d02'/>
<id>urn:sha1:46efdc097464363252eb3941cbabe8a507291d02</id>
<content type='text'>
https://github.com/marienfressinaud/FreshRSS/issues/443
</content>
</entry>
<entry>
<title>Update CHANGELOG</title>
<updated>2014-08-10T18:54:46+00:00</updated>
<author>
<name>Marien Fressinaud</name>
<email>dev@marienfressinaud.fr</email>
</author>
<published>2014-08-10T18:54:46+00:00</published>
<link rel='alternate' type='text/html' href='https://git.rdnlsmith.com/fresh-rss-custom/commit/?id=afa8f92b800bcb8f9187478b0d2528c29279fb1b'/>
<id>urn:sha1:afa8f92b800bcb8f9187478b0d2528c29279fb1b</id>
<content type='text'>
Add option to stay logged in
</content>
</entry>
<entry>
<title>Update CHANGELOG</title>
<updated>2014-08-09T12:43:47+00:00</updated>
<author>
<name>Marien Fressinaud</name>
<email>dev@marienfressinaud.fr</email>
</author>
<published>2014-08-09T12:43:47+00:00</published>
<link rel='alternate' type='text/html' href='https://git.rdnlsmith.com/fresh-rss-custom/commit/?id=418ee97f572750105adc80435bae8016388a07b7'/>
<id>urn:sha1:418ee97f572750105adc80435bae8016388a07b7</id>
<content type='text'>
- Add HTML5 notifications
- Add Screwdriver theme (not included yet… but soon!)
</content>
</entry>
<entry>
<title>Experimental: Removed lazyload.js and use postpone attribute instead</title>
<updated>2014-08-02T17:57:15+00:00</updated>
<author>
<name>Alexandre Alapetite</name>
<email>alexandre@alapetite.fr</email>
</author>
<published>2014-08-02T17:57:15+00:00</published>
<link rel='alternate' type='text/html' href='https://git.rdnlsmith.com/fresh-rss-custom/commit/?id=274c8096e3ccc8ea008c1a038134ffddc302fd0d'/>
<id>urn:sha1:274c8096e3ccc8ea008c1a038134ffddc302fd0d</id>
<content type='text'>
https://github.com/marienfressinaud/FreshRSS/issues/316
The performance of lazyload.js was not good enough, and not really
needed anyway.
This change mostly affects mainly situations when the content of
articles is shown by default, not so much when they are collapsed
Using HTML5 lazyload and postpone attributes by default on all img,
audio, iframe, video.
http://www.w3.org/TR/resource-priorities/#attr-postpone
Postpone attribute is removed by JavaScript if the user does not want
the lazyload behaviour.
In the case when users do want the lazyload behaviour, in normal view
with articles hidden, we furthermore use the data-original approach to
be sure to support current browsers.
+Corrected some bugs with enclosures, and some images not appearing
before the first scroll.
+Now faster regex processing img and iframe at once (was not practical
with lazyload.js)
</content>
</entry>
<entry>
<title>Dynamic favicon showing the number of unread articles</title>
<updated>2014-08-01T23:33:33+00:00</updated>
<author>
<name>Alexandre Alapetite</name>
<email>alexandre@alapetite.fr</email>
</author>
<published>2014-08-01T23:33:33+00:00</published>
<link rel='alternate' type='text/html' href='https://git.rdnlsmith.com/fresh-rss-custom/commit/?id=8e5d98c4be836eed824260c01714e8d3624b9bef'/>
<id>urn:sha1:8e5d98c4be836eed824260c01714e8d3624b9bef</id>
<content type='text'>
https://github.com/marienfressinaud/FreshRSS/issues/539
Works in Firefox 32 and Opera 12. Does not work in IE 11 but without
error.
We should test if icons still work in many contexts such as placing a
shortcut on the desktop of various platforms.
</content>
</entry>
<entry>
<title>Changelog towards 0.7.4</title>
<updated>2014-08-01T18:56:42+00:00</updated>
<author>
<name>Alexandre Alapetite</name>
<email>alexandre@alapetite.fr</email>
</author>
<published>2014-08-01T18:56:42+00:00</published>
<link rel='alternate' type='text/html' href='https://git.rdnlsmith.com/fresh-rss-custom/commit/?id=87503291817f3ed8f48220920b28bcf864cfeed8'/>
<id>urn:sha1:87503291817f3ed8f48220920b28bcf864cfeed8</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Update CHANGELOG</title>
<updated>2014-07-21T16:07:29+00:00</updated>
<author>
<name>Marien Fressinaud</name>
<email>dev@marienfressinaud.fr</email>
</author>
<published>2014-07-21T16:07:29+00:00</published>
<link rel='alternate' type='text/html' href='https://git.rdnlsmith.com/fresh-rss-custom/commit/?id=dfe4597f3b3fd9d1337070e123b8265e5af23538'/>
<id>urn:sha1:dfe4597f3b3fd9d1337070e123b8265e5af23538</id>
<content type='text'>
</content>
</entry>
</feed>
