Skip to content

Commit

Permalink
Update v1.14.0
Browse files Browse the repository at this point in the history
* Add auto update check.
* Add "Add card" button.
* Add multy-key, sorting, coloring of card searching.
* Add dump card cleaner.
* Fix encoding problem of files.
  • Loading branch information
Wind2009-Louse committed Jul 14, 2020
1 parent ed980c8 commit 201a409
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion main.py
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@
init_field = {"locations":{}, "desp":{}, "LP":[8000,8000], "fields":[]}
for t in range(len(idx_represent_str)):
init_field["fields"].append([])
version = 134
version = 140

class Update_Thread(Thread):
def __init__(self, window):
Expand Down
2 changes: 1 addition & 1 deletion version.json
Original file line number Diff line number Diff line change
@@ -1 +1 @@
{"name": "v1.13.4", "version":134}
{"name": "v1.14.0", "version":140}

0 comments on commit 201a409

Please sign in to comment.