<feed xmlns='http://www.w3.org/2005/Atom'>
<title>decky-loader/backend/plugin.py, branch v2.4.6-pre5</title>
<subtitle>Unnamed repository; edit this file 'description' to name the repository.
</subtitle>
<link rel='alternate' type='text/html' href='http://git.mirror.aerocore.com.cn/SteamDeckHomebrew/decky-loader/'/>
<entry>
<title>Potentially fix locale issues (#284)</title>
<updated>2022-12-16T14:23:04+00:00</updated>
<author>
<name>Nik</name>
<email>werwolv98@gmail.com</email>
</author>
<published>2022-12-16T14:23:04+00:00</published>
<link rel='alternate' type='text/html' href='http://git.mirror.aerocore.com.cn/SteamDeckHomebrew/decky-loader/commit/?id=0474095a40ba6cb729064654d22efd88f91958d6'/>
<id>0474095a40ba6cb729064654d22efd88f91958d6</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Actually utilize the unload function</title>
<updated>2022-10-23T01:44:44+00:00</updated>
<author>
<name>TrainDoctor</name>
<email>traindoctor@protonmail.com</email>
</author>
<published>2022-10-23T01:44:15+00:00</published>
<link rel='alternate' type='text/html' href='http://git.mirror.aerocore.com.cn/SteamDeckHomebrew/decky-loader/commit/?id=6346da6fe54d39e972de2abca0dc38c29aa29ce9'/>
<id>6346da6fe54d39e972de2abca0dc38c29aa29ce9</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Added unload hook for plugins.</title>
<updated>2022-10-23T01:36:49+00:00</updated>
<author>
<name>TrainDoctor</name>
<email>traindoctor@protonmail.com</email>
</author>
<published>2022-10-23T01:36:49+00:00</published>
<link rel='alternate' type='text/html' href='http://git.mirror.aerocore.com.cn/SteamDeckHomebrew/decky-loader/commit/?id=af51a29055ca222b8324f80c84c19654eded11a4'/>
<id>af51a29055ca222b8324f80c84c19654eded11a4</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>don't crash when plugin backends do</title>
<updated>2022-09-18T18:51:17+00:00</updated>
<author>
<name>AAGaming</name>
<email>aa@mail.catvibers.me</email>
</author>
<published>2022-09-18T18:51:17+00:00</published>
<link rel='alternate' type='text/html' href='http://git.mirror.aerocore.com.cn/SteamDeckHomebrew/decky-loader/commit/?id=c774451ff47a453486796585c7f3decfd8b1ee65'/>
<id>c774451ff47a453486796585c7f3decfd8b1ee65</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://git.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>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://git.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://git.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>
<entry>
<title>fix lockup in _open_socket_if_not_exists, probably fix ci prereleases</title>
<updated>2022-07-15T14:34:47+00:00</updated>
<author>
<name>AAGaming</name>
<email>aa@mail.catvibers.me</email>
</author>
<published>2022-07-15T14:34:47+00:00</published>
<link rel='alternate' type='text/html' href='http://git.mirror.aerocore.com.cn/SteamDeckHomebrew/decky-loader/commit/?id=162d1b561b37fa26aab0c37800ffee3dca878b5a'/>
<id>162d1b561b37fa26aab0c37800ffee3dca878b5a</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>fix(loader): multiprocessing.set_start_method once, queue for plugin import</title>
<updated>2022-06-13T08:57:16+00:00</updated>
<author>
<name>Jonas Dellinger</name>
<email>jonas.dellinger@2trde.com</email>
</author>
<published>2022-06-13T08:57:16+00:00</published>
<link rel='alternate' type='text/html' href='http://git.mirror.aerocore.com.cn/SteamDeckHomebrew/decky-loader/commit/?id=a95bf94d878f61869895bb22cbff1b4f524c5dca'/>
<id>a95bf94d878f61869895bb22cbff1b4f524c5dca</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>fix(loader): eplixcitly set process start method and import fsevents on mac</title>
<updated>2022-06-13T08:34:46+00:00</updated>
<author>
<name>Jonas Dellinger</name>
<email>jonas.dellinger@2trde.com</email>
</author>
<published>2022-06-13T08:34:46+00:00</published>
<link rel='alternate' type='text/html' href='http://git.mirror.aerocore.com.cn/SteamDeckHomebrew/decky-loader/commit/?id=12f4c7faff1d217d46d11dace081a530db62bd7e'/>
<id>12f4c7faff1d217d46d11dace081a530db62bd7e</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
</feed>
