Skip to content

Commit a6e426e

Browse files
authored
Branch dev (#89)
* updates to qss * updates * upgrades to new bencode editor * update * updates * bencode editor * bump version v0.3.7 * bump version v0.3.7 * Fixing coverage and testing issues for final bump to 0.3.7 * Added docstring missing from QApplication * Fixed docstring * hopefully final push
1 parent abff722 commit a6e426e

35 files changed

+1609
-216
lines changed

CHANGELOG.md

Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,20 @@
11
# TorrentFileQt
22

3+
## Version 0.3.7
4+
5+
- Added bencode editor tab
6+
- Added full bencode viewing support
7+
- Added support for editing bencode values
8+
- Ability to save the edits back to original torrentfile
9+
- added new module for testing bencode editor
10+
- minor UI tweaks
11+
- covered all coverage gaps for now
12+
- Added new icons for bencode editor fields
13+
- updated manifest
14+
- other minor bug fixes
15+
16+
* * *
17+
318
## Version 0.3.6
419

520
- Edits throughout the full source code.

Makefile

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -45,6 +45,7 @@ clean-build: ## remove build artifacts
4545
rm -frv .tox/
4646
rm -fv .coverage
4747
rm -frv htmlcov/
48+
rm -frv coverage.xml
4849
rm -rfv */__pycache__
4950
rm -fv corbertura.xml
5051
rm -frv .pytest_cache
@@ -56,7 +57,7 @@ test: clean ## run tests quickly with the default Python
5657
coverage report
5758
coverage xml -o coverage.xml
5859

59-
push: install test ## push changes to remote
60+
push: test ## push changes to remote
6061
git add .
6162
git commit -m "$m"
6263
git push

0 commit comments

Comments
 (0)