Skip to content

Commit

Permalink
Release 2020-05-06 stable for the update system
Browse files Browse the repository at this point in the history
  • Loading branch information
Traderain committed May 6, 2020
1 parent 6d36e8b commit 839ac91
Show file tree
Hide file tree
Showing 4 changed files with 20 additions and 6 deletions.
15 changes: 15 additions & 0 deletions ChangeLog.txt
Original file line number Diff line number Diff line change
@@ -1,3 +1,18 @@
CHANGELOG 0.6.0.1 - 2020.05.06
- COMPLETE GAME FILE READING SUPPORT
- All the unknownbytes have been figured out apart from some minor ones
- Collision-cache reading
- Apex-file (apb) modding support
- PROPER MESH AND TEXTURE MODDING SUPPORT
- FBX export with animations (import is in the works so stay tuned)
- Better model renderer
- Proper texture import and cooking inside WolvenKit
- Support for viewing of all the texturecache details
- BATCH EDITING OF MULTIPLE FILES AT ONCE
- SOUND MODDING SUPPORT
- MODERN UI WITH LIGHT, DARK AND BLUE THEMES
- many many bugfixes and minor changes

CHANGELOG 0.3.1.0 - 2018.08.02.
- Fix loading showing before it knows the paths needed to load
- Update version
Expand Down
6 changes: 3 additions & 3 deletions Update.xml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
<?xml version="1.0" encoding="UTF-8"?>
<item>
<version>0.3.1.0</version>
<url>https://github.com/Traderain/Wolven-kit/releases/download/Latest/WolvenKit.zip</url>
<version>0.6.0.1</version>
<url>https://github.com/Traderain/Wolven-kit/releases/download/Stable/WolvenKit-2020-05-06.zip</url>
<changelog>https://raw.githubusercontent.com/Traderain/Wolven-kit/master/ChangeLog.txt</changelog>
<mandatory>false</mandatory>
</item>
</item>
1 change: 0 additions & 1 deletion WolvenKit/MainController.cs
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,6 @@ public class MainController : IVariableEditor, ILocalizedStringSource, INotifyPr
public const string ManagerCacheDir = "ManagerCache";
public const string DepotDir = "Depot";
private const string DepotZipPath = "ManagerCache\\Depot.zip";
public string VLCLibDir = "C:\\Program Files\\VideoLAN\\VLC";
public string InitialModProject = "";
public string InitialWKP = "";

Expand Down
4 changes: 2 additions & 2 deletions WolvenKit/Properties/AssemblyInfo.cs
Original file line number Diff line number Diff line change
Expand Up @@ -35,5 +35,5 @@
// by using the '*' as shown below:
// [assembly: AssemblyVersion("1.0.*")]

[assembly: AssemblyVersion("0.5.0.1")]
[assembly: AssemblyFileVersion("0.5.0.1")]
[assembly: AssemblyVersion("0.6.0.1")]
[assembly: AssemblyFileVersion("0.6.0.1")]

0 comments on commit 839ac91

Please sign in to comment.