diff --git a/Changelog b/Changelog index 0f0313d2..022a2482 100644 --- a/Changelog +++ b/Changelog @@ -2,6 +2,19 @@ Strawberry Music Player ======================= ChangeLog +Unreleased: + + * Updated AppStream data file to newer specifications + * Fixed Deezer engine to use quality setting + * Removed unneeded dependency Qt5OpenGL + * Removed obsolete xine warning and engine reinitialization + * Added ALSA as optional component in cmake + * Fixed bug in playlist columns setting all visible + * Added option to reset playlist columns + * Improved console logging + * (Windows) Corrected uninstalled files on x64 installer + * (MacOS) Fixed poor performance + Version 0.4.1: * Fixed crash in analyzer diff --git a/dist/debian/control b/dist/debian/control index 7c489acd..cc6b133a 100644 --- a/dist/debian/control +++ b/dist/debian/control @@ -48,7 +48,7 @@ Depends: ${shlibs:Depends}, gstreamer1.0-pulseaudio Homepage: http://www.strawbs.org/ Description: Audio player and music collection organizer - Strawberry is a audio player especially aimed at audiophiles. + Strawberry is a audio player aimed at music collectors, audio enthusiasts and audiophiles. . Features: - Play and organize music diff --git a/src/dialogs/about.cpp b/src/dialogs/about.cpp index 899d7590..d17868c2 100644 --- a/src/dialogs/about.cpp +++ b/src/dialogs/about.cpp @@ -99,8 +99,8 @@ QString About::MainHtml() const { ret += QString("

"); ret += QString("Strawberry is a audio player and music collection organizer.
"); - ret += QString("It's based on Clementine and Amarok 1.4, especially aimed at audiophiles.
"); - ret += QString("The name is inspired by the band Strawbs."); + ret += QString("It is a fork of Clementine released in 2018 aimed at music collectors, audio enthusiasts and audiophiles.
"); + ret += QString("The name is inspired by the band Strawbs. It's based on a heaviliy modified version of Clementine created in 2012-2013. It's written in C++ and Qt 5."); ret += QString("

"); //ret += QString("

Website: http://www.strawbs.org/

"); ret += QString("

");