-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #32 from alexpdev/dev
Dev
- Loading branch information
Showing
16 changed files
with
318 additions
and
143 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
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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,23 +1,27 @@ | ||
# TorrentFileQt | ||
|
||
## Version beta | ||
## Version 0.2.0 | ||
|
||
### Fixed | ||
|
||
-Bug Fixes | ||
|
||
### Improved | ||
|
||
-Overall GUI | ||
- Bug Fixes | ||
- lots of bug fixes | ||
- upgraded support to newest torrentfile version 0.5.0 | ||
|
||
### Added | ||
|
||
-pre-compiled executables for window. | ||
- pre-compiled executables for window. | ||
- Check Tab for re-checking torrent download completion | ||
- docstrings | ||
- screenshots for reame | ||
|
||
---------- | ||
|
||
## Version alpha | ||
## Version 0.1.0 | ||
|
||
### Added | ||
|
||
- GUI front end to TorrentFile CLI | ||
- Unit testing framework | ||
- Initial code commits | ||
- PyQt6 widgets |
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 |
---|---|---|
@@ -1,12 +1,28 @@ | ||
include LICENSE | ||
include README | ||
include Makefile | ||
recursive-include assets | ||
recursive-include tests * | ||
recursive-include torrentfileQt | ||
recursive-exclude * __pycache__ | ||
recursive-exclude * *.pyc | ||
recursive-exclude * *.pyd | ||
recursive-exclude * *.pyo | ||
recursive-exclude * *.pyo | ||
recursive-exclude * empty | ||
recursive-include \ | ||
assets \ | ||
tests \ | ||
torrentfileQt \ | ||
|
||
include \ | ||
*.ini \ | ||
LICENSE \ | ||
MANIFEST.in \ | ||
Makefile \ | ||
README.md \ | ||
py.typed \ | ||
pyproject.toml \ | ||
setup.* \ | ||
*.yml \ | ||
*.json \ | ||
requirements.txt \ | ||
|
||
|
||
|
||
graft docs | ||
|
||
global-exclude \ | ||
*.py[co] \ | ||
.DS_Store \ | ||
|
||
prune **/__pycache__ | ||
prune docs/build |
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.