TideSDK

Desktop App development for Mac, Windows and Linux. HTML5, JavaScript and CSS3 plus the power of Python, Ruby or PHP when you need it.

History of Titanium Desktop Tags

Inheriting a project can make for some surprises. One recently for me has been reviewing the Tag history in Git. To my surprise, much of the tag history of Titanium Deskto is, well, just not available.

Up until the time Appcelerator decided to discontinue the project, there was a progression of release candidates (RC’s) publicly to 1.2.0.RC6e. That said, where are the tags? Perhaps someone from Appcelerator can fully explain. Creating a tags are a helpful legacy. I invite the maintainers to comment on this.

1
2
3
4
5
6
7
8
9
10
11
$ git tag

0.6
0.7
0.8
0.8.1
0.8.4
0.8.5
1.0.0
1.1.0
1.2.0.RC1

Comments