Skip to content

Commit f2db361

Browse files
author
theweavr
committed
bumped version and what's new
1 parent e4bb44f commit f2db361

File tree

8 files changed

+31
-23
lines changed

8 files changed

+31
-23
lines changed
Lines changed: 20 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -1,15 +1,23 @@
11
What's Fixed:
2-
1. Fixed issue with logger.
3-
2. Fixed issue where equalizer settings were not saved.
4-
3. Fixed a memory leak when opening playlists, albums, artists etc.
5-
4. Fixed issue where notification settings weren't working.
6-
5. Fixed glitches when navigating.
7-
6. Fixed search.
2+
1. Fixed all audio glitches. #191
3+
2. Fixed crash on resetting player. #193
4+
3. Fixed issue where playing next song gave an error. #194
5+
4. Fixed crash due to out of memory exceptions. #195
6+
5. Fixed issues with database which caused many crashes. #196
7+
6. Fixed issue where internet status was always not connected causing Lyrics/Bio to not work. #197
8+
7. Fixed crash when opening Now Playing screen. #199
9+
8. Fixed crash when opening app with arguments i.e. playing a song from File Explorer. #201
10+
9. Fixed other crashes and issues.
811

912
What's New:
10-
1. Added support for AAC & .MP4
11-
2. Added ability to save customized presets.
12-
3. Updated app's requested capabilites.
13-
4. Added Fast Forward (Hold next song button) and Rewind (Hold previous song button) capabilites to SMTC (the thing that appears when you press volume buttons).
14-
5. Search is now on-demand instead of auto i.e. you will have to press enter when done entering the query.
15-
6. Added German translation.
13+
1. Added FOLDER NAVIGATION.**
14+
2. Added OneDrive streaming support.*
15+
3. Added Media Server/LAN streaming support.**
16+
17+
What's Improved:
18+
1. The usual things: performance, UI, animations etc.
19+
20+
* Currently only streaming is possible no download or anything like that.
21+
** LAN/FOLDER NAVIGATION support is largely experimental so expect some bugs and crashes.
22+
23+
Support by donating!

BreadPlayer.Views.UWP/Package.appxmanifest

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
<?xml version="1.0" encoding="utf-8"?>
22
<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">
3-
<Identity Name="22102thecodrr.BreadPlayer" Publisher="CN=C12EF191-B051-4B71-922F-A3597A07F49E" Version="2.7.5.0" />
3+
<Identity Name="22102thecodrr.BreadPlayer" Publisher="CN=C12EF191-B051-4B71-922F-A3597A07F49E" Version="2.7.6.0" />
44
<mp:PhoneIdentity PhoneProductId="f2586309-8386-46e9-9e86-c9b0a8a075b0" PhonePublisherId="00000000-0000-0000-0000-000000000000" />
55
<Properties>
66
<DisplayName>Bread Player</DisplayName>

BreadPlayer.Views.UWP/Strings/de/Resources.resw

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -387,7 +387,7 @@
387387
<value>Klicke hier um auf unser Twitter-Profil zu gelangen.</value>
388388
</data>
389389
<data name="version.Text" xml:space="preserve">
390-
<value>v2.7.4.0-beta</value>
390+
<value>v2.7.6.0-beta</value>
391391
<comment>represents current version of Bread Player</comment>
392392
</data>
393393
<data name="versionHeader.Text" xml:space="preserve">

BreadPlayer.Views.UWP/Strings/en/Resources.resw

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -387,7 +387,7 @@
387387
<value>Click to go to our twitter profile.</value>
388388
</data>
389389
<data name="version.Text" xml:space="preserve">
390-
<value>v2.7.5.0-beta</value>
390+
<value>v2.7.6.0-beta</value>
391391
<comment>represents current version of Bread Player</comment>
392392
</data>
393393
<data name="versionHeader.Text" xml:space="preserve">

BreadPlayer.Views.UWP/Strings/fa/Resources.resw

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -387,7 +387,7 @@
387387
<value>برای رفتن به توییتر ما کلیک کنید</value>
388388
</data>
389389
<data name="version.Text" xml:space="preserve">
390-
<value>v2.7.5.0-beta</value>
390+
<value>v2.7.6.0-beta</value>
391391
<comment>represents current version of Bread Player</comment>
392392
</data>
393393
<data name="versionHeader.Text" xml:space="preserve">

BreadPlayer.Views.UWP/Strings/fr/Resources.resw

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -387,7 +387,7 @@
387387
<value>Cliquer pour vous rendre sur notre profile Twitter</value>
388388
</data>
389389
<data name="version.Text" xml:space="preserve">
390-
<value>v2.7.5.0-beta</value>
390+
<value>v2.7.6.0-beta</value>
391391
<comment>represents current version of Bread Player</comment>
392392
</data>
393393
<data name="versionHeader.Text" xml:space="preserve">

BreadPlayer.Views.UWP/Strings/pl/Resources.resw

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -357,7 +357,7 @@
357357
<value>Kliknij, aby przejść na nasz Twitter</value>
358358
</data>
359359
<data name="version.Text" xml:space="preserve">
360-
<value>v2.7.5.0-beta</value>
360+
<value>v2.7.6.0-beta</value>
361361
<comment>represents current version of Bread Player</comment>
362362
</data>
363363
<data name="versionHeader.Text" xml:space="preserve">

appveyor.yml

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -36,21 +36,21 @@ build:
3636
environment:
3737
UseTemporarySignCert: True
3838
after_build:
39-
- cmd: 7z a BreadPlayer.zip %APPVEYOR_BUILD_FOLDER%\BreadPlayer.Views.UWP\AppPackages\BreadPlayer.Views.UWP_2.7.5.0_FastBuild_Release_Test\*
39+
- cmd: 7z a BreadPlayer.zip %APPVEYOR_BUILD_FOLDER%\BreadPlayer.Views.UWP\AppPackages\BreadPlayer.Views.UWP_2.7.6.0_FastBuild_Release_Test\*
4040
artifacts:
4141
- path: BreadPlayer.zip
4242
name: BreadPlayer App Package
4343
type: Auto
4444

45-
- path: BreadPlayer.Views.UWP\bin\x86\Release\x64\BreadPlayer.Views.UWP\BreadPlayer.Views.UWP_2.7.5.0_x64_FastBuild_Release.appx
45+
- path: BreadPlayer.Views.UWP\bin\x86\Release\x64\BreadPlayer.Views.UWP\BreadPlayer.Views.UWP_2.7.6.0_x64_FastBuild_Release.appx
4646
name: BreadPlayer x64 APPX Package
4747
type: Auto
4848

49-
- path: BreadPlayer.Views.UWP\bin\x86\Release\BreadPlayer.Views.UWP_2.7.5.0_x86_FastBuild_Release.appx
49+
- path: BreadPlayer.Views.UWP\bin\x86\Release\BreadPlayer.Views.UWP_2.7.6.0_x86_FastBuild_Release.appx
5050
name: BreadPlayer X86 APPX Package
5151
type: Auto
5252

53-
- path: BreadPlayer.Views.UWP\bin\x86\Release\arm\BreadPlayer.Views.UWP\BreadPlayer.Views.UWP_2.7.5.0_ARM_FastBuild_Release.appx
53+
- path: BreadPlayer.Views.UWP\bin\x86\Release\arm\BreadPlayer.Views.UWP\BreadPlayer.Views.UWP_2.7.6.0_ARM_FastBuild_Release.appx
5454
name: BreadPlayer ARM APPX Package
5555
type: Auto
5656

@@ -62,6 +62,6 @@ artifacts:
6262
name: BreadPlayer AppXBundle
6363
type: Auto
6464

65-
- path: BreadPlayer.Views.UWP\AppPackages\BreadPlayer.Views.UWP_2.7.5.0_FastBuild_Release_Test\Dependencies
65+
- path: BreadPlayer.Views.UWP\AppPackages\BreadPlayer.Views.UWP_2.7.6.0_FastBuild_Release_Test\Dependencies
6666
name: BreadPlayer Dependencies
6767
type: Auto

0 commit comments

Comments
 (0)