Skip to content

Commit

Permalink
Updated documentation and fixed issue with install not registering a … (
Browse files Browse the repository at this point in the history
#157)

* Updated documentation and fixed issue with install not registering a binary command on linux platforms

* Bump Version 0.8.5

* Bump Version 0.8.5

* Bump Version 0.8.5
  • Loading branch information
alexpdev committed Oct 21, 2022
1 parent 7403dd3 commit 8abefd5
Show file tree
Hide file tree
Showing 65 changed files with 12,234 additions and 608 deletions.
19 changes: 19 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,24 @@
# TorrentFile

## Version 0.8.5

- Fixed bug with linux platforms not installing a binary cli command
- Fixed debug logging errors with the rebuild command
- Improved log message readability
- Compatability upgrades for torrentfileQt synchronization
- Added coverage details to documentation folder

* * *

## Version 0.8.4

- Documentation Updates
- Fixed logging issues with rebuild module.
- Improved algorithm for rebuild module.
- Improved testing for rebuild module.

* * *

## Version 0.8.3


Expand Down
1 change: 1 addition & 0 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -83,6 +83,7 @@ docs: ## Regenerate docs from changes
rm -rfv site/index.md
cp -rfv README.md site/index.md
cp -rfv CHANGELOG.md site/changelog.md
mv -fv htmlcov site/htmlcover
mkdocs build
touch docs/.nojekyll

Expand Down
10 changes: 0 additions & 10 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -185,16 +185,6 @@ To create a magnet URI for a pre-existing torrent meta file, use the sub-command
torrentfile magnet /path/to/some.torrent
```

#### Interactive Mode (expiremental)

Alternatively to supplying a bunch of command line arguments, interactive mode
allows users to specify program options one at a time from a series of prompts. Use the
`-i` or `--interactive` flags to activate interactive mode.

```bash
torrentfile -i
```

### GUI

If you prefer a windowed GUI please check out the official GUI frontend [here](https://github.com/alexpdev/TorrentFileQt)

0 comments on commit 8abefd5

Please sign in to comment.