jonataslaw / VideoCompress

Compress videos, remove audio, manipulate thumbnails, and make your video compatible with all platforms through this lightweight and efficient library.
MIT License
231 stars 280 forks source link

Release 3.1.5 #287

Open nafiskabbo opened 3 weeks ago

nafiskabbo commented 3 weeks ago

3.1.5

It fixes the issue "https://github.com/jonataslaw/VideoCompress/issues/279"

marvin-kolja commented 3 weeks ago

Thanks for the changes!

Just thinking: The Transcoder library has moved the organization. Since version 0.11.0 the maven coordinates changed to io. deep media.community:transcoder-android (https://github.com/deepmedia/Transcoder/blob/main/docs/changelog.mdx#0110). Since you're upgrading to 0.11.2 do you think it would make sense to also update the coordiantes in this PR @nafiskabbo @jonataslaw?

Edit:

While they claim that "The old coordinates will still work and receive updates", I'm unsure how long it will stay like that, maybe forever, maybe not.

jonataslaw commented 3 weeks ago

It also seems to me that we should do a break version?

nafiskabbo commented 3 weeks ago

We can upgrade it to latest version as it will add new features and solve some of existing bugs also. Changing to new maven coordinates require some more changes I guess.