Skip to content

Commit

Permalink
v0.2.0 — UDP tracker extensions et atii
Browse files Browse the repository at this point in the history
- Disable coloring of log messages when stderr is redirected
- Increase colorlog minimum version requirement to 6.0
- Support UDP tracker protocol extensions (BEP 41)
- Bugfix: Do not reject extended peer messages 1 to 7 bytes in length
- Sanitize all ASCII non-printable characters in torrent names when filling in output path templates
- Suppress sub-INFO log messages from dependencies
- Fix a Heisenbug involving attrs, slotted classes, and garbage collection
- Test against PyPy
  • Loading branch information
jwodder committed Sep 23, 2023
1 parent 8db9e51 commit 9938ef1
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
v0.2.0 (in development)
-----------------------
v0.2.0 (2023-09-23)
-------------------
- Disable coloring of log messages when stderr is redirected
- Increase colorlog minimum version requirement to 6.0
- Support UDP tracker protocol extensions (BEP 41)
Expand Down
2 changes: 1 addition & 1 deletion src/demagnetize/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
Visit <https://github.com/jwodder/demagnetize> for more information.
"""

__version__ = "0.2.0.dev1"
__version__ = "0.2.0"
__author__ = "John Thorvald Wodder II"
__author_email__ = "demagnetize@varonathe.org"
__license__ = "MIT"
Expand Down

0 comments on commit 9938ef1

Please sign in to comment.