0% found this document useful (0 votes)
59 views2 pages

Changelog

The document outlines 74 commits made since version 5.0.1. The commits include bumping dependencies to newer versions, fixing bugs on Windows, macOS and Linux, improving console support across platforms, and refactoring console handling code.

Uploaded by

Daniel Daraban
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as TXT, PDF, TXT or read online on Scribd
0% found this document useful (0 votes)
59 views2 pages

Changelog

The document outlines 74 commits made since version 5.0.1. The commits include bumping dependencies to newer versions, fixing bugs on Windows, macOS and Linux, improving console support across platforms, and refactoring console handling code.

Uploaded by

Daniel Daraban
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as TXT, PDF, TXT or read online on Scribd
You are on page 1/ 2

74 commits since v5.0.

Changelog (excluding merges):


* (dfba4f0) [ghorsington] Rename DisplayedLogLevel to LogLevels to not cause
upgrade issues
* (d92fb3c) [ghorsington] Bump Doorstop to 3.0.1.0
* (3b02a71) [ghorsington] Bump HarmonyX to 2.0.3.1
* (5fc8348) [ghorsington] Update BepInEx.Harmony submodule
* (7628f7c) [ghorsington] Bump HarmonyX to 2.0.3
* (329c6ba) [ghorsington] Update BepInEx.Harmony
* (cd81d79) [ghorsington] Fix run script not working on macos
* (6cdb7c2) [ghorsington] Update submodule
* (1ab2716) [ghorsington] Fix NotImplementedException when using shift-jis encoding
* (eebdac9) [ghorsington] Use ConsoleWindow.Title instead of Console.Title
* (6e68198) [ghorsington] Use older FileStream ctor for compat with older version
of Mono
* (2b6cb1c) [ghorsington] Update submodules
* (55ef230) [ghorsington] Update BepInEx.Harmony
* (055eac2) [ghorsington] Add log source for Harmony logs
* (1b538fa) [ghorsington] Enforce non-BOM UTF8 encoding for consoles
* (c70ab5a) [ManlyMarco] Clean up load skip messages
* (c096209) [ManlyMarco] Remove no longer necessary harmony fix
* (ccbfedd) [ghorsington] Update README.md
* (e19b957) [ghorsington] Fix encoding setting on Windows
* (ebc63c0) [ghorsington] Fix console not showing on Windows if stdout is not set
* (90bb22c) [ghorsington] Remove Harmony shim config
* (e5e811c) [ghorsington] Replace Harmony with HarmonyX NuGet package, update
MonoMod to 20.5.21.5
* (8e6e424) [ghorsington] Update BepInEx.Harmony submodule
* (db704d8) [ghorsington] Update BepInEx.Harmony submodule
* (1100e9c) [ghorsington] Clarify load warning; closes #113
* (a46e730) [ghorsington] Ensure run_bepinex.sh is LF on build
* (580b09e) [ghorsington] Update run script to work with macOS Steam
* (3eae7e2) [ghorsington] Bump Unix Doorstop version
* (e1ca50f) [ghorsington] Bump Doorstop.Unix to 1.1.0.0
* (f19f4eb) [ghorsington] Update unix run script to support running on Steam
* (d7f9ddc) [ghorsington] Add Unix builds to cakebuild script
* (200ad37) [ghorsington] Add Unix run script
* (52b6efb) [ghorsington] Fix references
* (736c4ab) [ghorsington] Bump Doorstop to version 3.0.0.0
* (c830880) [ghorsington] Bump Doorstop to version 3.0.0.0
* (849f056) [Bepis] Fix issues with preloader error log writing
* (f963d6c) [Bepis] Set GameRootPath to outside the game.app folder on OSX
* (9f4dcb6) [Bepis] Add POSIX library listing for Mac OSX
* (ed0cdfa) [Bepis] Update MonoMod to 20.5.21.5, and remove dummy DynDll
implementation
* (f9fea9f) [Bepis] Fix title property not existing on some implementations
* (833ae93) [Bepis] Trim console title process name
* (4ea3808) [Bepis] Bump BepInEx version to 5.1
* (eccef11) [Bepis] Fix SafeConsole implementation
* (2723687) [Bepis] Improve platform check and fix Unity engine check for Linux
* (79ec0b1) [Bepis] Correctly handle stdout when it is redirected
* (8d1df72) [Bepis] Implement manual xterm escape codes for Unity 4.x
* (d81aca7) [ghorsington] Fix assembly resolving on locales in paths with non-ASCII
chars
* (1a574b3) [ghorsington] Fix logging filter flags; clean up logging API
* (150a709) [Bepis] Refactor ConsoleManager
* (e5651fa) [Bepis] Fix platform detection for xterm fix Mono seems to exit the
method prematurely if you use PlatformHelper here. No exception either, so it can't
be catched
* (fbf983f) [Bepis] Properly fix console colors in chainloader
* (aca6790) [Bepis] Fix color support with ncurses 6.1 style terminals
* (f210b05) [Bepis] Implement console redirection fix for Linux
* (6881fb0) [Bepis] Fix console support on Unity 4.x
* (456bc1f) [Bepis] Fixes and cleanup around unix logging
* (d2afe06) [Bepis] Initial abstraction of console related calls
* (9793566) [TheLounger] Resolve NuGet packages folder relative to current solution
dir
* (fd474fd) [Bepis] Use specific log levels instead of defining a max verbosity
Fixes #106
* (541ab9e) [ghorsington] Fix sharing violation on config file save in some rare
cases
* (7ee43df) [ghorsington] Bump MonoMod version to v20.4.3.1
* (474c221) [ghorsington] Ignore case in TargetDLLs assembly names
* (9d164bc) [ghorsington] Write log source when logging preloader logger events in
chainloader
* (7e690cd) [Geoffrey Horsington] Bump MonoMod to 20.03.05.01
* (c2f1d3a) [Geoffrey Horsington] Fix preloader crash when assembly name is invalid
(e.g. autogenerated by MM)
* (c9503aa) [Geoffrey Horsington] Remove unnecessary error logging
* (fab7cc2) [Geoffrey Horsington] Fix regression introduced by #109
* (e750241) [notfood] Allow Console to fail gracefully if missing extern
* (c42b296) [ghorsington] Update README
* (cd9cb35) [ghorsington] Update Doorstop to 2.12.1.0
* (6014158) [ghorsington] Update MonoMod to 20.1.1.4
* (61a1b07) [ghorsington] Fix preloader crash on Unity 2019 if game path has non-
ASCII chars

You might also like