diff options
-rw-r--r-- | ChangeLog.md | 6 | ||||
-rw-r--r-- | mywatch.cabal | 2 |
2 files changed, 7 insertions, 1 deletions
diff --git a/ChangeLog.md b/ChangeLog.md index bb6e574..b5670b9 100644 --- a/ChangeLog.md +++ b/ChangeLog.md @@ -1,3 +1,9 @@ +0.1.2 +===== + + * Use location hash for server name + * Compact server list (`display: inline-block`) + 0.1.1 ===== diff --git a/mywatch.cabal b/mywatch.cabal index 8b15cf2..c6c895f 100644 --- a/mywatch.cabal +++ b/mywatch.cabal @@ -1,5 +1,5 @@ name: mywatch -version: 0.1.1 +version: 0.1.2 synopsis: View MySQL processes description: View queries on multiple MySQL servers. Designed to work behind Sproxy. |