- Better error message for 2FA authentication.
- Cleaner UI to display the repositories.
- More information about the repositories like the language and number of stars.
- Making the UI same as UI for http://www.gitsuggest.com
- Using Jinja2 for templating.
- 0 stars exception fix.
- Use sets instead of lists for speedup.
- Removing dependency on pyenchant and using nltk instead for english words.
- Adding nltk corpus downloads as post installation tasks in setup.py.
- --deep_dive flag to to provide user with control over accuracy vs time.
- Access token based authentication for procuring repository reccomendations.
- Prettier command line display.
- Fixes to setup script to ensure package data is copied over.
- Fixes to ensure proper packaging of resources instead of relying on submodules.
- Smart pagination usage for much faster response times.
- py3 bug fixes to make it more stable.
- Provision of a way to get suggestions without password. Even though it is contingent on the rate limit that is applied.
- Removal of password from command line for better security.
- Some major bug fixes causing slowdown.
- Long time itch to code an idea.
- First release.