- make the title like title case (-t) using Python title method. - pdfminer version updated. - algorithm flag (-a). default is the original algorithm so no change. - max2 algorithm is implemented for [this issue](https://github.com/metebalci/pdftitle/issues/15), test file is paran2010.pdf.
0.7
- changes and fixes for pylint based on [Jakob Guldberg Aaes](https://github.com/jakob1379)'s recommendation. - no functional changes.
0.6
- rename file name to title (-c). Contributed by [Tommy Odland](https://github.com/tommyod). - pdfminer version updated.
0.5
- fixed install problem with 0.4 - pdfminer version updated.
0.4
- Merged e4bb0d6 to detect and remove duplicate spaces in the returned title. Contributed by Jakob Guldberg Aaes (https://github.com/jakob1379).
0.3
- Merged f65ff4c and f5c60c0 for identifying spaces when no space char is used. Contributed by Fabien Couthouis (https://github.com/Fabien-Couthouis).