mirror of
https://github.com/strawberrymusicplayer/strawberry
synced 2025-01-27 07:46:19 +01:00
Update changelog and about
This commit is contained in:
parent
bca1a98938
commit
fcbade267d
13
Changelog
13
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
|
||||
|
2
dist/debian/control
vendored
2
dist/debian/control
vendored
@ -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
|
||||
|
@ -99,8 +99,8 @@ QString About::MainHtml() const {
|
||||
|
||||
ret += QString("<p>");
|
||||
ret += QString("Strawberry is a audio player and music collection organizer.<br />");
|
||||
ret += QString("It's based on Clementine and Amarok 1.4, especially aimed at audiophiles.<br />");
|
||||
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.<br />");
|
||||
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("</p>");
|
||||
//ret += QString("<p>Website: <a href=\"http://www.strawbs.org/licenses/\">http://www.strawbs.org/</a></p>");
|
||||
ret += QString("<p>");
|
||||
|
Loading…
x
Reference in New Issue
Block a user