diff --git a/README.md b/README.md index a33af1a..26512d3 100644 --- a/README.md +++ b/README.md @@ -5,7 +5,7 @@ command line interface. Currently only Audacious media player is supported, but adding support for other players should be quite simple. -Venturous is built around one feature, which is missing in most (maybe +Venturous is built around one feature, which is missing from most (maybe even all) media players: user-defined items for random playback. This feature is especially useful for grouping separate tracks that are actually parts of one composition. For example parts of classical music @@ -46,7 +46,7 @@ GNU/Linux or MS Windows (might also work in OS X, not tested). 3. If you want to install latest stable version, execute the following command: - git checkout tags/v1.1 + git checkout tags/v1.1.1 If you prefer latest development version (can be unstable), just skip this step. 4. Run configuration script: diff --git a/modules/VenturousCore b/modules/VenturousCore index 80918cf..b314db4 160000 --- a/modules/VenturousCore +++ b/modules/VenturousCore @@ -1 +1 @@ -Subproject commit 80918cf0967bc94ffb23752d2587f01a11ad6015 +Subproject commit b314db428f168023ee6d79bc9a48c62744d056e4 diff --git a/resources/documents/user-guide.html b/resources/documents/user-guide.html index 8bf2a70..a4f02b9 100644 --- a/resources/documents/user-guide.html +++ b/resources/documents/user-guide.html @@ -7,7 +7,7 @@
-Venturous is a random playback manager, which uses media player's command line interface. Currently only Audacious media player is supported, but adding support for other players should be quite simple.
-Venturous is built around one feature, which is missing in most +
Venturous is built around one feature, which is missing from most
(maybe even all) media players: user-defined items for random playback. This
feature is especially useful for grouping separate tracks that are
actually parts of one composition. For example, parts of classical music
diff --git a/src/Application.cpp b/src/Application.cpp
index a71ac7d..cb7ecbc 100644
--- a/src/Application.cpp
+++ b/src/Application.cpp
@@ -26,7 +26,7 @@
Application::Application(int & argc, char ** argv) : QApplication(argc, argv)
{
- setApplicationVersion("1.1");
+ setApplicationVersion("1.1.1");
setAttribute(Qt::AA_DontShowIconsInMenus, false);
setQuitOnLastWindowClosed(false);
}
diff --git a/src/GUI/MainWindow/PlaybackComponent/PlaybackComponent.cpp b/src/GUI/MainWindow/PlaybackComponent/PlaybackComponent.cpp
index f5b6ed7..23c0ddc 100644
--- a/src/GUI/MainWindow/PlaybackComponent/PlaybackComponent.cpp
+++ b/src/GUI/MainWindow/PlaybackComponent/PlaybackComponent.cpp
@@ -194,7 +194,9 @@ void PlaybackComponent::onPlayerFinished(
const bool crashExit, const int exitCode,
std::vector