Skip to content
This repository has been archived by the owner on Oct 27, 2024. It is now read-only.

Commit

Permalink
Version 0.5.1
Browse files Browse the repository at this point in the history
- Added progress bar to data refresh
- Added native Python archive extractors/creators
- Added more "Open" options in Help menu
- Disabled mod folder will automatically be moved on new folder selection
- Fixed incorrect exceptions references
- Hopefully fixed main application window not starting on top
  • Loading branch information
NathanVaughn committed Nov 8, 2020
1 parent ec42b0f commit 37311e9
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion src/build/settings/base.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,5 +3,5 @@
"author": "Nathan Vaughn",
"main_module": "src/main/python/main.py",
"hidden_imports": ["patoolib.programs", "patoolib.programs.p7zip", "patoolib.programs.rar", "patoolib.programs.unrar", "patoolib.programs.zip", "patoolib.programs.unzip", "patoolib.programs.tar", "patoolib.programs.py_bz2", "patoolib.programs.py_echo", "patoolib.programs.py_gzip", "patoolib.programs.py_lzma", "patoolib.programs.py_tarfile", "patoolib.programs.py_zipfile"],
"version": "0.5.0"
"version": "0.5.1"
}
2 changes: 1 addition & 1 deletion src/main/resources/base/base.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,5 +3,5 @@
"author": "Nathan Vaughn",
"main_module": "src/main/python/main.py",
"hidden_imports": ["patoolib.programs", "patoolib.programs.p7zip", "patoolib.programs.rar", "patoolib.programs.unrar", "patoolib.programs.zip", "patoolib.programs.unzip", "patoolib.programs.tar", "patoolib.programs.py_bz2", "patoolib.programs.py_echo", "patoolib.programs.py_gzip", "patoolib.programs.py_lzma", "patoolib.programs.py_tarfile", "patoolib.programs.py_zipfile"],
"version": "0.5.0"
"version": "0.5.1"
}

0 comments on commit 37311e9

Please sign in to comment.