Skip to content
This repository has been archived by the owner on Jul 3, 2023. It is now read-only.

Releases: fifthleaf/sublib

Sublib v1.2.1

31 May 17:49
Compare
Choose a tag to compare

Notable Changes

  • 5d1e29c - Update package test coverage
  • c530c34 - Handle broken lines in TMPlayer subs

Sublib v1.2.0

30 Mar 20:43
Compare
Choose a tag to compare

Notable Changes

  • 14aa117 - Add GitHub Actions configuration
  • 5a5778e - Update docstrings
  • 5b8bf32 - Add Markdown documentation
  • 0e9dca9 - Add classes inheritance tests
  • 3bb5384 - Add unit tests of Subtitle module
  • fa3f348 - Rename 'format' attribute to 'pattern'
  • 8f17480 - Add tests coverage file ('coverage' module)
  • 02c4879 - Add development requirements file
  • cf220b9 - Rewrite UnitTest tests to use PyTest instead
  • a05d620 - Add module-level __version__ variable
  • e77baf7 - Add Tox configuration file: tox.ini
  • a4e734a - Make 'tests' dir a package
  • f315bbe - Add pyproject.toml build configuration file
  • cf3f249 - Move package configuration to setup.cfg

Sublib v1.1.1

22 Feb 20:11
Compare
Choose a tag to compare

Notable Changes

Sublib v1.1.0

16 Dec 15:43
Compare
Choose a tag to compare

Sublib is now object oriented.

Notable Changes

  • 294e8d5 - Update README.md
  • 4ce9640 - Split unit tests to multiple files
  • 2dee432 - Add module docstring
  • aafaf54 - Update unit tests to handle classes methods
  • bee0876 - Remove stand alone from_ and to_ functions
  • fc645b9 - Add doctrings and comments to classes
  • 31db86f - Add TMPlayer class
  • 57a49f5 - Add MicroDVD class
  • 3252bec - Add MPlayer2 class
  • aba20ab - Add SubRip class
  • b5e87a4 - Add Subtitle class

Sublib v1.0.1

14 Dec 14:50
Compare
Choose a tag to compare

Notable Changes

Initial Release

10 Dec 16:18
Compare
Choose a tag to compare

My adventure with building a subtitle library begins here. Hope some of you will find it useful.

Notable Changes