v0.2.0
Notable changes:
- Improved message grammar: Now the trailing colon ":" directly follows the last message field without a leading whitespace.
- A gRPC test server is shipped with gWhisper. This is useful for new users to try out gWhisper. It is also used for Continuous integration tests.
- A connection timeout is introduced (this causes gwhisper to abort if the tcp connection cannot be established and solves a hang when attempting to complete an incorrect ip address or hostname)
- gWhisper can now be installed using
make install
For a complete list of changes see the v0.2.0 Milestone.