Skip to content

Commit

Permalink
Prepared v1.5.1 release
Browse files Browse the repository at this point in the history
  • Loading branch information
walkero-gr committed Nov 7, 2021
2 parents b257630 + a71fd97 commit 8ef25a5
Show file tree
Hide file tree
Showing 5 changed files with 53 additions and 8 deletions.
8 changes: 4 additions & 4 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,22 +4,22 @@ All notable changes to this project will be documented in this file.
## [1.5.1] - 2021-11-07
### Added
- Added podcast episode duration at the right sidebar, when one is selected
- Added HardBass radio station genre after request
- Added HardBass radio station genre after user request

### Changed
- Compiled with SQLite 3.34.0
- Before show an avatar image, now there is a check if this is already visible
- Update the Favourite and Listen Later lists in real time
- Now the podcast episodes appear in the middle section, instead of the right
sidebar, so to be more visible and easy to use.
sidebar, to be more visible and easy to use.
- When the application starts, checks automatically for new updates and
informs the user

### Fixed
- Fixed a bug at the update process that could make MediaVault crash
- Fixed podcast episode number to show higher numbers than 255
- Fixed showing Season and Episode on podcast episodes from "Listen
Later" list
- Fixed showing Season and Episode on podcast episodes from "Listen Later"
list

## [1.5.0] - 2021-10-29
### Added
Expand Down
15 changes: 15 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -116,6 +116,21 @@ Help me persuade my wife that what I am doing matters

Changelog
--------------------------
v1.5.1 - 2021-11-07
* Added podcast episode duration at the right sidebar, when one is selected
* Added HardBass radio station genre after user request
* Compiled with SQLite 3.34.0
* Before show an avatar image, now there is a check if this is already visible
* Update the Favourite and Listen Later lists in real time
* Now the podcast episodes appear in the middle section, instead of the right
sidebar, to be more visible and easy to use.
* When the application starts, checks automatically for new updates and
informs the user
* Fixed a bug at the update process that could make MediaVault crash
* Fixed podcast episode number to show higher numbers than 255
* Fixed showing Season and Episode on podcast episodes from "Listen Later"
list

v1.5.0 - 2021-10-29
* Added the ability to mark favourite radio stations and podcasts.
A new list is created where you can find them and select one to
Expand Down
17 changes: 16 additions & 1 deletion aminet.readme
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ Short: Discover online radio stations
Uploader: [email protected] (George Sokianos)
Author: [email protected] (George Sokianos)
Type: util/wb
Version: 1.5.0
Version: 1.5.1
Architecture: ppc-amigaos
Distribution: Aminet
Requires:
Expand Down Expand Up @@ -118,6 +118,21 @@ https://ko-fi.com/W7W465887

Changelog
--------------------------
v1.5.1 - 2021-11-07
* Added podcast episode duration at the right sidebar, when one is selected
* Added HardBass radio station genre after user request
* Compiled with SQLite 3.34.0
* Before show an avatar image, now there is a check if this is already visible
* Update the Favourite and Listen Later lists in real time
* Now the podcast episodes appear in the middle section, instead of the right
sidebar, to be more visible and easy to use.
* When the application starts, checks automatically for new updates and
informs the user
* Fixed a bug at the update process that could make MediaVault crash
* Fixed podcast episode number to show higher numbers than 255
* Fixed showing Season and Episode on podcast episodes from "Listen Later"
list

v1.5.0 - 2021-10-29
* Added the ability to mark favourite radio stations and podcasts.
A new list is created where you can find them and select one to
Expand Down
17 changes: 16 additions & 1 deletion os4depot.readme
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
name: mediavault
description: Discover online radio stations
version: 1.5.0
version: 1.5.1
author: George Sokianos
submitter: George Sokianos
email: [email protected]
Expand Down Expand Up @@ -123,6 +123,21 @@ https://ko-fi.com/W7W465887

Changelog
--------------------------
v1.5.1 - 2021-11-07
* Added podcast episode duration at the right sidebar, when one is selected
* Added HardBass radio station genre after user request
* Compiled with SQLite 3.34.0
* Before show an avatar image, now there is a check if this is already visible
* Update the Favourite and Listen Later lists in real time
* Now the podcast episodes appear in the middle section, instead of the right
sidebar, to be more visible and easy to use.
* When the application starts, checks automatically for new updates and
informs the user
* Fixed a bug at the update process that could make MediaVault crash
* Fixed podcast episode number to show higher numbers than 255
* Fixed showing Season and Episode on podcast episodes from "Listen Later"
list

v1.5.0 - 2021-10-29
* Added the ability to mark favourite radio stations and podcasts.
A new list is created where you can find them and select one to
Expand Down
4 changes: 2 additions & 2 deletions src/version.h
Original file line number Diff line number Diff line change
Expand Up @@ -28,11 +28,11 @@
#endif

#ifndef PATCH
#define PATCH 0
#define PATCH 1
#endif

#ifndef RELEASE_DATE
#define RELEASE_DATE "29.10.2021"
#define RELEASE_DATE "07.11.2021"
#endif

#define APPNAME "MediaVault"
Expand Down

0 comments on commit 8ef25a5

Please sign in to comment.