-
Notifications
You must be signed in to change notification settings - Fork 6
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
1. Added support for reading versioning info from config files locate…
…d in custom locations(not in /[PATH TO SERVER JAR]/version_history.json) 2. Fixed some output issues 3. Added quiet mode, where only error information and interactive questions are outputted to the terminal. 4. Made the README file more readable, and added a changelog section. 5. Ignored some more files in .gitignore, PyInstaller stuff.
- Loading branch information
1 parent
7626644
commit 0601296
Showing
3 changed files
with
159 additions
and
91 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 |
---|---|---|
|
@@ -19,3 +19,8 @@ venv.bak/ | |
__pycache__/ | ||
*.py[cod] | ||
*$py.class | ||
|
||
# Pyinstaller Files | ||
build/ | ||
dist/ | ||
*.spec |
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.