<feed xmlns='http://www.w3.org/2005/Atom'>
<title>decky-loader/backend, branch v2.0.5-pre20</title>
<subtitle>Unnamed repository; edit this file 'description' to name the repository.
</subtitle>
<link rel='alternate' type='text/html' href='http://decky.mirror.aerocore.com.cn/SteamDeckHomebrew/decky-loader/'/>
<entry>
<title>Give SettingsManager a default directory</title>
<updated>2022-08-31T19:20:31+00:00</updated>
<author>
<name>TrainDoctor</name>
<email>traindoctor@protonmail.com</email>
</author>
<published>2022-08-31T19:20:13+00:00</published>
<link rel='alternate' type='text/html' href='http://decky.mirror.aerocore.com.cn/SteamDeckHomebrew/decky-loader/commit/?id=16a6e9b6a929dea4ad4607368e4e0c515ed15b61'/>
<id>16a6e9b6a929dea4ad4607368e4e0c515ed15b61</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Fix LimitOverrunError when a lot of data is passed to the backend (fixes #158) (#161)</title>
<updated>2022-08-31T17:46:40+00:00</updated>
<author>
<name>Philipp Richter</name>
<email>richterphilipp.pops@gmail.com</email>
</author>
<published>2022-08-31T17:46:40+00:00</published>
<link rel='alternate' type='text/html' href='http://decky.mirror.aerocore.com.cn/SteamDeckHomebrew/decky-loader/commit/?id=6f84cf94b598421ddf06810f56e165284d535474'/>
<id>6f84cf94b598421ddf06810f56e165284d535474</id>
<content type='text'>
* Fix LimitOverrunError when a lot of data is passed to the backend

* Raise socket's buffer limit to something more sensible</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
* Fix LimitOverrunError when a lot of data is passed to the backend

* Raise socket's buffer limit to something more sensible</pre>
</div>
</content>
</entry>
<entry>
<title>Moved traceback to higher log level for cleaner logs</title>
<updated>2022-08-29T22:18:18+00:00</updated>
<author>
<name>TrainDoctor</name>
<email>traindoctor@protonmail.com</email>
</author>
<published>2022-08-29T22:18:18+00:00</published>
<link rel='alternate' type='text/html' href='http://decky.mirror.aerocore.com.cn/SteamDeckHomebrew/decky-loader/commit/?id=7c06db5ece8e3904d149846e94aeccfd3d281acb'/>
<id>7c06db5ece8e3904d149846e94aeccfd3d281acb</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Fix plugin uninstalling</title>
<updated>2022-08-29T21:41:10+00:00</updated>
<author>
<name>TrainDoctor</name>
<email>traindoctor@protonmail.com</email>
</author>
<published>2022-08-29T21:41:10+00:00</published>
<link rel='alternate' type='text/html' href='http://decky.mirror.aerocore.com.cn/SteamDeckHomebrew/decky-loader/commit/?id=aeb2decfc1a0543d59dcf8cb7b41a066826f291f'/>
<id>aeb2decfc1a0543d59dcf8cb7b41a066826f291f</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Refractor plugin backend (#111)</title>
<updated>2022-08-27T04:01:23+00:00</updated>
<author>
<name>botato</name>
<email>63275405+botatooo@users.noreply.github.com</email>
</author>
<published>2022-08-27T04:01:23+00:00</published>
<link rel='alternate' type='text/html' href='http://decky.mirror.aerocore.com.cn/SteamDeckHomebrew/decky-loader/commit/?id=b7d7ca04e12690b5e65259c8806e5e895cdc16aa'/>
<id>b7d7ca04e12690b5e65259c8806e5e895cdc16aa</id>
<content type='text'>
* refractor uninstall plugin backend

* refractor plugin installation method

* Change formatting in browser.py

* Manually format main.py

* Manually format utilities.py

* remove inconsistency

* remove unnecessary linebreaks

* lol what

* last minute pythoning

* Fix async missing

* lint

* more refractor

* await forgotten

* fix: menu not disappearing after first click

* lint

* bug: fix double click on uninstall

* depricate request installs

* basic patch notes viewer, lazy-load settings and store, build frontend as esmodule, add lazy-loaded react-markdown, backend changes to accomodate ESModule frontend

* refractor uninstall plugin backend

* Change formatting in browser.py

* Manually format main.py

* Manually format utilities.py

* remove unnecessary linebreaks

* lol what

* last minute pythoning

* Fix async missing

* rebase onto main

* fix error, fix React crash if patch notes are opened before remote version info is loaded

Co-authored-by: TrainDoctor &lt;traindoctor@protonmail.com&gt;
Co-authored-by: AAGaming &lt;aa@mail.catvibers.me&gt;</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
* refractor uninstall plugin backend

* refractor plugin installation method

* Change formatting in browser.py

* Manually format main.py

* Manually format utilities.py

* remove inconsistency

* remove unnecessary linebreaks

* lol what

* last minute pythoning

* Fix async missing

* lint

* more refractor

* await forgotten

* fix: menu not disappearing after first click

* lint

* bug: fix double click on uninstall

* depricate request installs

* basic patch notes viewer, lazy-load settings and store, build frontend as esmodule, add lazy-loaded react-markdown, backend changes to accomodate ESModule frontend

* refractor uninstall plugin backend

* Change formatting in browser.py

* Manually format main.py

* Manually format utilities.py

* remove unnecessary linebreaks

* lol what

* last minute pythoning

* Fix async missing

* rebase onto main

* fix error, fix React crash if patch notes are opened before remote version info is loaded

Co-authored-by: TrainDoctor &lt;traindoctor@protonmail.com&gt;
Co-authored-by: AAGaming &lt;aa@mail.catvibers.me&gt;</pre>
</div>
</content>
</entry>
<entry>
<title>basic patch notes viewer, lazy-load settings and store, build frontend as esmodule, add lazy-loaded react-markdown, backend changes to accomodate ESModule frontend</title>
<updated>2022-08-26T05:18:28+00:00</updated>
<author>
<name>AAGaming</name>
<email>aa@mail.catvibers.me</email>
</author>
<published>2022-08-26T05:18:28+00:00</published>
<link rel='alternate' type='text/html' href='http://decky.mirror.aerocore.com.cn/SteamDeckHomebrew/decky-loader/commit/?id=d4d1c2bbabfcec3c62767e614c9d67f516938af2'/>
<id>d4d1c2bbabfcec3c62767e614c9d67f516938af2</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Hide branch select until it's working</title>
<updated>2022-08-25T04:18:38+00:00</updated>
<author>
<name>TrainDoctor</name>
<email>traindoctor@protonmail.com</email>
</author>
<published>2022-08-25T04:18:38+00:00</published>
<link rel='alternate' type='text/html' href='http://decky.mirror.aerocore.com.cn/SteamDeckHomebrew/decky-loader/commit/?id=effc4ab0f56119041ac6efecdbf0a782714ec783'/>
<id>effc4ab0f56119041ac6efecdbf0a782714ec783</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Settings API for loader, preview branch select</title>
<updated>2022-08-25T03:51:20+00:00</updated>
<author>
<name>AAGaming</name>
<email>aa@mail.catvibers.me</email>
</author>
<published>2022-08-25T03:51:20+00:00</published>
<link rel='alternate' type='text/html' href='http://decky.mirror.aerocore.com.cn/SteamDeckHomebrew/decky-loader/commit/?id=79db0c779d6942c6bdc6823a5faef57b5307f7b3'/>
<id>79db0c779d6942c6bdc6823a5faef57b5307f7b3</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>set gid along with uid (#152)</title>
<updated>2022-08-25T00:22:07+00:00</updated>
<author>
<name>Chris Simons</name>
<email>35010457+simons-public@users.noreply.github.com</email>
</author>
<published>2022-08-25T00:22:07+00:00</published>
<link rel='alternate' type='text/html' href='http://decky.mirror.aerocore.com.cn/SteamDeckHomebrew/decky-loader/commit/?id=b9a87cd78587d606a250415e3681d5e306f98db9'/>
<id>b9a87cd78587d606a250415e3681d5e306f98db9</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Add plugin updater, notification badge, fixes</title>
<updated>2022-08-21T20:41:25+00:00</updated>
<author>
<name>AAGaming</name>
<email>aa@mail.catvibers.me</email>
</author>
<published>2022-08-21T20:41:25+00:00</published>
<link rel='alternate' type='text/html' href='http://decky.mirror.aerocore.com.cn/SteamDeckHomebrew/decky-loader/commit/?id=8b3f569a09db9daf7748426f916a66591159928f'/>
<id>8b3f569a09db9daf7748426f916a66591159928f</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
</feed>
