Skip to content

Commit

Permalink
bump 2.1.1
Browse files Browse the repository at this point in the history
  • Loading branch information
SrRapero720 committed Oct 28, 2024
1 parent b36bf5f commit abafc73
Show file tree
Hide file tree
Showing 2 changed files with 16 additions and 1 deletion.
15 changes: 15 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,18 @@
# 📦 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` to `MathAPI#tickToMs(float): int`
- 🛠️ Removed deprecated variant `MathAPI#tickToMs(int): long`
- 🛠️ Removed deprecated method `WaterMediaAPI#math_colorARGB()`
- ✨ Added `ImageCache` instances for the default resources in `ImageAPI`
- ✨ Added `-Dwatermedia.disableVLC=<true/false>` to prevent VLC begin loaded/extracted by WATERMeDIA
- Overhaul all other arguments, making `-Dwatermedia.slavist=<true/false>` overrideable
- 🐛 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?**<br>
Expand Down
2 changes: 1 addition & 1 deletion gradle.properties
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ id=watermedia
simplename=WaterMedia
brandname=WATERMeDIA
group=me.srrapero720
version=2.1.0
version=2.1.1
versiontype=release
github=WaterMediaTeam/watermedia
modrinthid=watermedia
Expand Down

0 comments on commit abafc73

Please sign in to comment.