* Change access token to be prompted rather than being a command line argument * It can also be passed as environment variable `GITLAB_TOKEN` if needed
1.0.5
* Fix resolving of branch names where there is another branch that is a prefix of its name
1.0.4
* Add support for Python 3.5+ rather than just Python 3.7 * Add clear message about loading project tree on startup
1.0.3
* Fix inability to access projects and groups with path differing from the name
1.0.2
Initial version of gitlabfs with all basic features implemented.