Skip to content

Commit

Permalink
Update v1.13.0
Browse files Browse the repository at this point in the history
* Add operation search.
* Add blur search on new cards.
* Fix crash of opening invalid files.
  • Loading branch information
Wind2009-Louse committed Jul 11, 2020
1 parent 561b3e1 commit 6cd403c
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 @@ -16,7 +16,7 @@
init_field = {"locations":{}, "desp":{}, "LP":[8000,8000], "fields":[]}
for t in range(len(idx_represent_str)):
init_field["fields"].append([])
version = 124
version = 130

class Ui_MainWindow(QMainWindow):
def placeframe(self):
Expand Down
2 changes: 1 addition & 1 deletion version.json
Original file line number Diff line number Diff line change
@@ -1 +1 @@
{"name": "v1.12.4", "version":124}
{"name": "v1.13.0", "version":130}

0 comments on commit 6cd403c

Please sign in to comment.