Releases: chireiden/python-ass
Releases · chireiden/python-ass
0.5.4 (2023-07-04)
- Removed all ASS tag handling code because nothing of it has ever worked (#22, @FichteFoll)
0.5.3 (2023-03-22)
- Fixed
ass.renderer
using outdated ways to access (internal) fields (@Funami580, #17) - Fixed a blank line being written at the end of the file when dumping a document (@FichteFoll)
0.5.2 (2021-03-29)
- Expose
Document.parse_file
andDocument.parse_string
at the top module level (#12, @denizdogan) - Hide encoding warning for other spellings of
utf_8_sig
(#16, @jpenney)
0.5.1 (2020-03-02)
- Added
.copy()
method for field sections, such as script info - More tests