<feed xmlns='http://www.w3.org/2005/Atom'>
<title>decky-loader/README.md, branch plugin-backend-language-independent</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>Update README.md</title>
<updated>2022-06-06T19:54:59+00:00</updated>
<author>
<name>TrainDoctor</name>
<email>11465594+TrainDoctor@users.noreply.github.com</email>
</author>
<published>2022-06-06T19:54:59+00:00</published>
<link rel='alternate' type='text/html' href='http://decky.mirror.aerocore.com.cn/SteamDeckHomebrew/decky-loader/commit/?id=4a2299f3ffa93f316641f19b855d02ff09d4f6cd'/>
<id>4a2299f3ffa93f316641f19b855d02ff09d4f6cd</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Add contributor install script (#69)</title>
<updated>2022-06-02T22:24:24+00:00</updated>
<author>
<name>TrainDoctor</name>
<email>11465594+TrainDoctor@users.noreply.github.com</email>
</author>
<published>2022-06-02T22:24:24+00:00</published>
<link rel='alternate' type='text/html' href='http://decky.mirror.aerocore.com.cn/SteamDeckHomebrew/decky-loader/commit/?id=cadb687cd75eaedef188a08673111637bcd304fa'/>
<id>cadb687cd75eaedef188a08673111637bcd304fa</id>
<content type='text'>
* Add contributor install script

* Switched to non-tmp directory

* Fixed potential issue with passwords being not being parsed properly

* Replace up hardcoded ports and silence npm

* Removed legacy support version, changed to https git clones

* Add non-deck compatible version of script

* Switch to arguments parsed while running script for contrib pc

* Now compatible with curl install from terminal, but it's a bit fragile

* Incorrect install directory for plugintemplate

* Functionalized a ton of stuff

* Changed in anticipation of merge to react-frontend-plugins branch

* Added guide to enable Steam Deck UI and clarification about Windows

* Moved contribution scripts to contrib and provided "how to run"

* Reordered README for clarity and better placement for contribution sect.

* Looks better

* Removed un-needed file-transfers and added better checks and run info

* Improved how to run given at end of script.

* Improved warning, improved ssh invocation globally and how-to-use/run

* Link to new plugin template and added link to the wiki in readme

* testing for remote invocation

* Fixed bug with invocation via curl

* Just in case...</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
* Add contributor install script

* Switched to non-tmp directory

* Fixed potential issue with passwords being not being parsed properly

* Replace up hardcoded ports and silence npm

* Removed legacy support version, changed to https git clones

* Add non-deck compatible version of script

* Switch to arguments parsed while running script for contrib pc

* Now compatible with curl install from terminal, but it's a bit fragile

* Incorrect install directory for plugintemplate

* Functionalized a ton of stuff

* Changed in anticipation of merge to react-frontend-plugins branch

* Added guide to enable Steam Deck UI and clarification about Windows

* Moved contribution scripts to contrib and provided "how to run"

* Reordered README for clarity and better placement for contribution sect.

* Looks better

* Removed un-needed file-transfers and added better checks and run info

* Improved how to run given at end of script.

* Improved warning, improved ssh invocation globally and how-to-use/run

* Link to new plugin template and added link to the wiki in readme

* testing for remote invocation

* Fixed bug with invocation via curl

* Just in case...</pre>
</div>
</content>
</entry>
<entry>
<title>display overhaul, compatibility with legacy plugins, fixes</title>
<updated>2022-05-26T01:00:18+00:00</updated>
<author>
<name>marios</name>
<email>marios8543@gmail.com</email>
</author>
<published>2022-05-26T01:00:18+00:00</published>
<link rel='alternate' type='text/html' href='http://decky.mirror.aerocore.com.cn/SteamDeckHomebrew/decky-loader/commit/?id=4b923c1dc70eaa4a3ca58d9e9f3218785b2fe919'/>
<id>4b923c1dc70eaa4a3ca58d9e9f3218785b2fe919</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Update README.md</title>
<updated>2022-05-04T08:43:28+00:00</updated>
<author>
<name>marios</name>
<email>marios8543@gmail.com</email>
</author>
<published>2022-05-04T08:43:28+00:00</published>
<link rel='alternate' type='text/html' href='http://decky.mirror.aerocore.com.cn/SteamDeckHomebrew/decky-loader/commit/?id=28746e3962e2d816c2ad810fbf74795ae5dd94ed'/>
<id>28746e3962e2d816c2ad810fbf74795ae5dd94ed</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Uninstall script addition (#48)</title>
<updated>2022-05-04T08:42:03+00:00</updated>
<author>
<name>Gabriel Jones</name>
<email>ggppjj@gmail.com</email>
</author>
<published>2022-05-04T08:42:03+00:00</published>
<link rel='alternate' type='text/html' href='http://decky.mirror.aerocore.com.cn/SteamDeckHomebrew/decky-loader/commit/?id=279b1e8c40e7b462ff3b673c42cea24783ca6758'/>
<id>279b1e8c40e7b462ff3b673c42cea24783ca6758</id>
<content type='text'>
* Create uninstall.sh

* Update uninstall.sh

First pass for a version that looks similar to the install scripts

* Update readme with uninstall info

Add uninstall script info to readme

* Update dist/uninstall.sh

Only remove services for now

Co-authored-by: TrainDoctor &lt;11465594+TrainDoctor@users.noreply.github.com&gt;

* Adjust echo to accurately reflect script actions

No longer deletes installed plugins, adjusted echo to match actions.

Co-authored-by: TrainDoctor &lt;11465594+TrainDoctor@users.noreply.github.com&gt;</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
* Create uninstall.sh

* Update uninstall.sh

First pass for a version that looks similar to the install scripts

* Update readme with uninstall info

Add uninstall script info to readme

* Update dist/uninstall.sh

Only remove services for now

Co-authored-by: TrainDoctor &lt;11465594+TrainDoctor@users.noreply.github.com&gt;

* Adjust echo to accurately reflect script actions

No longer deletes installed plugins, adjusted echo to match actions.

Co-authored-by: TrainDoctor &lt;11465594+TrainDoctor@users.noreply.github.com&gt;</pre>
</div>
</content>
</entry>
<entry>
<title>Moved install commands to new line to make them more readable</title>
<updated>2022-04-07T08:20:25+00:00</updated>
<author>
<name>WerWolv</name>
<email>werwolv98@gmail.com</email>
</author>
<published>2022-04-07T08:20:25+00:00</published>
<link rel='alternate' type='text/html' href='http://decky.mirror.aerocore.com.cn/SteamDeckHomebrew/decky-loader/commit/?id=2188aa03432745aa268186b278e60e892ac887e5'/>
<id>2188aa03432745aa268186b278e60e892ac887e5</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Update readme to show install instructions (#28)</title>
<updated>2022-04-06T22:18:42+00:00</updated>
<author>
<name>TrainDoctor</name>
<email>11465594+TrainDoctor@users.noreply.github.com</email>
</author>
<published>2022-04-06T22:18:42+00:00</published>
<link rel='alternate' type='text/html' href='http://decky.mirror.aerocore.com.cn/SteamDeckHomebrew/decky-loader/commit/?id=8c0bb20d052f97f9b6201d66aa7c4de52e1a57ba'/>
<id>8c0bb20d052f97f9b6201d66aa7c4de52e1a57ba</id>
<content type='text'>
this is for developers/testers</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
this is for developers/testers</pre>
</div>
</content>
</entry>
<entry>
<title>Tell curl to follow redirection in install command</title>
<updated>2022-04-06T18:10:05+00:00</updated>
<author>
<name>WerWolv</name>
<email>werwolv98@gmail.com</email>
</author>
<published>2022-04-06T18:10:05+00:00</published>
<link rel='alternate' type='text/html' href='http://decky.mirror.aerocore.com.cn/SteamDeckHomebrew/decky-loader/commit/?id=90bd7df52c620d441600290fd21141a3110fc38d'/>
<id>90bd7df52c620d441600290fd21141a3110fc38d</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Directly reference install script in install command</title>
<updated>2022-04-06T18:07:58+00:00</updated>
<author>
<name>WerWolv</name>
<email>werwolv98@gmail.com</email>
</author>
<published>2022-04-06T18:07:58+00:00</published>
<link rel='alternate' type='text/html' href='http://decky.mirror.aerocore.com.cn/SteamDeckHomebrew/decky-loader/commit/?id=6644827094531a8d84495a9670d92b097628f883'/>
<id>6644827094531a8d84495a9670d92b097628f883</id>
<content type='text'>
Closes #25</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Closes #25</pre>
</div>
</content>
</entry>
<entry>
<title>enabled logging, fixed loader refresh bug, removed template</title>
<updated>2022-04-06T09:53:19+00:00</updated>
<author>
<name>tza</name>
<email>marios8543@gmail.com</email>
</author>
<published>2022-04-06T09:53:19+00:00</published>
<link rel='alternate' type='text/html' href='http://decky.mirror.aerocore.com.cn/SteamDeckHomebrew/decky-loader/commit/?id=a6943dd7a25d0d787308897f6f55d44e89c216cf'/>
<id>a6943dd7a25d0d787308897f6f55d44e89c216cf</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
</feed>
