Skip to content
This repository has been archived by the owner on Dec 28, 2022. It is now read-only.

Commit

Permalink
Bump to v1.6.5
Browse files Browse the repository at this point in the history
  • Loading branch information
timusus committed Apr 12, 2017
1 parent da7ef1f commit 3707288
Show file tree
Hide file tree
Showing 3 changed files with 32 additions and 92 deletions.
62 changes: 16 additions & 46 deletions app/src/main/assets/web/info.html
Original file line number Diff line number Diff line change
Expand Up @@ -8,56 +8,26 @@
</head>

<body>
<h4>1.6.5-beta11</h4>
<h4>1.6.5</h4>
<ul>
<li>Make search case-insensitive</li>
<li>Show lyrics screen with option to launch QuickLyric, instead of directly launching QuickLyric</li>
<li>Updated lyrics icon</li>
<li>More folder browsing related crash fixes</li>
</ul>
<h4>1.6.5-beta10</h4>
<ul>
<li>Better QuickLyric integration</li>
<li>Fixed crash when searching</li>
<li>Fixed folder browser crash</li>
</ul>
<h4>1.6.5-beta9</h4>
<ul>
<li>Fixed an issue where the mini-player didn't show the progress bar</li>
<li>Fixed an issue with FAB position in artist/album detail screen on older devices</li>
<li>Various crash fixes</li>
</ul>
<h4>1.6.5-beta8</h4>
<ul>
<li>Show this changelog on startup!</li>
<li>Added option to remove artists & albums from search results</li>
<li>Improved speed & accuracy of search results</li>
<li>Added option to disable fuzzy searching</li>
<li>Show this changelog on startup (meta)</li>
<li>Fixed an issue with slow loading of library on some devices</li>
<li>Added back 'QuickLyric' button to lyrics screen</li>
<li>Fixed an issue where songs with no album tag information ended up being grouped under one artist</li>
<li>Search: Improved speed & accuracy of search results</li>
<li>Search: Fixed an issue where searching didn't work very well for songs/albums/artists with multiple words in the name</li>
<li>Search: Added option to remove artists & albums from search results</li>
<li>Search: Added option to disable fuzzy searching</li>
<li>Added accessibility content descriptions to notification buttons & widgets</li>
<li>Fixed an issue where the current playback position made available to 3rd party apps was incorrect after changing tracks</li>
</ul>
<h4>1.6.5-beta7</h4>
<ul>
<li>Fixed an issue with slow loading of library/genres on some devices</li>
</ul>
<h4>1.6.5-beta6</h4>
<ul>
<li>Search optimisations.. Faster results. Now shows loading spinner</li>
<li>Added content descriptions to widgets, for accessibility</li>
<li>Fixed an issue with FAB position in artist/album detail screen on older devices</li>
<li>Fixed an issue where the artist/album list sometimes showed as a two-column grid</li>
</ul>
<h4>1.6.5-beta5</h4>
<ul>
<li>Fixed an issue where Last.fm artwork wasn't downloading</li>
<li>Added back 'QuickLyric' button to lyrics screen</li>
<li>Fixed an issue with 'breadcrumbs' in Folder screen</li>
<li>Fixed a fairly significant crash affecting most beta users :( related to a change to the seekbar theming</li>
<li>Fixed an issue where searching didn't work very well for songs/albums/artists with multiple words in the name</li>
<li>Fixed an issue where inverted notification icons weren't very visible on devices running API < 24</li>
<li>Fixed a crash when choosing to invert icons on API < 21. This feature is no longer available on such devices</li>
<li>Fixed an issue where songs with no album tag information ended up being grouped under one artist</li>
<li>Added accessibility content descriptions to notification buttons</li>
<li>Fixed an issue with 'breadcrumbs' in Folder screen</li>
<li>Fixed an issue where the equalizer toggle didn't change color when set to 'off'</li>
<li>Potential fix for issue where Seekbar thumb goes off-screen on tablets</li>
<li>Fixed a crash when choosing to invert icons on API < 21. This feature is no longer available on such devices</li>
<li>Fixed several folder browser crashes</li>
<li>Various other crash fixes</li>
</ul>
<h4>1.6.4</h4>
<ul>
Expand All @@ -66,7 +36,7 @@ <h4>1.6.4</h4>
<li>Fixed a crash when attempting to view/edit tags for certain file types</li>
<li>Fixed a crash when sorting by 'album name', then attempting to view the contents of an album</li>
</ul>
<h4>1.6.3</h4>
<h4>1.6.3</h4>
<ul>
<li>Fixed a bug where Podcasts, music stored in the /podcast/ directory and the Podcast playlist didn't show up</li>
<li>Added 'fuzzy search' algorithm. Search results are now sorted by how closely they match the query. Thanks Andrew Neal for his help with that.</li>
Expand Down
60 changes: 15 additions & 45 deletions app/src/main/assets/web/info_dark.html
Original file line number Diff line number Diff line change
Expand Up @@ -8,56 +8,26 @@
</head>

<body>
<h4>1.6.5-beta11</h4>
<h4>1.6.5</h4>
<ul>
<li>Make search case-insensitive</li>
<li>Show lyrics screen with option to launch QuickLyric, instead of directly launching QuickLyric</li>
<li>Updated lyrics icon</li>
<li>More folder browsing related crash fixes</li>
</ul>
<h4>1.6.5-beta10</h4>
<ul>
<li>Better QuickLyric integration</li>
<li>Fixed crash when searching</li>
<li>Fixed folder browser crash</li>
</ul>
<h4>1.6.5-beta9</h4>
<ul>
<li>Fixed an issue where the mini-player didn't show the progress bar</li>
<li>Fixed an issue with FAB position in artist/album detail screen on older devices</li>
<li>Various crash fixes</li>
</ul>
<h4>1.6.5-beta8</h4>
<ul>
<li>Show this changelog on startup!</li>
<li>Added option to remove artists & albums from search results</li>
<li>Improved speed & accuracy of search results</li>
<li>Added option to disable fuzzy searching</li>
<li>Show this changelog on startup (meta)</li>
<li>Fixed an issue with slow loading of library on some devices</li>
<li>Added back 'QuickLyric' button to lyrics screen</li>
<li>Fixed an issue where songs with no album tag information ended up being grouped under one artist</li>
<li>Search: Improved speed & accuracy of search results</li>
<li>Search: Fixed an issue where searching didn't work very well for songs/albums/artists with multiple words in the name</li>
<li>Search: Added option to remove artists & albums from search results</li>
<li>Search: Added option to disable fuzzy searching</li>
<li>Added accessibility content descriptions to notification buttons & widgets</li>
<li>Fixed an issue where the current playback position made available to 3rd party apps was incorrect after changing tracks</li>
</ul>
<h4>1.6.5-beta7</h4>
<ul>
<li>Fixed an issue with slow loading of library/genres on some devices</li>
</ul>
<h4>1.6.5-beta6</h4>
<ul>
<li>Search optimisations.. Faster results. Now shows loading spinner</li>
<li>Added content descriptions to widgets, for accessibility</li>
<li>Fixed an issue with FAB position in artist/album detail screen on older devices</li>
<li>Fixed an issue where the artist/album list sometimes showed as a two-column grid</li>
</ul>
<h4>1.6.5-beta5</h4>
<ul>
<li>Fixed an issue where Last.fm artwork wasn't downloading</li>
<li>Added back 'QuickLyric' button to lyrics screen</li>
<li>Fixed an issue with 'breadcrumbs' in Folder screen</li>
<li>Fixed a fairly significant crash affecting most beta users :( related to a change to the seekbar theming</li>
<li>Fixed an issue where searching didn't work very well for songs/albums/artists with multiple words in the name</li>
<li>Fixed an issue where inverted notification icons weren't very visible on devices running API < 24</li>
<li>Fixed a crash when choosing to invert icons on API < 21. This feature is no longer available on such devices</li>
<li>Fixed an issue where songs with no album tag information ended up being grouped under one artist</li>
<li>Added accessibility content descriptions to notification buttons</li>
<li>Fixed an issue with 'breadcrumbs' in Folder screen</li>
<li>Fixed an issue where the equalizer toggle didn't change color when set to 'off'</li>
<li>Potential fix for issue where Seekbar thumb goes off-screen on tablets</li>
<li>Fixed a crash when choosing to invert icons on API < 21. This feature is no longer available on such devices</li>
<li>Fixed several folder browser crashes</li>
<li>Various other crash fixes</li>
</ul>
<h4>1.6.4</h4>
<ul>
Expand Down
2 changes: 1 addition & 1 deletion dependencies.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ ext.versions = [
// App versions
// /////////////////////////////////////////////////////////////////////////

name : "1.6.5-beta11",
name : "1.6.5",

// //////////////////////////////////////////////////////////////////////////
// Compile versions
Expand Down

0 comments on commit 3707288

Please sign in to comment.