Skip to content

Releases: chireiden/python-ass

0.5.4 (2023-07-04)

04 Jul 00:44
0.5.4
b98958a
Compare
Choose a tag to compare
  • Removed all ASS tag handling code because nothing of it has ever worked (#22, @FichteFoll)

0.5.3 (2023-03-22)

22 Mar 22:59
0.5.3
498121c
Compare
Choose a tag to compare
  • 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)

29 Mar 11:58
0.5.2
41483dc
Compare
Choose a tag to compare
  • Expose Document.parse_file and Document.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)

02 Mar 18:22
1e06f68
Compare
Choose a tag to compare
  • Added .copy() method for field sections, such as script info
  • More tests

0.5.0 (2020-02-24)

24 Feb 16:24
3f085e5
Compare
Choose a tag to compare
  • Parse, access and dump any section data (#7, @Myaamori)

As a result, the entire code base has been refactored with rewritten parsing code. The release should be backwards compatibile, due to the long lack of updates, but please prefer using the new API where possible.

0.4.5 (2020-02-24)

24 Feb 15:08
5b00028
Compare
Choose a tag to compare
  • Don't load renderer by default (#4)
  • Warn about file-like objects with non-utf-8-sig encoding (#2)
  • Remove encoding detection fallbacks for various UTF variants