Skip to content

Commit

Permalink
Clean up for 3.1 beta 11
Browse files Browse the repository at this point in the history
  • Loading branch information
Robert McRackan committed Dec 18, 2019
1 parent 73c671b commit de66e5b
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 4 deletions.
2 changes: 1 addition & 1 deletion LibationLauncher/Program.cs
Original file line number Diff line number Diff line change
Expand Up @@ -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)
Expand Down
3 changes: 0 additions & 3 deletions LibationWinForms/UNTESTED/Form1.cs
Original file line number Diff line number Diff line change
Expand Up @@ -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));
Expand Down
1 change: 1 addition & 0 deletions REFERENCE.txt
Original file line number Diff line number Diff line change
@@ -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
Expand Down

0 comments on commit de66e5b

Please sign in to comment.