<feed xmlns='http://www.w3.org/2005/Atom'>
<title>FreshRSS (Customized)/p/scripts, branch 1.23.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.23.0</id>
<link rel='self' href='https://git.rdnlsmith.com/fresh-rss-custom/atom?h=1.23.0'/>
<link rel='alternate' type='text/html' href='https://git.rdnlsmith.com/fresh-rss-custom/'/>
<updated>2023-11-09T10:12:04+00:00</updated>
<entry>
<title>Added ability to mark articles as read on focus. (#5812)</title>
<updated>2023-11-09T10:12:04+00:00</updated>
<author>
<name>Ben Passmore</name>
<email>contact@passbe.com</email>
</author>
<published>2023-11-09T10:12:04+00:00</published>
<link rel='alternate' type='text/html' href='https://git.rdnlsmith.com/fresh-rss-custom/commit/?id=b9939bdaac75233ab52c7c7a483d5e4feb4921a4'/>
<id>urn:sha1:b9939bdaac75233ab52c7c7a483d5e4feb4921a4</id>
<content type='text'>
* Added ability to mark entries as read on focus.

Feature proposed in issue #5723.

* make-fix-all + i18n fr

* Use batch to save resources and increase performance

* Use "keep_unread"

* typo

---------

Co-authored-by: Alexandre Alapetite &lt;alexandre@alapetite.fr&gt;</content>
</entry>
<entry>
<title>New feature important feeds (#5782)</title>
<updated>2023-11-08T19:23:54+00:00</updated>
<author>
<name>Alexandre Alapetite</name>
<email>alexandre@alapetite.fr</email>
</author>
<published>2023-11-08T19:23:54+00:00</published>
<link rel='alternate' type='text/html' href='https://git.rdnlsmith.com/fresh-rss-custom/commit/?id=348028a29043b7d1d0f80544c44f0454b2c375c3'/>
<id>urn:sha1:348028a29043b7d1d0f80544c44f0454b2c375c3</id>
<content type='text'>
* New feature important feeds

* Fix PHPStan

* Initial style for important feeds + keep unread

* Change UI order

* Count important unread

* Never mark as read important feeds during scroll

* Fix i18n conf.iew.normal regression

* Fix reader view

* More fix reader view

* Create important.svg

* Fix title

* Fix counter

* Account for important during  mark-all-as-read

* Fix underline colour

* 📌

* Changelog

---------

Co-authored-by: math-gh &lt;&gt;
Co-authored-by: maTh &lt;1645099+math-GH@users.noreply.github.com&gt;</content>
</entry>
<entry>
<title>init_posts(): load more posts on window resize (#5815)</title>
<updated>2023-11-04T16:49:48+00:00</updated>
<author>
<name>Frans de Jonge</name>
<email>fransdejonge@gmail.com</email>
</author>
<published>2023-11-04T16:49:48+00:00</published>
<link rel='alternate' type='text/html' href='https://git.rdnlsmith.com/fresh-rss-custom/commit/?id=ecf1585d74c44954720acddce02d3827c93a06df'/>
<id>urn:sha1:ecf1585d74c44954720acddce02d3827c93a06df</id>
<content type='text'>
* init_posts(): load more posts on window resize

Fixes:

1. Open FreshRSS in a shorter window
2. Resize to be much longer
3. Half the window remains empty

This is most obviously a problem on vertical monitors.

* Address comments

* blah blah

* typo</content>
</entry>
<entry>
<title>Fix JS regression dropdown label (#5785)</title>
<updated>2023-10-30T21:23:25+00:00</updated>
<author>
<name>Alexandre Alapetite</name>
<email>alexandre@alapetite.fr</email>
</author>
<published>2023-10-30T21:23:25+00:00</published>
<link rel='alternate' type='text/html' href='https://git.rdnlsmith.com/fresh-rss-custom/commit/?id=9b3a867c35ac68a1e7f4c96cf4ace5728b6fb855'/>
<id>urn:sha1:9b3a867c35ac68a1e7f4c96cf4ace5728b6fb855</id>
<content type='text'>
#fix https://github.com/FreshRSS/FreshRSS/issues/5784</content>
</entry>
<entry>
<title>Try Catch for window.Notification (#5690)</title>
<updated>2023-10-22T17:02:39+00:00</updated>
<author>
<name>Alexandre Alapetite</name>
<email>alexandre@alapetite.fr</email>
</author>
<published>2023-10-22T17:02:39+00:00</published>
<link rel='alternate' type='text/html' href='https://git.rdnlsmith.com/fresh-rss-custom/commit/?id=430d467b5a98c6691ed87180f0f15ddb111c213b'/>
<id>urn:sha1:430d467b5a98c6691ed87180f0f15ddb111c213b</id>
<content type='text'>
fix https://github.com/FreshRSS/FreshRSS/issues/5687
Exceptions might be thrown in some cases
https://developer.mozilla.org/docs/Web/API/Notification/Notification</content>
</entry>
<entry>
<title>Fix labels in anonymous mode (#5650)</title>
<updated>2023-09-14T18:23:33+00:00</updated>
<author>
<name>Alexandre Alapetite</name>
<email>alexandre@alapetite.fr</email>
</author>
<published>2023-09-14T18:23:33+00:00</published>
<link rel='alternate' type='text/html' href='https://git.rdnlsmith.com/fresh-rss-custom/commit/?id=bc5666cd27ee1172f89603982a44c143ceae08fd'/>
<id>urn:sha1:bc5666cd27ee1172f89603982a44c143ceae08fd</id>
<content type='text'>
* Fix labels in anonymous mode
fix https://github.com/FreshRSS/FreshRSS/issues/4305

* Show all tags

* Revert "Show all tags"

This reverts commit 24dfba501729cea32943548bc829d3581883de50.

* Add message when no labels

* fixed no label style

* i18n de translation

* Fix in non-anomymous mode

* No class in anonymous mode

---------

Co-authored-by: maTh &lt;1645099+math-GH@users.noreply.github.com&gt;
Co-authored-by: math-gh &lt;&gt;</content>
</entry>
<entry>
<title>Fix: sharing via clipboard for no https/localhost environments (#5606)</title>
<updated>2023-08-29T21:15:19+00:00</updated>
<author>
<name>maTh</name>
<email>math-home@web.de</email>
</author>
<published>2023-08-29T21:15:19+00:00</published>
<link rel='alternate' type='text/html' href='https://git.rdnlsmith.com/fresh-rss-custom/commit/?id=da405ceee628dca739a12b234a6094a8ebae9c94'/>
<id>urn:sha1:da405ceee628dca739a12b234a6094a8ebae9c94</id>
<content type='text'>
* Update main.js

* Update p/scripts/main.js

Co-authored-by: Frans de Jonge &lt;fransdejonge@gmail.com&gt;

* improved with negative feedback

* Update p/scripts/main.js

Co-authored-by: Alexandre Alapetite &lt;alexandre@alapetite.fr&gt;

---------

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>Global view: reduce overhead (#5496)</title>
<updated>2023-06-27T09:06:39+00:00</updated>
<author>
<name>maTh</name>
<email>math-home@web.de</email>
</author>
<published>2023-06-27T09:06:39+00:00</published>
<link rel='alternate' type='text/html' href='https://git.rdnlsmith.com/fresh-rss-custom/commit/?id=ee195354d96e698a521cf9584e2f4e85190dc5ef'/>
<id>urn:sha1:ee195354d96e698a521cf9584e2f4e85190dc5ef</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Fix macOS feed title meta-click behavior (#5492)</title>
<updated>2023-06-24T18:25:55+00:00</updated>
<author>
<name>David Lynch</name>
<email>kemayo@gmail.com</email>
</author>
<published>2023-06-24T18:25:55+00:00</published>
<link rel='alternate' type='text/html' href='https://git.rdnlsmith.com/fresh-rss-custom/commit/?id=69994078d7974f5e44d81abc0b4eb83bf52ab9f5'/>
<id>urn:sha1:69994078d7974f5e44d81abc0b4eb83bf52ab9f5</id>
<content type='text'>
* Fix command-click on feed titles in macOS browsers

In macOS command-click is used for open-in-new-tab, not ctrl-click.

* Update CREDITS.md</content>
</entry>
<entry>
<title>Allow deep link to extension configuration (#5449)</title>
<updated>2023-06-13T20:40:28+00:00</updated>
<author>
<name>Alexandre Alapetite</name>
<email>alexandre@alapetite.fr</email>
</author>
<published>2023-06-13T20:40:28+00:00</published>
<link rel='alternate' type='text/html' href='https://git.rdnlsmith.com/fresh-rss-custom/commit/?id=3fe68a3285e0a9f5268a64414cd6e7bb2aa8f178'/>
<id>urn:sha1:3fe68a3285e0a9f5268a64414cd6e7bb2aa8f178</id>
<content type='text'>
* Allow deep link to extension configuration
Full screen

* Support slider

* Add aside_configure
Fix https://github.com/FreshRSS/FreshRSS/pull/5449#issuecomment-1588089769</content>
</entry>
</feed>
