Commit Graph

2126 Commits

Author SHA1 Message Date
b030dd67ca Added MatchAll support to mods 2020-02-04 22:17:12 -07:00
f70ab579a4 Merge pull request #470 from wabbajack-tools/dependabot/nuget/MSTest.TestAdapter-2.1.0
Bump MSTest.TestAdapter from 2.0.0 to 2.1.0
2020-02-04 14:13:38 -07:00
da8ead709b Merge branch 'master' into dependabot/nuget/MSTest.TestAdapter-2.1.0 2020-02-04 14:13:32 -07:00
8c171092ab Merge pull request #471 from wabbajack-tools/dependabot/nuget/MSTest.TestFramework-2.1.0
Bump MSTest.TestFramework from 2.0.0 to 2.1.0
2020-02-04 14:12:47 -07:00
a8451925a7 Bump MSTest.TestFramework from 2.0.0 to 2.1.0
Bumps [MSTest.TestFramework](https://github.com/microsoft/testfx) from 2.0.0 to 2.1.0.
- [Release notes](https://github.com/microsoft/testfx/releases)
- [Commits](https://github.com/microsoft/testfx/compare/v2.0.0...v2.1.0)

Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
2020-02-04 07:04:15 +00:00
6475a2143b Bump MSTest.TestAdapter from 2.0.0 to 2.1.0
Bumps [MSTest.TestAdapter](https://github.com/microsoft/testfx) from 2.0.0 to 2.1.0.
- [Release notes](https://github.com/microsoft/testfx/releases)
- [Commits](https://github.com/microsoft/testfx/compare/v2.0.0...v2.1.0)

Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
2020-02-04 07:03:53 +00:00
d983bcc168 Merge pull request #469 from wabbajack-tools/finis-nemisis-errors
Fixes for sql for unicode paths in sql tables (instead of ascitables …
2020-02-03 22:30:56 -07:00
4377f430f3 Fixes for sql for unicode paths in sql tables (instead of ascitables 🤦) 2020-02-03 21:58:32 -07:00
49305f8f8c Merge pull request #468 from Noggog/some-fixes
Some fixes
2020-02-03 21:33:31 -07:00
d789e5a26d Added error message to print URL for failed Dropbox download 2020-02-03 20:30:45 -06:00
e830ffc540 Added null check for Dropbox download logic 2020-02-03 20:30:28 -06:00
7dc5b4c9d3 Added log message for failed ModInfo get in NexusDownloader 2020-02-03 20:06:35 -06:00
11d6401374 Added log to InstallerVM of what modlist it is installing 2020-02-03 19:02:57 -06:00
7b41606625 Better initial visibility settings on ModListGallery items 2020-02-03 18:49:57 -06:00
40c9521cee Slideshow user next works when paused 2020-02-03 18:45:47 -06:00
9d0c5ef529 Null handling for update callback 2020-02-03 18:43:24 -06:00
1b428cd03b Merge pull request #464 from erri120/manifest-rework
Manifest rework
2020-02-03 05:28:25 -07:00
7444643027 Merge pull request #467 from wabbajack-tools/dependabot/nuget/FluentFTP-30.0.0
Bump FluentFTP from 29.0.4 to 30.0.0
2020-02-03 05:28:14 -07:00
f2b2a14850 Merge pull request #466 from wabbajack-tools/dependabot/nuget/Fody-6.1.0
Bump Fody from 6.0.8 to 6.1.0
2020-02-03 05:28:06 -07:00
49ed9fae6e Bump FluentFTP from 29.0.4 to 30.0.0
Bumps [FluentFTP](https://github.com/robinrodricks/FluentFTP) from 29.0.4 to 30.0.0.
- [Release notes](https://github.com/robinrodricks/FluentFTP/releases)
- [Changelog](https://github.com/robinrodricks/FluentFTP/blob/master/RELEASES.md)
- [Commits](https://github.com/robinrodricks/FluentFTP/commits)

Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
2020-02-03 07:31:37 +00:00
2494eb3f0c Bump Fody from 6.0.8 to 6.1.0
Bumps [Fody](https://github.com/Fody/Fody) from 6.0.8 to 6.1.0.
- [Release notes](https://github.com/Fody/Fody/releases)
- [Commits](https://github.com/Fody/Fody/compare/6.0.8...6.1.0)

Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
2020-02-03 07:31:28 +00:00
2f2d9273b0 Merge pull request #463 from Noggog/auto-update
Basic AutoUpdater.NET added.  GUI button to update
2020-02-02 17:38:03 -07:00
1bf1189f26 Removed unused imports and CommonMark dependency 2020-02-02 13:52:55 +01:00
dd9baea785 Fixed GitHub links 2020-02-02 13:52:54 +01:00
f03db43798 Fleshed out the Manifest 2020-02-02 13:52:54 +01:00
853ab81bbf Renamed GetReportEntry to GetManifestURL 2020-02-02 13:52:53 +01:00
fda325eecf Revert "Changed Url to URL and removed GetReportEntry"
This reverts commit d62d40add41e7c7e37c2b6bae677bcc6c1d1f356.
2020-02-02 13:52:53 +01:00
cc0577b0d8 Changed Url to URL and removed GetReportEntry 2020-02-02 13:52:53 +01:00
7b66aee5a8 Created basic ManifestView, Window and VM 2020-02-02 13:52:53 +01:00
5b5678363f Removed ReportHTML 2020-02-02 13:52:52 +01:00
366ccbc1e1 Created new Manifest class 2020-02-02 13:52:52 +01:00
ff7964b797 Removed old ReportBuilder and css 2020-02-02 13:52:51 +01:00
cd3e186d73 Basic AutoUpdater.NET added. GUI button to update 2020-02-02 01:33:12 -06:00
2a7455f275 Update azure-pipelines.yml for Azure Pipelines 2020-02-01 11:32:36 -07:00
887e62d6f0 Update azure-pipelines.yml for Azure Pipelines 2020-02-01 11:21:05 -07:00
198e047b02 Update azure-pipelines.yml for Azure Pipelines 2020-02-01 11:03:36 -07:00
3d55624bcc Update azure-pipelines.yml for Azure Pipelines 2020-02-01 10:49:19 -07:00
b73317689a Merge pull request #461 from wabbajack-tools/publishing-tweaks
Make x64 the default in all cases, make published builds self-contained
2020-02-01 10:33:37 -07:00
c991f077c7 Make x64 the default in all cases, make published builds self-contained 2020-02-01 10:33:00 -07:00
d0d99095d5 Merge pull request #460 from wabbajack-tools/fix-uploading-again
Fix file uploading and implement server-side hash verification.
2020-01-31 22:42:37 -07:00
7c6e797244 Fix file uploading and implement server-side hash verification. 2020-01-31 22:41:09 -07:00
1334c32b17 Update azure-pipelines.yml for Azure Pipelines 2020-01-31 17:07:32 -07:00
bd588fd84e Merge pull request #459 from wabbajack-tools/wabbajac-cli
Wabbajack cli
2020-01-31 16:48:45 -07:00
bf7efa1961 Add wabbajack-cli as part of the main Wabbajack distro, re-enable icons and splash screen. 2020-01-31 15:56:26 -07:00
aa85c0dc8c We have a CLI 2020-01-31 15:38:56 -07:00
8ce5906a72 Remove references to Framework deps replace with the deps we use in other parts of the project 2020-01-31 15:07:55 -07:00
e8b86a97d7 Update azure-pipelines.yml for Azure Pipelines 2020-01-31 15:00:18 -07:00
104df8dd87 Update azure-pipelines.yml for Azure Pipelines 2020-01-31 14:40:55 -07:00
38aa2d89c2 Merge pull request #457 from wabbajack-tools/dependabot/nuget/Extended.Wpf.Toolkit-3.8.0
Bump Extended.Wpf.Toolkit from 3.7.0 to 3.8.0
2020-01-31 06:27:39 -07:00
24ddd1b875 Bump Extended.Wpf.Toolkit from 3.7.0 to 3.8.0
Bumps [Extended.Wpf.Toolkit](https://github.com/xceedsoftware/wpftoolkit) from 3.7.0 to 3.8.0.
- [Release notes](https://github.com/xceedsoftware/wpftoolkit/releases)
- [Commits](https://github.com/xceedsoftware/wpftoolkit/compare/3.7.0...3.8.0)

Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
2020-01-31 07:17:27 +00:00