<feed xmlns='http://www.w3.org/2005/Atom'>
<title>ariadne.git/src/settings.cpp, branch master</title>
<subtitle>Linux port of mod organizer</subtitle>
<id>http://git.schererleander.de/ariadne.git/atom/src/settings.cpp?h=master</id>
<link rel='self' href='http://git.schererleander.de/ariadne.git/atom/src/settings.cpp?h=master'/>
<link rel='alternate' type='text/html' href='http://git.schererleander.de/ariadne.git/'/>
<updated>2026-05-15T07:23:09Z</updated>
<entry>
<title>Add setting to show notifications when downloads complete or fail (#2338)</title>
<updated>2026-05-15T07:23:09Z</updated>
<author>
<name>Jonathan Feenstra</name>
<email>26406078+JonathanFeenstra@users.noreply.github.com</email>
</author>
<published>2026-05-15T07:23:09Z</published>
<link rel='alternate' type='text/html' href='http://git.schererleander.de/ariadne.git/commit/?id=55de581ee9829c5fcb5bae37504fad4e89cac721'/>
<id>urn:sha1:55de581ee9829c5fcb5bae37504fad4e89cac721</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Migrating to OAuth Authentication (#2374)</title>
<updated>2026-05-12T18:50:45Z</updated>
<author>
<name>Jeremy Rimpo</name>
<email>jeremy.rimpo@servermonkey.com</email>
</author>
<published>2026-05-12T18:50:45Z</published>
<link rel='alternate' type='text/html' href='http://git.schererleander.de/ariadne.git/commit/?id=3efaf7c9463261fb2d182a7ae00d9045a2b273b8'/>
<id>urn:sha1:3efaf7c9463261fb2d182a7ae00d9045a2b273b8</id>
<content type='text'>
Co-authored-by: aglowinthefield &lt;146008217+aglowinthefield@users.noreply.github.com&gt;
Co-authored-by: Jonathan Feenstra &lt;26406078+JonathanFeenstra@users.noreply.github.com&gt;</content>
</entry>
<entry>
<title>Defer second nxmhandler call (#2390)</title>
<updated>2026-05-06T16:08:57Z</updated>
<author>
<name>Jeremy Rimpo</name>
<email>jeremy.rimpo@servermonkey.com</email>
</author>
<published>2026-05-06T16:08:57Z</published>
<link rel='alternate' type='text/html' href='http://git.schererleander.de/ariadne.git/commit/?id=6d02ef2b751bd55d2a2718c2b31cec1c0ce55479'/>
<id>urn:sha1:6d02ef2b751bd55d2a2718c2b31cec1c0ce55479</id>
<content type='text'>
- Calls run in parallel leading to extraneous setup dialogs
- This only calls the nxm schema registration after modl is done</content>
</entry>
<entry>
<title>Extended MODL / direct download handling (#2384)</title>
<updated>2026-05-03T08:04:49Z</updated>
<author>
<name>Jeremy Rimpo</name>
<email>jeremy.rimpo@servermonkey.com</email>
</author>
<published>2026-05-03T08:04:49Z</published>
<link rel='alternate' type='text/html' href='http://git.schererleander.de/ariadne.git/commit/?id=ef7499aade74a148416b5fde7e8c03a75ea381c3'/>
<id>urn:sha1:ef7499aade74a148416b5fde7e8c03a75ea381c3</id>
<content type='text'>
* Extended MODL / direct download handling
- name, modname, version, and source options added to download command
- nxmhandler init adds schemas and MODL entry with default launch args
- Add MODL register button to general tab
- On window display, call meta function to trigger both registrations</content>
</entry>
<entry>
<title>Highlight mods that contain selected files in data tab (#2179)</title>
<updated>2025-01-02T07:52:38Z</updated>
<author>
<name>Jonathan Feenstra</name>
<email>26406078+JonathanFeenstra@users.noreply.github.com</email>
</author>
<published>2025-01-02T07:52:38Z</published>
<link rel='alternate' type='text/html' href='http://git.schererleander.de/ariadne.git/commit/?id=f8340e16201c214eef5327c4e810432e12b23805'/>
<id>urn:sha1:f8340e16201c214eef5327c4e810432e12b23805</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Highlight masters of selected plugins (#2140)</title>
<updated>2024-10-12T11:37:58Z</updated>
<author>
<name>Jonathan Feenstra</name>
<email>26406078+JonathanFeenstra@users.noreply.github.com</email>
</author>
<published>2024-10-12T11:37:58Z</published>
<link rel='alternate' type='text/html' href='http://git.schererleander.de/ariadne.git/commit/?id=b6de58f2d348e89f0d75f10b9c84312cd0d3a6e5'/>
<id>urn:sha1:b6de58f2d348e89f0d75f10b9c84312cd0d3a6e5</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Use new Skip File &amp; Skip Directory in usvfs (#2033)</title>
<updated>2024-06-15T16:51:47Z</updated>
<author>
<name>Twinki</name>
<email>Twinki14@users.noreply.github.com</email>
</author>
<published>2024-06-15T16:51:47Z</published>
<link rel='alternate' type='text/html' href='http://git.schererleander.de/ariadne.git/commit/?id=d3b647ab2b19626b2f86b5c2af3946c1fcf22068'/>
<id>urn:sha1:d3b647ab2b19626b2f86b5c2af3946c1fcf22068</id>
<content type='text'>
* Use new Skip File &amp; Skip Directory in usvfs.

# Motivations
https://github.com/ModOrganizer2/usvfs/pull/61 Highlights some reasons why the ability to skip files &amp; directories would be beneficial

# Modifications
- Add two new settings, `skip_file_suffixes` and `skip_directories`
- Wire the two new settings up to usvfs
- Add two new buttons to the `Workarounds` dialog, one to adjust Skip File Suffixes and another for Skip Directories, both buttons act nearly identical to the Executable Blacklist button
- Add a new grouping in the `Workarounds` dialog box that contains the usvfs buttons to keep the dialog a tad organized</content>
</entry>
<entry>
<title>Dialogs and bugfixes</title>
<updated>2023-09-21T22:35:08Z</updated>
<author>
<name>Jeremy Rimpo</name>
<email>jeremy.rimpo@servermonkey.com</email>
</author>
<published>2023-09-21T01:44:20Z</published>
<link rel='alternate' type='text/html' href='http://git.schererleander.de/ariadne.git/commit/?id=049a7e2efd4a42437cc6e06b59d9a28cc65457bc'/>
<id>urn:sha1:049a7e2efd4a42437cc6e06b59d9a28cc65457bc</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Several updates</title>
<updated>2023-09-21T22:32:37Z</updated>
<author>
<name>Jeremy Rimpo</name>
<email>jeremy.rimpo@servermonkey.com</email>
</author>
<published>2023-09-19T02:30:39Z</published>
<link rel='alternate' type='text/html' href='http://git.schererleander.de/ariadne.git/commit/?id=4342fe3ce16e1e14fb44cf2676e3887002f67ec4'/>
<id>urn:sha1:4342fe3ce16e1e14fb44cf2676e3887002f67ec4</id>
<content type='text'>
* No longer cause an error when deleting a category that's being used
* Add a dialog when installing a mod with no Nexus mapping (if not disabled)
* Allow disabling Nexus category mapping in Settings (Nexus tab)
* Add context option to remove nexus mappings in the category editor
* Some clang style fixes
</content>
</entry>
<entry>
<title>Add reminder dialog for old instances</title>
<updated>2023-09-21T22:27:49Z</updated>
<author>
<name>Jeremy Rimpo</name>
<email>jeremy.rimpo@servermonkey.com</email>
</author>
<published>2021-12-27T01:52:40Z</published>
<link rel='alternate' type='text/html' href='http://git.schererleander.de/ariadne.git/commit/?id=eeddc993a7ee1785d2beaac8e6f3bf0bc155c158'/>
<id>urn:sha1:eeddc993a7ee1785d2beaac8e6f3bf0bc155c158</id>
<content type='text'>
</content>
</entry>
</feed>
