From de66e5b40543773d1d2f6462f0c143ad4392dde7 Mon Sep 17 00:00:00 2001 From: Robert McRackan Date: Wed, 18 Dec 2019 14:27:27 -0500 Subject: [PATCH] Clean up for 3.1 beta 11 --- LibationLauncher/Program.cs | 2 +- LibationWinForms/UNTESTED/Form1.cs | 3 --- REFERENCE.txt | 1 + 3 files changed, 2 insertions(+), 4 deletions(-) diff --git a/LibationLauncher/Program.cs b/LibationLauncher/Program.cs index 34efa9d3..61cd46a3 100644 --- a/LibationLauncher/Program.cs +++ b/LibationLauncher/Program.cs @@ -109,7 +109,7 @@ private static void initLogging() //Log.Logger.Here().Debug("Begin Libation. Debug with line numbers"); } - private static string defaultLoggingLevel = "Information"; + private static string defaultLoggingLevel { get; } = "Information"; private static void ensureLoggingConfig(Configuration config) { if (config.GetObject("Logging") != null) diff --git a/LibationWinForms/UNTESTED/Form1.cs b/LibationWinForms/UNTESTED/Form1.cs index 5e141658..14147067 100644 --- a/LibationWinForms/UNTESTED/Form1.cs +++ b/LibationWinForms/UNTESTED/Form1.cs @@ -36,9 +36,6 @@ public Form1() private void Form1_Load(object sender, EventArgs e) { - // call static ctor. There are bad race conditions if static ctor is first executed when we're running in parallel in setBackupCountsAsync() - var foo = FilePathCache.JsonFile; - // load default/missing cover images. this will also initiate the background image downloader var format = System.Drawing.Imaging.ImageFormat.Jpeg; PictureStorage.SetDefaultImage(PictureSize._80x80, Properties.Resources.default_cover_80x80.ToBytes(format)); diff --git a/REFERENCE.txt b/REFERENCE.txt index e0255e81..667f84e3 100644 --- a/REFERENCE.txt +++ b/REFERENCE.txt @@ -1,6 +1,7 @@ -- begin VERSIONING --------------------------------------------------------------------------------------------------------------------- https://github.com/rmcrackan/Libation/releases +v3.1-beta.11 : Improved configuration and settings file management. Configurable logging v3.1-beta.10 : New feature: clicking Liberate button on a liberated item navigates to that audio file v3.1-beta.9 : New feature: liberate individual book v3.1-beta.8 : Bugfix: decrypt file conflict