-
-
Notifications
You must be signed in to change notification settings - Fork 2
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Did a few fixes and prepared 1.4.3 release
- Loading branch information
Showing
7 changed files
with
40 additions
and
9 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -2,7 +2,7 @@ Short: Discover online radio stations | |
Uploader: [email protected] (George Sokianos) | ||
Author: [email protected] (George Sokianos) | ||
Type: util/wb | ||
Version: 1.4.2 | ||
Version: 1.4.3 | ||
Architecture: ppc-amigaos | ||
Distribution: Aminet | ||
Requires: | ||
|
@@ -117,6 +117,14 @@ https://ko-fi.com/W7W465887 | |
|
||
Changelog | ||
-------------------------- | ||
v1.4.3 - 2021-10-21 | ||
* Fixed the search of trending podcasts when the user didn't select | ||
any category and language | ||
* Fixed the search of radio station when the user selected only the | ||
country and nothing else | ||
* Fixed the script "start_player" execution when the MediaVault | ||
path contains spaces | ||
|
||
v1.4.2 - 2021-10-17 | ||
* The online radio stations api changed and broke the searching of | ||
online radio stations. This is a fix for that. | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,6 @@ | ||
name: mediavault | ||
description: Discover online radio stations | ||
version: 1.4.2 | ||
version: 1.4.3 | ||
author: George Sokianos | ||
submitter: George Sokianos | ||
email: [email protected] | ||
|
@@ -122,6 +122,14 @@ https://ko-fi.com/W7W465887 | |
|
||
Changelog | ||
-------------------------- | ||
v1.4.3 - 2021-10-21 | ||
* Fixed the search of trending podcasts when the user didn't select | ||
any category and language | ||
* Fixed the search of radio station when the user selected only the | ||
country and nothing else | ||
* Fixed the script "start_player" execution when the MediaVault | ||
path contains spaces | ||
|
||
v1.4.2 - 2021-10-17 | ||
* The online radio stations api changed and broke the searching of | ||
online radio stations. This is a fix for that. | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters