File tree Expand file tree Collapse file tree 6 files changed +16
-7
lines changed Expand file tree Collapse file tree 6 files changed +16
-7
lines changed Original file line number Diff line number Diff line change 1- # 1.0.0
2- Initial Mod Release
1+ # 1.3.0
2+
3+ - Added ability to override the file encoding via the ` SetEncoding ` API.
4+ - Added ability to list the imports in a given script via the ` TryGetImports ` API.
35
46# 1.1.0
5- Add AddDirectory and AddFile functions to API
7+ Add AddDirectory and AddFile functions to API
8+
9+ # 1.0.0
10+ Initial Mod Release
Original file line number Diff line number Diff line change 22 "ModId" : " reloaded.universal.fileemulationframework.bf" ,
33 "ModName" : " BF Emulator for File Emulation Framework" ,
44 "ModAuthor" : " AnimatedSwine37" ,
5- "ModVersion" : " 1.2.1 " ,
5+ "ModVersion" : " 1.3.0 " ,
66 "ModDescription" : " Simulates Atlus BF files. Allows mods to add or replace existing files using files on disk." ,
77 "ModDll" : " BF.File.Emulator.dll" ,
88 "ModIcon" : " Preview.png" ,
Original file line number Diff line number Diff line change 22 "ModId" : " reloaded.universal.fileemulationframework.bmd" ,
33 "ModName" : " BMD Emulator For File Emulation Framework" ,
44 "ModAuthor" : " oceanstuck, AnimatedSwine37" ,
5- "ModVersion" : " 1.0 .0" ,
5+ "ModVersion" : " 1.1 .0" ,
66 "ModDescription" : " Simulates Atlus BMD files. Allows mods to add or replace existing files using files on disk." ,
77 "ModDll" : " BMD.File.Emulator.dll" ,
88 "ModIcon" : " Preview.png" ,
Original file line number Diff line number Diff line change 22 "ModId" : " reloaded.universal.fileemulationframework.pak" ,
33 "ModName" : " PAK Emulator for File Emulation Framework" ,
44 "ModAuthor" : " ltsophia & friends" ,
5- "ModVersion" : " 1.1.1 " ,
5+ "ModVersion" : " 1.2.0 " ,
66 "ModDescription" : " Simulates Atlus PAK files. Allows mods to add or replace existing files using files on disk." ,
77 "ModDll" : " PAK.Stream.Emulator.dll" ,
88 "ModIcon" : " Preview.png" ,
Original file line number Diff line number Diff line change 1+ # 2.3.0
2+
3+ - Added support for emulating LastWriteTime of emulated files across re-opens.
4+
15# 2.1.1
26
37- Added: Source to start of various log commands.
Original file line number Diff line number Diff line change 22 "ModId" : " reloaded.universal.fileemulationframework" ,
33 "ModName" : " File Emulation Framework: Base Mod" ,
44 "ModAuthor" : " Sewer56" ,
5- "ModVersion" : " 2.2.2 " ,
5+ "ModVersion" : " 2.3.0 " ,
66 "ModDescription" : " Base mod for the file emulation framework; a framework for modifying applications\u0027 perceptions of files loaded by hooking the Windows API." ,
77 "ModDll" : " FileEmulationFramework.dll" ,
88 "ModIcon" : " Preview.png" ,
You can’t perform that action at this time.
0 commit comments