<feed xmlns='http://www.w3.org/2005/Atom'>
<title>decky-loader/frontend, branch v2.10.0</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>When decky is uncertain of branch, set the setting to match the guess (#480)</title>
<updated>2023-06-15T12:53:02+00:00</updated>
<author>
<name>Party Wumpus</name>
<email>48649272+PartyWumpus@users.noreply.github.com</email>
</author>
<published>2023-06-15T12:53:02+00:00</published>
<link rel='alternate' type='text/html' href='http://decky.mirror.aerocore.com.cn/SteamDeckHomebrew/decky-loader/commit/?id=e8dfe5a87df1d3155004ccf59363d4a9724300a6'/>
<id>e8dfe5a87df1d3155004ccf59363d4a9724300a6</id>
<content type='text'>
* If branch setting is missing, set it using the 'guess' from backend

* Make the frontend default to stable branch like the backend</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
* If branch setting is missing, set it using the 'guess' from backend

* Make the frontend default to stable branch like the backend</pre>
</div>
</content>
</entry>
<entry>
<title>Add functionality to hide plugins from quick access menu (#468)</title>
<updated>2023-06-07T05:35:05+00:00</updated>
<author>
<name>Jonas Dellinger</name>
<email>jonas@dellinger.dev</email>
</author>
<published>2023-06-07T05:35:05+00:00</published>
<link rel='alternate' type='text/html' href='http://decky.mirror.aerocore.com.cn/SteamDeckHomebrew/decky-loader/commit/?id=47bc910a8482d3d2cc882e28e862ca5ad61063b6'/>
<id>47bc910a8482d3d2cc882e28e862ca5ad61063b6</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Revert "Refactor TabsHook (#458)"</title>
<updated>2023-06-03T16:45:09+00:00</updated>
<author>
<name>AAGaming</name>
<email>aa@mail.catvibers.me</email>
</author>
<published>2023-06-03T16:45:09+00:00</published>
<link rel='alternate' type='text/html' href='http://decky.mirror.aerocore.com.cn/SteamDeckHomebrew/decky-loader/commit/?id=e5277190edc4cbceff96f200fa29b32d2c219d89'/>
<id>e5277190edc4cbceff96f200fa29b32d2c219d89</id>
<content type='text'>
This reverts commit b27b625921212648748f056cd704dda0267106c5.

These changes broke Decky's QAM injection when the lock screen is enabled and need to be revised
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
This reverts commit b27b625921212648748f056cd704dda0267106c5.

These changes broke Decky's QAM injection when the lock screen is enabled and need to be revised
</pre>
</div>
</content>
</entry>
<entry>
<title>Plugin backend reload (#463)</title>
<updated>2023-06-02T01:44:55+00:00</updated>
<author>
<name>suchmememanyskill</name>
<email>38142618+suchmememanyskill@users.noreply.github.com</email>
</author>
<published>2023-06-02T01:44:55+00:00</published>
<link rel='alternate' type='text/html' href='http://decky.mirror.aerocore.com.cn/SteamDeckHomebrew/decky-loader/commit/?id=2e8e0fc7c153cdeae055f4f0a7158afbae0e3485'/>
<id>2e8e0fc7c153cdeae055f4f0a7158afbae0e3485</id>
<content type='text'>
Co-authored-by: beebls &lt;102569435+beebls@users.noreply.github.com&gt;
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Co-authored-by: beebls &lt;102569435+beebls@users.noreply.github.com&gt;
</pre>
</div>
</content>
</entry>
<entry>
<title>Attempt to appease the linter</title>
<updated>2023-06-01T23:26:08+00:00</updated>
<author>
<name>Party Wumpus</name>
<email>48649272+PartyWumpus@users.noreply.github.com</email>
</author>
<published>2023-06-01T23:26:08+00:00</published>
<link rel='alternate' type='text/html' href='http://decky.mirror.aerocore.com.cn/SteamDeckHomebrew/decky-loader/commit/?id=8049417e036a8d855d0455f32d71caf2ffc39c11'/>
<id>8049417e036a8d855d0455f32d71caf2ffc39c11</id>
<content type='text'>
I think the first navigation being on one line looks nicer, but it's over the 120 character limit :(</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
I think the first navigation being on one line looks nicer, but it's over the 120 character limit :(</pre>
</div>
</content>
</entry>
<entry>
<title>add cef console button to developer settings (#441)</title>
<updated>2023-06-01T23:01:21+00:00</updated>
<author>
<name>Witherking25</name>
<email>witherking@withertech.com</email>
</author>
<published>2023-06-01T23:01:21+00:00</published>
<link rel='alternate' type='text/html' href='http://decky.mirror.aerocore.com.cn/SteamDeckHomebrew/decky-loader/commit/?id=f4c0a8b5aa3353ad1a9909ddc55b06802169d6d0'/>
<id>f4c0a8b5aa3353ad1a9909ddc55b06802169d6d0</id>
<content type='text'>
* add cef console button

* Small fix: handle missing localization in backend plus a small typo in the english language (#443)

* Hotfix for i18n where the detector was overriding localStorage

* Please, pnpm, cooperate

* Small fix regarding the backend getting hammered when switching to not supported languages plus a small english typo

* Add a get_tab_id function to utilities

* Go straight to SharedJSContext into console button

* clean up some log statements, and some extra parentheses

---------

Co-authored-by: Marco Rodolfi &lt;marco.rodolfi@tuta.io&gt;
Co-authored-by: Party Wumpus &lt;48649272+PartyWumpus@users.noreply.github.com&gt;</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
* add cef console button

* Small fix: handle missing localization in backend plus a small typo in the english language (#443)

* Hotfix for i18n where the detector was overriding localStorage

* Please, pnpm, cooperate

* Small fix regarding the backend getting hammered when switching to not supported languages plus a small english typo

* Add a get_tab_id function to utilities

* Go straight to SharedJSContext into console button

* clean up some log statements, and some extra parentheses

---------

Co-authored-by: Marco Rodolfi &lt;marco.rodolfi@tuta.io&gt;
Co-authored-by: Party Wumpus &lt;48649272+PartyWumpus@users.noreply.github.com&gt;</pre>
</div>
</content>
</entry>
<entry>
<title>Refactor TabsHook (#458)</title>
<updated>2023-05-31T06:53:48+00:00</updated>
<author>
<name>MIkhail Kozlov</name>
<email>mishakozlov74@gmail.com</email>
</author>
<published>2023-05-31T06:53:48+00:00</published>
<link rel='alternate' type='text/html' href='http://decky.mirror.aerocore.com.cn/SteamDeckHomebrew/decky-loader/commit/?id=b27b625921212648748f056cd704dda0267106c5'/>
<id>b27b625921212648748f056cd704dda0267106c5</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>adjust some small store stylings (#471)</title>
<updated>2023-05-30T23:35:42+00:00</updated>
<author>
<name>Jonas Dellinger</name>
<email>jonas@dellinger.dev</email>
</author>
<published>2023-05-30T23:35:42+00:00</published>
<link rel='alternate' type='text/html' href='http://decky.mirror.aerocore.com.cn/SteamDeckHomebrew/decky-loader/commit/?id=c5229c6a62d423661d2f6c97fe4cfbed1a7ff019'/>
<id>c5229c6a62d423661d2f6c97fe4cfbed1a7ff019</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Missed a toaster for the react tools</title>
<updated>2023-05-30T17:32:41+00:00</updated>
<author>
<name>Marco Rodolfi</name>
<email>marco.rodolfi@tuta.io</email>
</author>
<published>2023-05-30T17:32:41+00:00</published>
<link rel='alternate' type='text/html' href='http://decky.mirror.aerocore.com.cn/SteamDeckHomebrew/decky-loader/commit/?id=c631d40aa3c0a66005cb9ff48aa7b314a822d70b'/>
<id>c631d40aa3c0a66005cb9ff48aa7b314a822d70b</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>quick fix: overwrite plugin list marginTop to be always 0</title>
<updated>2023-05-29T16:40:17+00:00</updated>
<author>
<name>Jonas Dellinger</name>
<email>jonas@dellinger.dev</email>
</author>
<published>2023-05-29T16:40:17+00:00</published>
<link rel='alternate' type='text/html' href='http://decky.mirror.aerocore.com.cn/SteamDeckHomebrew/decky-loader/commit/?id=d21b221575bbbde3298441878e29efa46b6038c5'/>
<id>d21b221575bbbde3298441878e29efa46b6038c5</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
</feed>
