From: Niki Roo Date: Thu, 24 Mar 2016 19:12:53 +0000 (+0100) Subject: New version: beta-3 X-Git-Tag: v1.0-beta3 X-Git-Url: http://git.nikiroo.be/?p=jvcard.git;a=commitdiff_plain;h=450d662e747604c633e4e851840e6805780f0634;hp=b9f591f8385abd400cb9c4c8d26631a84c9dd9c0 New version: beta-3 --- diff --git a/README.md b/README.md index a2be08d..0a0e5c2 100644 --- 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 diff --git a/src/be/nikiroo/jvcard/launcher/Main.java b/src/be/nikiroo/jvcard/launcher/Main.java index 06c55c6..c3187a0 100644 --- a/src/be/nikiroo/jvcard/launcher/Main.java +++ b/src/be/nikiroo/jvcard/launcher/Main.java @@ -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;