diff options
author | Igor Pashev <pashev.igor@gmail.com> | 2016-06-22 19:47:28 +0800 |
---|---|---|
committer | Igor Pashev <pashev.igor@gmail.com> | 2016-06-22 19:47:28 +0800 |
commit | 54f6dfb100d5ad817898d3f7cb13028b91bdecaf (patch) | |
tree | 92a56d4690ea3113a61e8420b93e30d9e37c1be2 | |
parent | 4516440caef61053ba70149a812bfdf854b40bb3 (diff) | |
download | mywatch-54f6dfb100d5ad817898d3f7cb13028b91bdecaf.tar.gz |
Version 0.1.20.1.2
-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. |