Skip to content

Releases: starflash-studios/QMediaVSIX

v0.1.3.0

22 May 02:19
Compare
Choose a tag to compare
  • Fixed cases in which the CultureInfo.CurrentCulture and CultureInfo.CurrentUICulture returned null or empty.
  • Fixed cases in which no AppTranslation was provided for the given CurrentUI Lang.

v0.1.2.0

21 May 16:14
Compare
Choose a tag to compare
  • Added custom translation engine to circumvent non-working Visual Studio localisation system.
  • Due to AsyncPackage limitations, however, the engine won't start until the user actually interacts with the extension (i.e. clicking the info button), so when Visual Studio first starts up, users may find the language incorrect until an interaction is made, though it should still default to English now.

v0.1.1.0

14 Apr 14:09
Compare
Choose a tag to compare

Fixed non-media-changing functions using fallbacks after no media change was detected. (i.e. All buttons expected media to change after being pressed, however, functions such as playing and pausing won't change the media, and instead will only change the playback status, causing a false-positive fail detection.)

v0.1.0.0

14 Apr 11:02
Compare
Choose a tag to compare

Initial Release