Skip to content

Commit

Permalink
1.10.4 RELEASE
Browse files Browse the repository at this point in the history
  • Loading branch information
Mikescher committed Nov 24, 2017
1 parent 710c8f1 commit e349add
Show file tree
Hide file tree
Showing 2 changed files with 16 additions and 3 deletions.
14 changes: 14 additions & 0 deletions CHANGELOG.txt
@@ -1,5 +1,19 @@


########################################################################
############ Fri Nov 24 19:08:07 2017 +0100 1.10.4 RELEASE ############
########################################################################


1.10.4 Bugfix: Fixed non synchronized access to jClipCorn.properties
1.10.4 Bugfix: SQLite initial database creation failed
1.10.4 Feature: [WatchLater] on viewed element = [WatchAgain]
1.10.4 Feature: When setting user rating via shortcut toggle value instead of directly writing
1.10.4 Task: Big refactoring of CustomFilter serialization
1.10.4 Task: Automatically adjust size of CoverPreviewFrame
1.10.4 Feature: Setting to exclude covers from automatic backup


########################################################################
############ Sun Nov 19 13:01:42 2017 +0100 1.10.3 RELEASE ############
########################################################################
Expand Down
5 changes: 2 additions & 3 deletions src/main/de/jClipCorn/Main.java
Expand Up @@ -21,9 +21,8 @@ public class Main {
private final static String PROPERTIES_PATH = "jClipcorn.properties"; //$NON-NLS-1$

public static boolean DEBUG = "true".equals(System.getProperty("ineclipse")); //$NON-NLS-1$//$NON-NLS-2$
public static boolean BETA = true;


public static boolean BETA = false;

public static void main(String[] arg) {
Globals.TIMINGS.start(Globals.TIMING_LOAD_PROPERTIES);
{
Expand Down

0 comments on commit e349add

Please sign in to comment.