Skip to content

Releases: martinlindhe/subtitles

0.2.1

26 Feb 09:40
Compare
Choose a tag to compare

Changelog

8010a8a encoding: fix auto detection of utf8 without BOM + add a test

0.2.0

19 Feb 11:43
Compare
Choose a tag to compare

Changelog

c133f18 convert project to go mod, fixes #5
3f421a5 convert to github actions

0.1.9

15 Jul 23:22
Compare
Choose a tag to compare

Changelog

939f2ed goreleaser: changes to work with current version
12d35c9 filter: merge added, which merges multiple captions with same timestamps into one
a60ebde filter: flip added, which reverts the line order

0.1.8

13 Jul 08:36
Compare
Choose a tag to compare

Changelog

464943a vtt: add test for parseVttTime()
6299e69 vtt: fix parsing of short times, fixes #4

0.1.7

02 Jun 15:28
Compare
Choose a tag to compare

Changelog

5620167 update vendored dependencies
34566cc parse VTT
216a9b1 fix travis
45d297f ssa: treat \N as \n

0.1.6

05 Jul 22:28
Compare
Choose a tag to compare

Changelog

719a501 cleaner: filter americascardroom.com, fixes #3
efd1bc4 ocr: improve fixOCRWordCapitalization()
f7b4e9e update vendor
c647436 filter: improve ocr filter
a3379b9 update README
df4335a travis: update
83ff6cd vendor dependencies

0.1.5

12 Apr 13:25
Compare
Choose a tag to compare

Changelog

09e0f47 goreleaser: update
a624d72 Makefile: add release step
958c26e improve README
c55001e cmd/subber: add -o switch
724b4b5 ccdb: handle obscure text-based format

0.1.4

08 Jan 20:53
Compare
Choose a tag to compare

Changelog

497af97 use Windows new lines if we are on Windows. Fixes #2
d6ef084 README: fix links to sub-projects


Automated with GoReleaser
Built with go version go1.9.2 darwin/amd64

0.1.3

08 Jan 20:17
Compare
Choose a tag to compare

Changelog

daac2d6 update gitignore
1fd7bd6 goreleaser: fix paths
268ed07 configure goreleaser
198a1cb ocr: normalize capitalization
578c6a2 add ocr filter that detects and fixes some common ocr errors, activate using the 'ocr' filter, or the new 'all' filter
b96fd96 merge in tools into same repo, retire their old repos
9228f87 refactor and export api
77513ff export MakeTime
da526ac export Caption
01b0599 export ParseTime
a4231fe cleaner: block some more words
f9a83d3 cleaner: block another keyword
dc518ae filter 'blogspot'
c2a070d cleaner: block another keyword
7968237 removeAds(): drop 'text av', too ambiguous
b380826 fix comment
ce58ce8 improve README
d2c4ae4 improve example
20ea91b api breakage: rework the subtitle dl code, added usage example
e2ac6cb cleaner: match 'Shared by http://DJJ.HOME.SAPO.PT/'
2465672 added ReadAsUTF8(r io.Reader)
366b72a added ReadAsUTF8(r io.Reader)
89dc6f6 tests: compact formatting
506546f log: use logrus
8809097 cleaner: 'translation by'
c746325 cleaner: blacklist some email hosts
a272f04 parseSrt(): allow multi-line empty lines between blocks, and test
94f7507 renamed package from subber to subtitles
e78a3ae cleaner: fix off by one in a message
099463c cleaner: add some strings
3450816 cleaner: recognize some more
9bbbd4c README: add GoDoc badge
2b8b23c moved subber to separate package
ad2b294 move cli package to cli/subber
9f08c0f CleanupSub: detect and parse .srt / .ssa
695f068 rework to only export a few functions
c230a8e rework internals
9785470 minor tweaks
fbd0a63 improve README


Automated with GoReleaser
Built with go version go1.9.2 darwin/amd64

0.1.2

14 Dec 19:07
Compare
Choose a tag to compare
simplify