📦 UPDATE 2.1.9
- ✨ Added broken VLC installation detector
- 🐛 Fixed crashes caused by 7z extractions
- 🛠️ This increases Jar size
- 🛠️ Bumped vlc extraction version
- 🛠️ Better logging messages
- 🛠️ Loading WaterMedia on 32-bit systems throws an exception
- 🛠️ Deprecated MemoryAlloc with no replacement
- 🛠️ Deprecated BasePlayer#raw() method and field with no replacements
- 🛠️ Cut changelog from CurseForge per release
- 🛠️ Removed Herobrine
📦 UPDATE 2.1.6
- ⚖️ Licensed WaterMedia under Polyform Strict v1.0.0.
- ⚖️ Licensed the shaded VLCJ and VLCJ-natives version under the Commercial license for vlcj donated by Caprica Software Limited
- ✨ Removed commons-io and its dependencies, replaced with
sevenzipjbinding
- ✨ Reduced jar size
📦 UPDATE 2.1.4
NOTE: this contains breaking changes on WaterMedia internals if you're using the API you have nothing to worry about
- ✨ Added option to define custom VLC folder (
config/watermedia/custom_vlc_path.txt
) - ✨ Added back JVM argument
Dwatermedia.userDiscoveryPath=/path/
to define custom VLC folder - ✨ Detected
application/vnd.apple.mpegurl
andapplication/x-mpegurl
as playable video mimetypes (suggested by rlishchyshyn) - 🛠️ Removed
Dwatermedia.disableMacOsWorkarrounds
- 🛠️ Discovery now search recursively on folders which contains "VLC" in the name
- 🛠️ Discovery won't be searching after a completed-failed search
- 🛠️ Discovery will continue searching using the current provider when it has more folders instead of skip to the next provider
- 🛠️ Default folder providers are re-priorized from "high/highest" to "normal/low"
- 🛠️
PlayerAPI#registerFactory
is now synchronized - 🛠️ Disabled VLC key and mouse input handling
📦 BREAKING UPDATE 2.1.1
IMPORTANT: THIS IS (YET AGAIN) A BREAKING UPDATE! DEPENDENT MODS WILL NOT WORK IF THEY DIDN'T RELEASE A COMPATIBILITY UPDATE
WHY ANOTHER BREAKING UPDATE? Release 2.1.0 has some critical stuff to begin addressed, we do a internal breaking change as a critical update Sorry for all devs already working on v2.1.0, no much changes are done
- 🛠️ Changed the return type of
MathAPI#tickToMs(float): long
toMathAPI#tickToMs(float): int
- 🛠️ Removed deprecated variant
MathAPI#tickToMs(int): long
- 🛠️ Removed deprecated method
WaterMediaAPI#math_colorARGB()
- ✨ Added
ImageCache
instances for the default resources inImageAPI
- ✨ Added
-Dwatermedia.disableVLC=<true/false>
to prevent VLC begin loaded/extracted by WATERMeDIA- Overhaul all other arguments, making
-Dwatermedia.slavist=<true/false>
overrideable
- Overhaul all other arguments, making
- 🐛 Fixed critical
EXCEPTION_ACCESS_VIOLATION
looping media on VLC- Removed VLCJ videosurface argument in replace of a custom-made callback interface for pre-buffers release
- 🐛 Fixed Kick.com support (again)
📦 BREAKING UPDATE 2.1.0
IMPORTANT: THIS UPDATE IS A BREAKING UPDATE! DEPENDENT MODS WILL NOT WORK IF THEY DIDN'T RELEASE A COMPATIBILITY UPDATE
WHY UPDATE IS SMALL?
This update is focused on fix critical problems on v2 which requires breaking changes, we didn't put much
effort on this update to entirely focus on v3 development with way many and better features.
Consider get hyped, this update helps me a lot on how to enhance performance on v3 and how to do SoundPhysics (i made OpenAL works)
- ✨ Fixed and enhanced URI handling
- All usages of
java.net.URL
has been replaced withjava.net.URI
local://<path>
was replaced withwater://local/<path>
- Uris created via
NetworkAPI#createURI()
has direct paths compatibility likeC:\Users\ME\Downloads
(no morefile:///
) - Non-HTTP protocols (supported by Java) are now supported (back again)
- Fixed some URL's capable to be loaded in VLC aren't loaded by WATERMeDIA
- All usages of
- ✨ General enhancing to media loading
- Rewritten ImageFetch utility
- Image loading is way faster
- Enhanced image loading stability and debugging (no more image loading deadlocks)
- ✨ Reduced memory allocation rate while playing videos
- ✨ Lock video buffers to prevent windows (or unix) sore memory on disk
- ✨ Removed unnecessary loading.gif extraction (instead detects if its present to override default)
- ✨ Updated default loading gif (now we use a square gif)
- ✨ Enhanced VLC discovery to be more recursive
- 🛠️ Relocated
me.srrapero720
package toorg.watermedia
(part of the v3 refactor) - 🛠️ Renamed
SyncMediaPlayer
toMediaPlayer
and all its downclasses - 🛠️ Renamed
rendering.RenderAPI
torender.RenderAPI
- 🛠️ Renamed methods similar to
getUrl()
togetUri()
- 🛠️ Removed deprecated methods
- 🛠️ Added JVM argument
-Dwatermedia.slavist=<true/false>
(enables HD videos from YT)
UPDATE 2.0.75
- Added Ligthshot (prnt.sc) support