Releases: steviegt6/fnb
Releases · steviegt6/fnb
0.1.0
v2.0.2 (TML.Files 2.1.1)
TML.Patcher
Changes
- Updated
TML.Files
version to 2.1.1.- Resolves issues with not all files being extracted.
TML.Files
Fixes
- Fixed race condition where only some files would be properly extracted (GH-33, @Chik3r & @steviegt6).
v2.0.1 (TML.Files 2.1.0)
TML.Patcher
Changes
- Updated
TML.Files
version to 2.1.0 (relevant: GH-29).
TML.Files
Additions
- Added
System.Threading.Tasks.Dataflow
as a dependency (GH-29, @Chik3r). - Added
void TML.Files.Extraction::Extract(TML.Files.TModFile,int,System.Threading.Tasks.Dataflow.ActionBlock<TML.Files.TModFileData>,TML.Files.Extraction.IFileExtractor)
.- See Changes for more information.
Changes
- Changed
TML.Files.Extraction.TModFileExtractor::Extract
API; you should now interface with extraction using anSystem.Threading.Tasks.Dataflow.ActionBlock<TML.Files.TModFileData>
object, allowing you to act immediately when a file is extracted (GH-29, @Chik3r).- In turn,
System.Collections.Generic.List<TML.Files.TModFileData> TML.Files.Extraction.TModFileExtractor::Extract(TML.Files.TModFile,int,TML.Files.Extraction.IFileExtractor[])
has been made obsolete.- In favor of a new method (see Additions).
- In turn,
Fixes
v2.0.0
TML.Patcher.Client Release v1.0.1
v1.0.1
- Updated path logic to support April 2022's re-standardization of paths.
- Added a big warning telling people to use ILSpy for decompiling.
- Some simple error handling for end-user mistakes.
TML.Patcher.Client Release v1.0.0
Release v1.0.0 of TML.Patcher.Client, the console interface for TML.Patcher.
Additional work will be made on the backend TML.Patcher libraries, but they will not be used by the client frontend, so this may be safely released.
This is a fully rewritten version, with mod unpacking and decompilation, alongside workshop integration, 1.4 support, and numerous other things.
Actual mod patching will be included as a tModLoader mod.
TML.Patcher Release v0.2.1.0
0.2.1.0
- Abolished
ilspycmd
in exchange for directly using theICSharpCode.Decompiler
library. - Unpacking now opens
.tmod
files with read-only perms, should help with file permission issues. - Properly support legacy
.tmod
files.
0.2.0.1
0.2.0.0 Repacking and Clean-Up
- Behind-the-scenes code refactorization.
- Consolation is completely independent.
- TMl.Patcher now uses DragonFruit.
- Backend renamed to TML.Patcher.
- Frontend renamed to TML.Patcher.CLI.
- Uploaded TML.Files and TML.Patcher to NuGet.
- Repackaging mods is now possible.
0.1.3.0 - context lol
0.1.3.0
- Added light-weight mod unpacking through drag-and-dropping.
- Added the ability to add TML.Patcher.Frontend to the file context menu.