Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

New Wabbajack release #2479

Merged
merged 85 commits into from
Jan 14, 2024
Merged
Changes from 1 commit
Commits
Show all changes
85 commits
Select commit Hold shift + click to select a range
98c12d4
added more visible error messages to avoid user confusion
JanuarySnow Jul 19, 2023
5b8e372
restored warning removed in error, updated changelog, removed debug i…
JanuarySnow Jul 19, 2023
b6d4b5d
Update InstallerVM.cs
JanuarySnow Jul 26, 2023
940bc7b
Merge branch 'main' into blocking_fixes
JanuarySnow Jul 26, 2023
b71003d
Update InstallerVM.cs
JanuarySnow Jul 26, 2023
cc76e3c
Update MainWindowViewModel.cs
JanuarySnow Jul 26, 2023
4d688b7
added json optional flag to only show version number over modlist ima…
JanuarySnow Jul 29, 2023
ae7402b
Fix manual downloads sometimes launching in browser
UrbanCMC Aug 9, 2023
6399ef0
Fix manual downloads from secure servers
UrbanCMC Aug 9, 2023
63eaffd
Remove duplicate user agent code
UrbanCMC Aug 9, 2023
7350b63
Create configuration project and performance settings
UrbanCMC Aug 17, 2023
a77bb6c
Bind new performance settings to UI
UrbanCMC Aug 20, 2023
039e360
Use performance settings to limit maximum memory per download
UrbanCMC Aug 20, 2023
bdb60f2
Remove unused settings and related classes
UrbanCMC Aug 20, 2023
31200df
Merge branch 'blocking_fixes' into pre-release
EzioTheDeadPoet Aug 22, 2023
afce861
Merge remote-tracking branch 'origin/crit_obscure_old_request' into p…
EzioTheDeadPoet Aug 22, 2023
1d6012d
Merge remote-tracking branch 'origin/downloader-ram-limit' into pre-r…
EzioTheDeadPoet Aug 22, 2023
5f2b648
Merge remote-tracking branch 'origin/webview-download-fix' into pre-r…
EzioTheDeadPoet Aug 22, 2023
c23a7ad
Updated CHANGELOG.md
EzioTheDeadPoet Aug 22, 2023
f139038
update CHANGELOG.md
EzioTheDeadPoet Aug 22, 2023
8edbb69
moved the existing files popup to an error message , heralding the re…
JanuarySnow Aug 24, 2023
c54f223
added newline
JanuarySnow Aug 24, 2023
081a68c
reverted erroneous edit
JanuarySnow Aug 24, 2023
30adcc9
Merge remote-tracking branch 'origin/blocking_fixes' into pre-release
EzioTheDeadPoet Aug 24, 2023
c93a4af
gogID for fallout4 added
EzioTheDeadPoet Aug 27, 2023
a2820c8
Merge remote-tracking branch 'origin/fallout4GOG' into pre-release
EzioTheDeadPoet Aug 27, 2023
4384cfc
update CHANGELOG.md
EzioTheDeadPoet Aug 27, 2023
a5eb40f
update CHANGELOG.md
EzioTheDeadPoet Aug 27, 2023
21bf0a8
Fix deadlock when loading new settings
UrbanCMC Aug 28, 2023
4877fc7
Merge remote-tracking branch 'origin/downloader-ram-limit' into pre-r…
EzioTheDeadPoet Aug 28, 2023
7b5a6e7
Merge branch 'blocking_fixes' into pre-release
UrbanCMC Oct 2, 2023
70c1f3a
change folder/directory check logic
EzioTheDeadPoet Oct 2, 2023
1f79598
update CHANGELOG.md
EzioTheDeadPoet Oct 2, 2023
e9aeec7
revert unnecessary change
EzioTheDeadPoet Oct 2, 2023
aa7471a
update CHANGELOG.md
EzioTheDeadPoet Oct 2, 2023
a631ca9
Bump Wabbajack to .NET 7
tr4wzified Oct 4, 2023
a64e70d
Bump ReactiveUI packages & deps
tr4wzified Oct 4, 2023
84e55ce
Update GameFinder to 4.0.0
tr4wzified Oct 7, 2023
a7634c7
Merge branch 'main' into pre-release
EzioTheDeadPoet Oct 7, 2023
8db801a
Merge pull request #2414 from tr4wzified/pre-release
EzioTheDeadPoet Oct 12, 2023
a16f808
Merge branch 'main' into pre-release
EzioTheDeadPoet Oct 12, 2023
3b77669
Update CHANGELOG.md
EzioTheDeadPoet Oct 12, 2023
03be13b
Update CHANGELOG.md
EzioTheDeadPoet Oct 12, 2023
d62f59f
Don't try to add cookies if array is empty
UrbanCMC Oct 20, 2023
058b1bb
Start download from scratch if .download_package can't be parsed
UrbanCMC Oct 20, 2023
45c3463
Log when application is shutting down
UrbanCMC Oct 20, 2023
23499d1
Merge branch 'main' into fix-downloader-issues
EzioTheDeadPoet Oct 21, 2023
2404a85
Merge branch 'main' into fix-downloader-issues
EzioTheDeadPoet Oct 21, 2023
ecd5b4a
Merge branch 'main' into pre-release
EzioTheDeadPoet Oct 21, 2023
d562afc
update CHANGELOG.md
EzioTheDeadPoet Oct 21, 2023
40ccbe7
Merge remote-tracking branch 'origin/fix-downloader-issues' into pre-…
EzioTheDeadPoet Oct 21, 2023
f425bbc
exclude the "SP Consent Message" on nexus from the cleared iframes
EzioTheDeadPoet Oct 31, 2023
f2a2ae4
Actually use the --outputPath compile option if the user provides one
majcosta Oct 25, 2023
d59fc87
update Wabbajack.Compression.BSA dependencies
EzioTheDeadPoet Nov 2, 2023
ccff5b8
improve log message to include storage space reference
EzioTheDeadPoet Nov 2, 2023
a61ea63
Merge remote-tracking branch 'origin/main' into pre-release
EzioTheDeadPoet Nov 2, 2023
437ef90
Merge branch 'updating-Compression.BSA-dependencies' into pre-release
EzioTheDeadPoet Nov 2, 2023
2adcf45
Merge pull request #2432 from majcosta/pr_use_outputpath
EzioTheDeadPoet Nov 2, 2023
7fd3671
clearing temp folder when the app closes
EzioTheDeadPoet Nov 2, 2023
65ad593
Merge branch 'temp-file-handling-and-logging-changes' into pre-release
EzioTheDeadPoet Nov 2, 2023
f3a0f65
update logging message
EzioTheDeadPoet Nov 2, 2023
7572135
update CHANGELOG.md
EzioTheDeadPoet Nov 2, 2023
d3eeb17
update CHANGELOG.md
EzioTheDeadPoet Nov 2, 2023
e40845b
update logging for possible exceptions thrown when clearing temp folder
EzioTheDeadPoet Nov 3, 2023
276ecde
fix cloudflare captcha
EzioTheDeadPoet Nov 5, 2023
2e56c70
update Final Fantasy VII: RI metadata
EzioTheDeadPoet Jan 4, 2024
5daefc5
Update CHANGELOG.md
EzioTheDeadPoet Jan 4, 2024
f95d467
fix error
EzioTheDeadPoet Jan 4, 2024
545d9ae
Update GameRegistry.cs
EzioTheDeadPoet Jan 6, 2024
fb3f8a7
Updated GameFinder, Added EADesktop module
EzioTheDeadPoet Jan 8, 2024
3b81f3b
updated version number in CHANGELOG.md
EzioTheDeadPoet Jan 8, 2024
81617f3
Merge branch 'main' into pre-release
EzioTheDeadPoet Jan 8, 2024
5aab0b8
Merge branch 'FFVIIRI-MetaData-Update' into pre-release
EzioTheDeadPoet Jan 8, 2024
1e245e4
Merge branch 'GameFinder-Upgrade' into pre-release
EzioTheDeadPoet Jan 8, 2024
a8aad32
updated logging code
EzioTheDeadPoet Jan 8, 2024
6a2189d
Merge branch 'logging-update-for-temp-clear-on-close' into pre-release
EzioTheDeadPoet Jan 8, 2024
0446e31
update CHANGELOG.md
EzioTheDeadPoet Jan 8, 2024
1b3d85a
Merge branch 'logging-update-for-temp-clear-on-close' into pre-release
EzioTheDeadPoet Jan 8, 2024
3cdf3c9
Fix Nexus login (#2476)
tr4wzified Jan 11, 2024
fdabeae
Fix BG3 being named badlursgate3 in Game enum instead of baldursgate3
tr4wzified Jan 12, 2024
fc26f55
Merge pull request #2477 from wabbajack-tools/fix-bg3-typo
tr4wzified Jan 12, 2024
91ddb39
Fix WebView2 taking up tons of memory, use single WebView window - st…
tr4wzified Jan 12, 2024
591f9ba
Remove commented WebView
tr4wzified Jan 12, 2024
2618d53
Add changelog, fix Wabbajack CLI bat pointing to the wrong directory
tr4wzified Jan 12, 2024
79a002f
Merge pull request #2478 from wabbajack-tools/webview2-singlewindow
tr4wzified Jan 12, 2024
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
update Wabbajack.Compression.BSA dependencies
EzioTheDeadPoet committed Nov 2, 2023
commit d59fc87e388465c606e8fb77d7c1971cc461c9d3
4 changes: 2 additions & 2 deletions Wabbajack.Compression.BSA/Wabbajack.Compression.BSA.csproj
Original file line number Diff line number Diff line change
@@ -18,8 +18,8 @@
</ItemGroup>

<ItemGroup>
<PackageReference Include="K4os.Compression.LZ4.Streams" Version="1.3.4-beta" />
<PackageReference Include="SharpZipLib" Version="1.4.1" />
<PackageReference Include="K4os.Compression.LZ4.Streams" Version="1.3.7-beta" />
<PackageReference Include="SharpZipLib" Version="1.4.2" />
</ItemGroup>

</Project>