<feed xmlns='http://www.w3.org/2005/Atom'>
<title>decky-loader/frontend/src/components, branch v2.0.2</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>support non-ui plugins</title>
<updated>2022-07-07T04:03:20+00:00</updated>
<author>
<name>AAGaming</name>
<email>aa@mail.catvibers.me</email>
</author>
<published>2022-07-07T04:03:20+00:00</published>
<link rel='alternate' type='text/html' href='http://decky.mirror.aerocore.com.cn/SteamDeckHomebrew/decky-loader/commit/?id=45949e84565cfcc7524e0975f997d0ea11de2f95'/>
<id>45949e84565cfcc7524e0975f997d0ea11de2f95</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Make legacy tag text readable</title>
<updated>2022-07-03T23:18:07+00:00</updated>
<author>
<name>TrainDoctor</name>
<email>traindoctor@protonmail.com</email>
</author>
<published>2022-07-03T23:18:07+00:00</published>
<link rel='alternate' type='text/html' href='http://decky.mirror.aerocore.com.cn/SteamDeckHomebrew/decky-loader/commit/?id=94042153996460e20c42b5c0e0365d5ad6c960a6'/>
<id>94042153996460e20c42b5c0e0365d5ad6c960a6</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>fix legacy coloring</title>
<updated>2022-07-03T23:12:10+00:00</updated>
<author>
<name>AAGaming</name>
<email>aa@mail.catvibers.me</email>
</author>
<published>2022-07-03T23:12:10+00:00</published>
<link rel='alternate' type='text/html' href='http://decky.mirror.aerocore.com.cn/SteamDeckHomebrew/decky-loader/commit/?id=b8bf150a7497c5f4bdb0be8e3be5510be983bead'/>
<id>b8bf150a7497c5f4bdb0be8e3be5510be983bead</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>colorize legacy tag</title>
<updated>2022-07-03T22:48:58+00:00</updated>
<author>
<name>AAGaming</name>
<email>aa@mail.catvibers.me</email>
</author>
<published>2022-07-03T22:48:58+00:00</published>
<link rel='alternate' type='text/html' href='http://decky.mirror.aerocore.com.cn/SteamDeckHomebrew/decky-loader/commit/?id=add3f77c1a2c1447f71423ff0581950b16fa8771'/>
<id>add3f77c1a2c1447f71423ff0581950b16fa8771</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>hack: temp hide example plugin</title>
<updated>2022-07-03T21:37:39+00:00</updated>
<author>
<name>AAGaming</name>
<email>aa@mail.catvibers.me</email>
</author>
<published>2022-07-03T21:37:39+00:00</published>
<link rel='alternate' type='text/html' href='http://decky.mirror.aerocore.com.cn/SteamDeckHomebrew/decky-loader/commit/?id=6c42661f860f63dbb6ca3f90e612190bdbb34cb3'/>
<id>6c42661f860f63dbb6ca3f90e612190bdbb34cb3</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Use deckyState in uninstall menu (fixes #98) (#100)</title>
<updated>2022-07-03T02:14:43+00:00</updated>
<author>
<name>botato</name>
<email>63275405+botatooo@users.noreply.github.com</email>
</author>
<published>2022-07-03T02:14:43+00:00</published>
<link rel='alternate' type='text/html' href='http://decky.mirror.aerocore.com.cn/SteamDeckHomebrew/decky-loader/commit/?id=085aacea068dccda170045715ee41dfbfbf44f00'/>
<id>085aacea068dccda170045715ee41dfbfbf44f00</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Uninstall functionality (#97)</title>
<updated>2022-07-01T23:43:17+00:00</updated>
<author>
<name>botato</name>
<email>63275405+botatooo@users.noreply.github.com</email>
</author>
<published>2022-07-01T23:43:17+00:00</published>
<link rel='alternate' type='text/html' href='http://decky.mirror.aerocore.com.cn/SteamDeckHomebrew/decky-loader/commit/?id=4daf028e7acb49932e274ad5c32cd98045c7474a'/>
<id>4daf028e7acb49932e274ad5c32cd98045c7474a</id>
<content type='text'>
* feat: POC uninstallation feature

* Fixes, placeholder

* bugfix: wrong function call

* add oncancel and change function called

* clean up plugin uninstall code

* bugfix, uninstall in store

* Limit scope of feature branch

* feat: PluginLoader.unloadPlugin

* problematic logs</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
* feat: POC uninstallation feature

* Fixes, placeholder

* bugfix: wrong function call

* add oncancel and change function called

* clean up plugin uninstall code

* bugfix, uninstall in store

* Limit scope of feature branch

* feat: PluginLoader.unloadPlugin

* problematic logs</pre>
</div>
</content>
</entry>
<entry>
<title>backwards-compatible plugin store, legacy plugin library</title>
<updated>2022-06-30T20:04:29+00:00</updated>
<author>
<name>AAGaming</name>
<email>aa@mail.catvibers.me</email>
</author>
<published>2022-06-30T20:04:29+00:00</published>
<link rel='alternate' type='text/html' href='http://decky.mirror.aerocore.com.cn/SteamDeckHomebrew/decky-loader/commit/?id=d72f364a8d032ca53c35c22c8dbe01ba354629df'/>
<id>d72f364a8d032ca53c35c22c8dbe01ba354629df</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>fix installing plugins</title>
<updated>2022-06-29T16:25:50+00:00</updated>
<author>
<name>AAGaming</name>
<email>aa@mail.catvibers.me</email>
</author>
<published>2022-06-29T16:25:50+00:00</published>
<link rel='alternate' type='text/html' href='http://decky.mirror.aerocore.com.cn/SteamDeckHomebrew/decky-loader/commit/?id=3f2a2bbc040b41b517df1192f27697ed66037b5d'/>
<id>3f2a2bbc040b41b517df1192f27697ed66037b5d</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>update store for new format, awaiting cors to test</title>
<updated>2022-06-29T16:17:25+00:00</updated>
<author>
<name>AAGaming</name>
<email>aa@mail.catvibers.me</email>
</author>
<published>2022-06-29T16:17:25+00:00</published>
<link rel='alternate' type='text/html' href='http://decky.mirror.aerocore.com.cn/SteamDeckHomebrew/decky-loader/commit/?id=79e8af8be66a27835611dec062bf85cac7b09468'/>
<id>79e8af8be66a27835611dec062bf85cac7b09468</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
</feed>
