Skip to content

Commit

Permalink
Release v0.4.103
Browse files Browse the repository at this point in the history
  • Loading branch information
LokiMidgard committed Jul 23, 2020
1 parent 0581065 commit fb210ab
Show file tree
Hide file tree
Showing 4 changed files with 9 additions and 19 deletions.
2 changes: 1 addition & 1 deletion MusicPlayer/Debug.appxmanifest
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
<?xml version="1.0" encoding="utf-8"?>
<Package xmlns="http://schemas.microsoft.com/appx/manifest/foundation/windows10" xmlns:mp="http://schemas.microsoft.com/appx/2014/phone/manifest" xmlns:uap="http://schemas.microsoft.com/appx/manifest/uap/windows10" xmlns:uap3="http://schemas.microsoft.com/appx/manifest/uap/windows10/3" IgnorableNamespaces="uap mp uap3">
<Identity Name="51791Midgard.BesMusicDev" Publisher="CN=Midgard" Version="0.4.104.0" />
<Identity Name="51791Midgard.BesMusicDev" Publisher="CN=Midgard" Version="0.4.103.0" />
<mp:PhoneIdentity PhoneProductId="4c6a9ad7-584f-439d-ab0b-a1da39b82c00" PhonePublisherId="00000000-0000-0000-0000-000000000000" />
<Properties>
<DisplayName>Bes Music Dev</DisplayName>
Expand Down
2 changes: 1 addition & 1 deletion MusicPlayer/MusicPlayer.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@
<WindowsXamlEnableOverview>true</WindowsXamlEnableOverview>
<LangVersion>7.3</LangVersion>
<GenerateAppInstallerFile>False</GenerateAppInstallerFile>
<AppxAutoIncrementPackageRevision>True</AppxAutoIncrementPackageRevision>
<AppxAutoIncrementPackageRevision>False</AppxAutoIncrementPackageRevision>
<AppxBundle>Always</AppxBundle>
<AppxBundlePlatforms>x86|x64|arm</AppxBundlePlatforms>
<AppInstallerUpdateFrequency>0</AppInstallerUpdateFrequency>
Expand Down
2 changes: 1 addition & 1 deletion MusicPlayer/Package.appxmanifest
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
<?xml version="1.0" encoding="utf-8"?>
<Package xmlns="http://schemas.microsoft.com/appx/manifest/foundation/windows10" xmlns:mp="http://schemas.microsoft.com/appx/2014/phone/manifest" xmlns:uap="http://schemas.microsoft.com/appx/manifest/uap/windows10" xmlns:uap3="http://schemas.microsoft.com/appx/manifest/uap/windows10/3" IgnorableNamespaces="uap mp uap3">
<Identity Name="51791Midgard.BesMusic" Publisher="CN=Midgard" Version="0.4.101.0" />
<Identity Name="51791Midgard.BesMusic" Publisher="CN=Midgard" Version="0.4.103.0" />
<mp:PhoneIdentity PhoneProductId="0aae5b9c-f804-48a5-ae36-35a4e5180dc0" PhonePublisherId="00000000-0000-0000-0000-000000000000" />
<Properties>
<DisplayName>Bes Music</DisplayName>
Expand Down
22 changes: 6 additions & 16 deletions MusicPlayer/Strings/en-us/Resources.resw
Original file line number Diff line number Diff line change
Expand Up @@ -132,7 +132,12 @@ To get startet Sync your Music. (OneDrive Account required)</value>
<comment>First use prompt message primary button text</comment>
</data>
<data name="WhatsNew_Body.Text" xml:space="preserve">
<value>**We improved usability for XBox users** 🎉
<value>A minor update after some crash report.

## Resolved issues

- [Bug #6](https://github.com/LokiMidgard/Bes-Music/issues/6) The app could crash occasionally when an error message was shown.
- [Enhancement #7](https://github.com/LokiMidgard/Bes-Music/issues/7) Albums that do not have any cover will now display a placeholder image.

## Known issues

Expand All @@ -143,21 +148,6 @@ To get startet Sync your Music. (OneDrive Account required)</value>

On other systems there seems to be no drawback besides a high memory foot print.

## Fixed issues

- [Bug #4](https://github.com/LokiMidgard/Bes-Music/issues/4) On XBox we don't get access to the
Music folder. The resulting error was not handled and crashed the App
- We now handle the errors and show an *(more or less)* appropriate message
- The option is no longer available on XBox since it never worked anyway
- [Bug #3](https://github.com/LokiMidgard/Bes-Music/issues/3) The *Now Playing full screen* View
did not render correctly.
- On Xbox there were UI and usability problems. Ranging from inconvenient to nightmarish.
Most of those have been addressed. But there is still room for improvement.
- No longer using cursor input
- Lists can now be scrolled to the bottom without occlusion of the last elements
- UI extends to the borders of the screen. *(We still must not display any info near the edges)*
- Changed the Download UI to be a tab on the Main screen

The memory issue is not easy to fix. So it may take some time. It doesn't mean the issue is ignored,
If it's not in the next version. It just takes more time.</value>
<comment>What's new prompt message body</comment>
Expand Down

0 comments on commit fb210ab

Please sign in to comment.