From 6bc7d8ed57e76c64cbad3b9e6a76e5ff703cf05f Mon Sep 17 00:00:00 2001 From: luxick Date: Tue, 1 Aug 2017 21:05:58 +0200 Subject: [PATCH] Update Readme. Bump version number. --- README.md | 10 ++++------ cardvault/util.py | 2 +- 2 files changed, 5 insertions(+), 7 deletions(-) diff --git a/README.md b/README.md index 2492482..d61c4ef 100644 --- a/README.md +++ b/README.md @@ -8,13 +8,11 @@ A desktop application for building and organizing MTG card libraries and decks. * Organize cards in library * Import and Export Libraries * Organize want lists for cards +* All Data is stored in local computer ## TODO -* Build decklists from cards in collection -* Full offline functionality - -### Maybe -* Create fancy exports of decks and wants -* Display prices for cards +* Deck Planner +* MKM integration +* PDF exports of lists diff --git a/cardvault/util.py b/cardvault/util.py index e44098c..27958c6 100644 --- a/cardvault/util.py +++ b/cardvault/util.py @@ -20,7 +20,7 @@ from gi.repository import GdkPixbuf, GLib APPLICATION_TITLE = "Card Vault" # Program version -VERSION = "0.5.0" +VERSION = "0.6.0" # Path of image cache CACHE_PATH = os.path.expanduser('~') + "/.cardvault/"