ppy / osu

rhythm is just a *click* away!
https://osu.ppy.sh
MIT License
15.07k stars 2.23k forks source link

Add image display support to changelog #12465

Open lilyremigia opened 3 years ago

lilyremigia commented 3 years ago

Describe the new feature: Show images in the changelog in-game, just like on the web.

peppy commented 3 years ago

This relies on using the markdown parser, but this currently doesn't have image support. Likely going to start as a framework change as that's where this lives right now.

smoogipoo commented 3 years ago

The markdown parser / MarkdownContainer does have image support. No gif support though.

peppy commented 3 years ago

I guess we could try actually using that, and limit changelog entries to only contain jpg/png for the time being.