Releases: ModTheGungeon/ETGMod.Installer.Citrus
Releases · ModTheGungeon/ETGMod.Installer.Citrus
v16.11.08
v16.08.03.3
lol antivirus
16.08.03.1 - Update Mono.Cecil
Linux and macOS users: RUN WITH MONO, NOT WINE!
Changelog:
- Update Mono.Cecil. Nothing else. Old versions of Mono.Cecil got false-flagged by some antivirus programs.
16.08.03 - Fix Gungeon update issue
Linux and macOS users: RUN WITH MONO, NOT WINE!
Changelog:
- Fix an issue where the installer restarts before clearing the backups... which causes it to never clear the backups.
16.08.02 - MonoMod base-type fix
Linux and macOS users: RUN WITH MONO, NOT WINE!
Changelog:
- MonoMod now tries to remove prefixes (f.e.
patch_
) when creating aclass A : patch_B
. Thanks, @RiokuTheSlayer, for finding this issue!
16.08.01.1 - Don't use outdated backups when Gungeon updated
Linux and macOS users: RUN WITH MONO, NOT WINE!
Changelog:
- Installer checks for Gungeon version it ran against with last time. If the version mismatches, it removes all old backups and creates new ones.
16.08.01
16.07.31.1 - Remove .mdb / .pdb after deobfuscating
Linux and macOS users:
RUN WITH MONO, NOT WINE!
- The .mdb / .pdb file of the deobfuscated assembly is invalid anyway, so let's just remove it before it causes any problems.
16.07.31 - Travis uses MSBuild
Linux and macOS users:
RUN WITH MONO, NOT WINE!
- Travis CI now uses msbuild, trying to fix some issues that existed when building with xbuild (admin permissions required; broken drag-n-drop; crashes; ...).
16.07.29 - Fix layout issues
Linux and macOS users:
RUN WITH MONO, NOT WINE!
- Travis CI uses xbuild, not msbuild, causing some issues such as random crashes and layout differences. Latter issue has been fixed.