Update Readme. Bump version number.
This commit is contained in:
10
README.md
10
README.md
@@ -8,13 +8,11 @@ A desktop application for building and organizing MTG card libraries and decks.
|
|||||||
* Organize cards in library
|
* Organize cards in library
|
||||||
* Import and Export Libraries
|
* Import and Export Libraries
|
||||||
* Organize want lists for cards
|
* Organize want lists for cards
|
||||||
|
* All Data is stored in local computer
|
||||||
|
|
||||||
|
|
||||||
## TODO
|
## TODO
|
||||||
|
|
||||||
* Build decklists from cards in collection
|
* Deck Planner
|
||||||
* Full offline functionality
|
* MKM integration
|
||||||
|
* PDF exports of lists
|
||||||
### Maybe
|
|
||||||
* Create fancy exports of decks and wants
|
|
||||||
* Display prices for cards
|
|
||||||
|
|||||||
@@ -20,7 +20,7 @@ from gi.repository import GdkPixbuf, GLib
|
|||||||
APPLICATION_TITLE = "Card Vault"
|
APPLICATION_TITLE = "Card Vault"
|
||||||
|
|
||||||
# Program version
|
# Program version
|
||||||
VERSION = "0.5.0"
|
VERSION = "0.6.0"
|
||||||
|
|
||||||
# Path of image cache
|
# Path of image cache
|
||||||
CACHE_PATH = os.path.expanduser('~') + "/.cardvault/"
|
CACHE_PATH = os.path.expanduser('~') + "/.cardvault/"
|
||||||
|
|||||||
Reference in New Issue
Block a user