Skip to content

Releases: ProfChaos/torrent-name-parser

v0.5.0

07 Oct 21:44
Compare
Choose a tag to compare

feat: add resolution constants

Full Changelog: v0.4.5...v0.5.0

v0.4.5

05 Jan 15:55
03d6dbe
Compare
Choose a tag to compare

What's Changed

Full Changelog: v0.4.4...v0.4.5

v0.4.4

24 Nov 17:01
f261ebb
Compare
Choose a tag to compare

What's Changed

  • fix: add word boundaries to audio regex by @ProfChaos in #8
  • fix: more word boundaries and more test coverage by @ProfChaos in #9

Full Changelog: v0.4.3...v0.4.4

v0.4.3

23 Nov 17:56
6d4e38e
Compare
Choose a tag to compare

What's Changed

  • fix: add word boundary to make hdr regex less greedy by @ProfChaos in #7

Full Changelog: v0.4.2...v0.4.3

v0.4.2

03 Nov 17:06
Compare
Choose a tag to compare

feature: cli for json output and debug
chore: bump go version
refactor: use slices from stdlib instead of exp

Full Changelog: v0.4.1...v0.4.2

v0.4.1

08 May 20:14
Compare
Choose a tag to compare

BREAKING CHANGE from v0.4.0

Changed name from hdrType to hdrTypes

Full Changelog: v0.4.0...v0.4.1

v0.4.0

08 May 19:51
25fb25f
Compare
Choose a tag to compare

What's Changed

  • feature: Identify multiple seasons from a single release by @aidan- in #6
  • feature: HDR type by @ProfChaos in #5

Full Changelog: v0.3.2...v0.4.0

v0.3.2

24 Apr 15:17
5309e13
Compare
Choose a tag to compare

What's Changed

  • feature: Remove parentheses around year by @aidan- in #4
  • refactor: GetTitle to return

Full Changelog: v0.3.1...v0.3.2

v0.3.1

23 Apr 19:27
Compare
Choose a tag to compare

Full Changelog: v0.3.0...v0.3.1

v0.3.0

22 Apr 21:52
Compare
Choose a tag to compare

Breaking changes:

  • Torrent.Language is now Torrent.Languages with support for more multiple languages #2

What's Changed

  • feature: Support multiple language detection by @aidan- in #2
  • feature: Add support for additional sources by @aidan- in #3

New Contributors

  • @aidan- made their first contribution in #2

Full Changelog: v0.2.0...v0.3.0