Compare commits

...

2 Commits

Author SHA1 Message Date
Calum Lind
592b05cd87 back to development 2022-06-28 22:11:29 +01:00
Calum Lind
6c8f9ce756 Release 2.1.0 2022-06-28 22:07:35 +01:00

View File

@@ -1,11 +1,16 @@
# Changelog
## 2.1.0 (WIP)
## unreleased
## 2.1.0 (2022-06-28)
### Breaking changes
- Python 2 support removed (Python >= 3.6)
- libtorrent minimum requirement increased (>= 1.2).
### Core
- Drop Python 2 support for Python 3 only.
- Set libtorrent minimum required version to 1.2.
- Add support for SVG tracker icons.
- Fix tracker icon error handling.
- Fix cleaning-up tracker icon temp files.