D.Kartaschew - 2014-01-25

A quick note to advise gMTP v1.3.5 has been released.

New feature:
1. Correct Find option not fiding files when using Alternate Access Method and some Android versions.
2. Modify progress bar. (now reuses the progress bar)
3. Added preference item to treat all media files as regular files (Android enhancement to work around poor media file handling).
4. Added preferences/options for toolbar. (hide toolbar, or set icon/text/both).
5. Correct crash on deleting last playlist in playlist editor (GTK3 version).
6. Add en_AU translation.
7. GTK3 version no longer uses GTK_STOCK_ICONS which were deprecated in GTK 3.10.

Backend Maintenance Changes:
1. Swicth from cvs to git for source control.
2. Change from custom Makefile to using GNU Autotools for build. It should now auto-detect GTK3 or GTK2 version when running ./configure. Can override with --with-gtk2 or --with-gtk3 ./configure option.
3. Update website. (now html5 + css3).
4. Further testing with gcc (Linux/Solaris), clang (FreeBSD) and solaris studio C compilers (Solaris). Builds clean with all three compilers.