New version: beta-3 v1.0-beta3
authorNiki Roo <niki@nikiroo.be>
Thu, 24 Mar 2016 19:12:53 +0000 (20:12 +0100)
committerNiki Roo <niki@nikiroo.be>
Thu, 24 Mar 2016 19:12:53 +0000 (20:12 +0100)
README.md
src/be/nikiroo/jvcard/launcher/Main.java

index a2be08d7e727c606bd299d21ad2ddc078471a43d..0a0e5c20662d363b8f96d696e874708f2414fc78 100644 (file)
--- a/README.md
+++ b/README.md
@@ -11,13 +11,13 @@ Small TUI (text mode) VCard manager (also supports abook files)
 - it can be used to edit your data (currently in RAW format, field by field)
 - it can save back to file
 - English and French versions available (will look for the host language, can be forced with "--lang en")
+- remote synchronisation server (still in testing)
 
 ## TODO
 
 - customisation of VIEW_CONTACT
 - lot of other things
 - correct UI for new contact/new data/edit data-types
-- remote synchronisation server since it was asked
 
 ## Screenshots
 
index 06c55c655819b8517c13fa55dd44141556e90e46..c3187a0591abefcd5dcd048e73e8dc3809f118c3 100644 (file)
@@ -28,7 +28,7 @@ import be.nikiroo.jvcard.resources.Trans.StringId;
  */
 public class Main {
        static public final String APPLICATION_TITLE = "jVcard";
-       static public final String APPLICATION_VERSION = "1.0-beta2-dev";
+       static public final String APPLICATION_VERSION = "1.0-beta3";
 
        static private final int ERR_NO_FILE = 1;
        static private final int ERR_SYNTAX = 2;
@@ -160,7 +160,7 @@ public class Main {
                                        System.exit(ERR_SYNTAX);
                                        return;
                                }
-
+                               
                                i18nDir = args[index];
                        } else {
                                filesTried = true;