git tags corresponding to released versions

I pulled source from https://github.com/volumio/Volumio-WebUI but couldn’t find any git tags.

How do I find out which git commit corresponds to the released versions ?

I didn’t used git tags so far. I’ll start doing this from this release…

From Getting-Started:

Volumio 1.4.png

Trawling the logs to look for a matching version, I see a couple of potential candidates for 1.4 around 13 June 2014:

[code]commit 99a48d53ebfdeb840a65ba15a153e2662607e72a
Author: root root@localhost
Date: Wed Jun 11 21:41:47 2014 +0000

Db

commit c8fc7f599707b230635f42bd54e8c552f4062fad
Author: root root@localhost
Date: Wed Jun 11 21:30:14 2014 +0000

Added Upmpdcli Init script

commit 06ddd37c20eaf2edd36092f379285c68d50f8068
Author: Volumio info@volumio.org
Date: Tue Jun 10 21:21:14 2014 +0200

Changed Version to 1.4 and added credits

commit 111432247c06a60ef572f94bc454dd658d9c11fe
Author: Volumio info@volumio.org
Date: Tue Jun 10 21:16:25 2014 +0200

1.4 version

[/code]

I found the _OS_SETTINGS/etc/init.d/upmpdcli in commit c8fc7f59 matches the content of 1.4, so I’m thinking that the subsequent commit c8fc7f59 (player.db) represents the content of Volumio 1.4.