xaizek / mpdknotifier (License: GPLv2+) (since 2018-12-07)
A notification application that informs you about currently played song.
Commit 22b7df8468287bf0046f1a5761621e703804a1f2

Bump version number
Author: xaizek
Author date (UTC): 2012-04-11 06:24
Committer name: xaizek
Committer date (UTC): 2012-04-11 06:24
Parent(s): 6484bf588c3a7f053a4bff0a041e6f31db5e5d43
Signing key:
Tree: f3e2c69ebf8662d7e656cbd60daa7556fbc7ddbb
File Lines added Lines deleted
src/main.cpp 1 1
File src/main.cpp changed (mode: 100644) (index 70e3731..3b58339)
... ... int main(int argc, char** argv)
33 33 KAboutData aboutData("mpdknotifier", KAboutData aboutData("mpdknotifier",
34 34 0, 0,
35 35 ki18n("MPD KDE Notifier"), ki18n("MPD KDE Notifier"),
36 "2.0.3",
36 "2.0.4",
37 37 ki18n("A notification application that informs you " ki18n("A notification application that informs you "
38 38 "about currently played song."), "about currently played song."),
39 39 KAboutData::KAboutData::License_GPL_V2); KAboutData::KAboutData::License_GPL_V2);
Hints

Before first commit, do not forget to setup your git environment:
git config --global user.name "your_name_here"
git config --global user.email "your@email_here"

Clone this repository using HTTP(S):
git clone https://code.reversed.top/user/xaizek/mpdknotifier

Clone this repository using ssh (do not forget to upload a key first):
git clone ssh://rocketgit@code.reversed.top/user/xaizek/mpdknotifier

You are allowed to anonymously push to this repository.
This means that your pushed commits will automatically be transformed into a pull request:
... clone the repository ...
... make some changes and some commits ...
git push origin master