* Pass complete path to libVLC instead of WinRT tokens, if possible
* Reactivate DLNA browsing
* Fix subtitles displaying on Windows x86
* Support taglib parsing when possible
Interface
* Cleaning code and small UI changes
Changes between 1.3.2 and 1.3.3.7
--------------------------------
Release: April 29th 2015
---------------------------------
Release: April 29th 2015
Changelog
* Better UX when connecting to Last.FM
...
...
@@ -11,14 +26,14 @@ Changelog
* Hide Mouse cursor and let the screen ON only when playing videos, not music
* App should start way faster. Example : On a Lumia 1020 it starts in 2 seconds instead of 7.
* App commands : Open file, stream and Settings are now displayed in a "more" button on the top of the UI.
* Adding Database versioning: this is the last version on WP that will drop the database at each update. Now it will use migration tools when the database is modified.
* Adding Database versioning: this is the last version on WP that will drop the database at each update. Now it will use migration tools when the database is modified.
* Decrease app weight by removing unused files, pictures, placeholders and libraries
* Usual bugfixing and refactoring
Changes between 1.3.1 and 1.3.2
-------------------------------
Release: April 27th 2015
Release: April 27th 2015
Changelog:
* Add back button in Search Pages
...
...
@@ -46,13 +61,13 @@ Changelog:
Changes between 1.1.2 and 1.3.0
-------------------------------
Release: April 23th 2015
Release: April 23th 2015
Notes:
>> Worked a lot on cleaning the code (and there's much to do left), optimizations, fixing bugs, etc...
>> 99% of our code is now shared between Windows Phone and Windows, we're basically ready for the Windows 10 SDK migration.
Uncomplete changelog:
Changelog:
* Updated User Interface
* Optimisations of XAML code, which is between 50% and 130% faster (parsing and layout rendering).
* LastFM scrobbling working on Windows
...
...
@@ -77,10 +92,3 @@ Known bugs:
* Unless you play an MKV file or an uncommon video, you won't be able to choose an embedded or external subtitle, nor specify an audio track.
* The latest Windows 10 Mobile builds are really buggy and lots of apps are crashing, so don't expect much stability over there.
What's next:
>> A v1.3.1 is coming early next week with more improvements and bugfixes, and will be released on Windows Phone, Windows, and Windows RT.
We're still working on:
* TagLib port so we can finally fix the Album Cover problem (for now this is full of workarounds)
* Direct3D 11 video output. Now we're using D2D11. The D3D output is now working on WinRT but disabled by default, cause it's still experimental stuff. Once it's stable, we'll be able to enable Hardware Decoding: which means you'll finally play HD MKVs on low budget phones.
Plus, once this is available, the subtitles+audio track selection bug I mentioned earlier will be automatically fixed.