Skip to content

Releases: BjoernPetersen/m3u-parser

m3u-parser 1.4.0

28 Oct 17:00
Compare
Choose a tag to compare

This is mostly a "refresher" release since over a year has passed since the last version. There shouldn't be any user-facing changes in this version.

The kotlin-logging library that's internally used on top of the SLF4J API was updated to the most recent version 5.1.0, which came with a Maven group ID and Java package name change. While that's technically a breaking change from their side, and did take some adjustments in this library's code, it shouldn't affect users of this library, because the dependency on kotlin-logging is an implementation detail and not an api dependency in Gradle. This library will no longer cause users to transitively depend on the outdated kotlin-logging version though, which is why this release exists.

m3u-parser 1.3.0

06 Jan 19:38
Compare
Choose a tag to compare
  • Support key-value metadata from #EXTINF directives (#43)
    • The metadata can be accesses using M3uEntry.metadata
    • M3uMetadata has a convenience property for logo access, see M3uMetadata.logo

m3u-parser 1.2.0

06 Jan 11:59
Compare
Choose a tag to compare
  • Fixed Regex usage on Android for extended m3u files (#42)
  • Using JDK 17 for compilation (with release target 1.8)
    • If you experience any issues on Java <17, please create an issue
  • Added Automatic-Module-Name net.bjoernpetersen.m3u for Java 9+ users

m3u-parser 1.1.0

20 Oct 13:20
v1.1.0
Compare
Choose a tag to compare
  • Added new method for recursive playlist resolution
  • Updated dependencies

m3u-parser 1.0.0

06 Sep 09:13
v1.0.0
Compare
Choose a tag to compare
  • MediaPath.toString() now returns the path string instead of the URL

m3u-parser 0.2.0

31 Aug 13:10
v0.2.0
Compare
Choose a tag to compare
m3u-parser 0.2.0 Pre-release
Pre-release

Fixed

  • Fixed parsing of files with comments after #EXTINF lines

m3u-parser 0.1.0

30 Aug 22:47
v0.1.0
Compare
Choose a tag to compare
m3u-parser 0.1.0 Pre-release
Pre-release

Initial release