Skip to content

Releases: ModTheGungeon/ETGMod.Installer.Citrus

v16.11.08

08 Nov 16:26
940b726
Compare
Choose a tag to compare
Fixed for Gungeon 1.0.11 (version.txt format changed)

v16.08.03.3

22 Oct 18:28
940b726
Compare
Choose a tag to compare
lol antivirus

16.08.03.1 - Update Mono.Cecil

24 Aug 14:47
5cfa63a
Compare
Choose a tag to compare

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

03 Aug 10:08
8c006c8
Compare
Choose a tag to compare

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

02 Aug 11:33
f5f7a95
Compare
Choose a tag to compare

Linux and macOS users: RUN WITH MONO, NOT WINE!

Changelog:

  • MonoMod now tries to remove prefixes (f.e. patch_) when creating a class A : patch_B. Thanks, @RiokuTheSlayer, for finding this issue!

16.08.01.1 - Don't use outdated backups when Gungeon updated

01 Aug 21:24
6cb1445
Compare
Choose a tag to compare

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

01 Aug 12:34
83b6a67
Compare
Choose a tag to compare

Linux and macOS users: RUN WITH MONO, NOT WINE!

Changelog:

  • MONOMOD_DEBUGSYMS is disabled for release builds as ETGMod doesn't ship with MonoDebug anymore.

16.07.31.1 - Remove .mdb / .pdb after deobfuscating

31 Jul 21:28
4cda4ad
Compare
Choose a tag to compare

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

31 Jul 15:41
ffefcbc
Compare
Choose a tag to compare
Pre-release

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

29 Jul 21:32
d032bae
Compare
Choose a tag to compare
Pre-release

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.