<feed xmlns='http://www.w3.org/2005/Atom'>
<title>github/PrismLauncher.git/launcher/modplatform/modpacksch, branch develop</title>
<subtitle>Unnamed repository; edit this file 'description' to name the repository.</subtitle>
<link rel='alternate' type='text/html' href='https://git.nea.moe/github/PrismLauncher.git/'/>
<entry>
<title>chore: remove FTB modpack support</title>
<updated>2023-04-28T09:35:20+00:00</updated>
<author>
<name>Sefa Eyeoglu</name>
<email>contact@scrumplex.net</email>
</author>
<published>2023-04-27T14:01:40+00:00</published>
<link rel='alternate' type='text/html' href='https://git.nea.moe/github/PrismLauncher.git/commit/?id=ff07714e8c955003bb3deec84ec6cce6fc3ef5e6'/>
<id>ff07714e8c955003bb3deec84ec6cce6fc3ef5e6</id>
<content type='text'>
We have been contacted by Feed the Beast to drop support for the FTB
modpack browser from Prism Launcher.

Signed-off-by: Sefa Eyeoglu &lt;contact@scrumplex.net&gt;
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
We have been contacted by Feed the Beast to drop support for the FTB
modpack browser from Prism Launcher.

Signed-off-by: Sefa Eyeoglu &lt;contact@scrumplex.net&gt;
</pre>
</div>
</content>
</entry>
<entry>
<title>refactor: make shared_qobject_ptr ctor explicit</title>
<updated>2023-01-25T19:57:51+00:00</updated>
<author>
<name>flow</name>
<email>flowlnlnln@gmail.com</email>
</author>
<published>2023-01-24T19:52:09+00:00</published>
<link rel='alternate' type='text/html' href='https://git.nea.moe/github/PrismLauncher.git/commit/?id=29f7ea752fd34bdea64a7c7f2c505982ac39ce0d'/>
<id>29f7ea752fd34bdea64a7c7f2c505982ac39ce0d</id>
<content type='text'>
This turns issues like creating two shared ptrs from a single raw ptr
from popping up at runtime, instead making them a compile error.

Signed-off-by: flow &lt;flowlnlnln@gmail.com&gt;
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
This turns issues like creating two shared ptrs from a single raw ptr
from popping up at runtime, instead making them a compile error.

Signed-off-by: flow &lt;flowlnlnln@gmail.com&gt;
</pre>
</div>
</content>
</entry>
<entry>
<title>fix(blockedmods): Track and use targetFolder for blocked files</title>
<updated>2022-12-09T01:42:51+00:00</updated>
<author>
<name>Rachel Powers</name>
<email>508861+Ryex@users.noreply.github.com</email>
</author>
<published>2022-12-09T01:42:51+00:00</published>
<link rel='alternate' type='text/html' href='https://git.nea.moe/github/PrismLauncher.git/commit/?id=0f48e0fc06fa89aabea639da8a91fc539c70e138'/>
<id>0f48e0fc06fa89aabea639da8a91fc539c70e138</id>
<content type='text'>
Signed-off-by: Rachel Powers &lt;508861+Ryex@users.noreply.github.com&gt;
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Signed-off-by: Rachel Powers &lt;508861+Ryex@users.noreply.github.com&gt;
</pre>
</div>
</content>
</entry>
<entry>
<title>chore: add license headers</title>
<updated>2022-12-06T12:18:50+00:00</updated>
<author>
<name>Sefa Eyeoglu</name>
<email>contact@scrumplex.net</email>
</author>
<published>2022-12-06T12:18:50+00:00</published>
<link rel='alternate' type='text/html' href='https://git.nea.moe/github/PrismLauncher.git/commit/?id=c8c3fe1023439a020d094ab72f19d9ab91118e83'/>
<id>c8c3fe1023439a020d094ab72f19d9ab91118e83</id>
<content type='text'>
Signed-off-by: Sefa Eyeoglu &lt;contact@scrumplex.net&gt;
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Signed-off-by: Sefa Eyeoglu &lt;contact@scrumplex.net&gt;
</pre>
</div>
</content>
</entry>
<entry>
<title>chore: reformat code</title>
<updated>2022-12-06T12:16:27+00:00</updated>
<author>
<name>Sefa Eyeoglu</name>
<email>contact@scrumplex.net</email>
</author>
<published>2022-12-06T12:16:27+00:00</published>
<link rel='alternate' type='text/html' href='https://git.nea.moe/github/PrismLauncher.git/commit/?id=85bddbed86a6e56aa96c0b024c4bafa79d86eaad'/>
<id>85bddbed86a6e56aa96c0b024c4bafa79d86eaad</id>
<content type='text'>
Signed-off-by: Sefa Eyeoglu &lt;contact@scrumplex.net&gt;
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Signed-off-by: Sefa Eyeoglu &lt;contact@scrumplex.net&gt;
</pre>
</div>
</content>
</entry>
<entry>
<title>fix: don't allocate BlockedsModsDialog</title>
<updated>2022-12-05T20:39:26+00:00</updated>
<author>
<name>Sefa Eyeoglu</name>
<email>contact@scrumplex.net</email>
</author>
<published>2022-12-05T20:33:42+00:00</published>
<link rel='alternate' type='text/html' href='https://git.nea.moe/github/PrismLauncher.git/commit/?id=07359865c6aeeb70bcebcfb77e5f12430013de3c'/>
<id>07359865c6aeeb70bcebcfb77e5f12430013de3c</id>
<content type='text'>
Fixes temporary memory leak!

Signed-off-by: Sefa Eyeoglu &lt;contact@scrumplex.net&gt;
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Fixes temporary memory leak!

Signed-off-by: Sefa Eyeoglu &lt;contact@scrumplex.net&gt;
</pre>
</div>
</content>
</entry>
<entry>
<title>feat: add list of watched folders</title>
<updated>2022-11-12T01:05:19+00:00</updated>
<author>
<name>Rachel Powers</name>
<email>508861+Ryex@users.noreply.github.com</email>
</author>
<published>2022-11-12T01:05:19+00:00</published>
<link rel='alternate' type='text/html' href='https://git.nea.moe/github/PrismLauncher.git/commit/?id=9af1b00df52d974a53925345efcd5c047b7d041c'/>
<id>9af1b00df52d974a53925345efcd5c047b7d041c</id>
<content type='text'>
move explanation text into dialog class and it's own label

Signed-off-by: Rachel Powers &lt;508861+Ryex@users.noreply.github.com&gt;
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
move explanation text into dialog class and it's own label

Signed-off-by: Rachel Powers &lt;508861+Ryex@users.noreply.github.com&gt;
</pre>
</div>
</content>
</entry>
<entry>
<title>properly handle a currently running hashing task</title>
<updated>2022-11-11T22:45:40+00:00</updated>
<author>
<name>Rachel Powers</name>
<email>508861+Ryex@users.noreply.github.com</email>
</author>
<published>2022-11-11T22:45:40+00:00</published>
<link rel='alternate' type='text/html' href='https://git.nea.moe/github/PrismLauncher.git/commit/?id=3f6cc178188a28e551755219bfa0a441ad8cfdcf'/>
<id>3f6cc178188a28e551755219bfa0a441ad8cfdcf</id>
<content type='text'>
Signed-off-by: Rachel Powers &lt;508861+Ryex@users.noreply.github.com&gt;
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Signed-off-by: Rachel Powers &lt;508861+Ryex@users.noreply.github.com&gt;
</pre>
</div>
</content>
</entry>
<entry>
<title>drag&amp;drop + add folder to watch</title>
<updated>2022-11-11T21:17:33+00:00</updated>
<author>
<name>Rachel Powers</name>
<email>508861+Ryex@users.noreply.github.com</email>
</author>
<published>2022-11-11T21:10:45+00:00</published>
<link rel='alternate' type='text/html' href='https://git.nea.moe/github/PrismLauncher.git/commit/?id=5909af9878d67f2900c92e8d1dd3eec7a53a840a'/>
<id>5909af9878d67f2900c92e8d1dd3eec7a53a840a</id>
<content type='text'>
Signed-off-by: Rachel Powers &lt;508861+Ryex@users.noreply.github.com&gt;
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Signed-off-by: Rachel Powers &lt;508861+Ryex@users.noreply.github.com&gt;
</pre>
</div>
</content>
</entry>
<entry>
<title>add some extra debug logs for CF blocked mods</title>
<updated>2022-11-11T12:41:32+00:00</updated>
<author>
<name>Rachel Powers</name>
<email>508861+Ryex@users.noreply.github.com</email>
</author>
<published>2022-11-11T12:41:32+00:00</published>
<link rel='alternate' type='text/html' href='https://git.nea.moe/github/PrismLauncher.git/commit/?id=2f10fa8b61dac5af5866e7ad8e72cf702f15a130'/>
<id>2f10fa8b61dac5af5866e7ad8e72cf702f15a130</id>
<content type='text'>
Signed-off-by: Rachel Powers &lt;508861+Ryex@users.noreply.github.com&gt;
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Signed-off-by: Rachel Powers &lt;508861+Ryex@users.noreply.github.com&gt;
</pre>
</div>
</content>
</entry>
</feed>
