Skip to content

Commit

Permalink
Update version number and README
Browse files Browse the repository at this point in the history
  • Loading branch information
Qirky committed Jun 17, 2020
1 parent 16d349e commit c5f769d
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 3 deletions.
5 changes: 3 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# Troop v0.10.1
# Troop v0.10.2

## Real-time collaborative live coding

Expand All @@ -20,7 +20,8 @@ This is free software developed by one person in their free time so please under

## v0.10 Update 23/05/20

There are some new ways of configuring Troop to run with different installations of your live coding languages, particularly Tidal Cycles. Please read the [CONFIG.md](/CONFIG.md) file for more information.
- v0.10.1 - There are some new ways of configuring Troop to run with different installations of your live coding languages, particularly Tidal Cycles. Please read the [CONFIG.md](/CONFIG.md) file for more information.
- v0.10.2 - The "keep-alive" functionality has been moved into a command line argument. If you have connection issues and users aren't being kicked from session when the client crashes then try starting the server with the `--keepalive` flag. This will send a 'ping' message to clients who then return it. Any clients that don't return the ping in 30 seconds are forcefully disconnected.

## Getting started

Expand Down
2 changes: 1 addition & 1 deletion src/config.py
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
import json
import os, os.path

VERSION = "0.10.1"
VERSION = "0.10.2"

# Check for location of Python

Expand Down

0 comments on commit c5f769d

Please sign in to comment.