-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* Add auto downloading for new version(if accessible). * Add coloring for cards on field. * Add Esc-exiting for subwindows. * Add delayed updating for fields to hide latency. * Add config file to save config. * Fix blur searching with both name and effect desp. * Fix losing selection on copying list when operation list is updated. * Fix card renaming for copying list. * Fix crash of cleaning cards in copying list. * Fix speed for pasting much operations. * Update cards.cdb.
- Loading branch information
Showing
6 changed files
with
232 additions
and
76 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -2,5 +2,7 @@ __pycache__/ | |
build/ | ||
dist/ | ||
main.spec | ||
*.cdb | ||
*.json | ||
*.jsn | ||
!version.json |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.