Name | Modified | Size | Downloads / Week |
---|---|---|---|
Parent folder | |||
detox-3.0.0.tar.bz2 | 2025-08-03 | 256.2 kB | |
detox-3.0.0.tar.gz | 2025-08-03 | 312.3 kB | |
detox-3.0.0.zip | 2025-08-03 | 391.9 kB | |
README.md | 2025-08-03 | 820 Bytes | |
v3.0.0 source code.tar.gz | 2025-08-03 | 202.9 kB | |
v3.0.0 source code.zip | 2025-08-03 | 287.1 kB | |
Totals: 6 Items | 1.5 MB | 0 |
Note that these release notes roll up the 3.0.0 beta release notes.
Added
- Re-added fraction slash (0x2044) to the unicode translation table. [#106]
Fixed
- Fixed an install error due to name collisions on the primary and legacy translation tables.
Changed
- Moved legacy translation tables to
tables/legacy/
. [#112] - Removed the transliteration attempts in
unicode.tbl
, as well as the default value, so most Unicode will just pass through unchanged. [#112] - The translation tables for CP-1252 and ISO-8859-1 now transcode characters to UTF-8. [#112]
Removed
- Removed
utf_8-legacy
sequence (useiso8859_1-legacy
instead). [#112]
Misc
- Merged changes from v2.0.1 and v2.0.2.
Full Changelog: https://github.com/dharple/detox/compare/v2.0.2...v3.0.0