diff options
-rw-r--r-- | NEWS | 9 | ||||
-rw-r--r-- | configure.ac | 2 |
2 files changed, 10 insertions, 1 deletions
@@ -1,3 +1,12 @@ +Overview of changes in indicator-bluetooth 0.0.2 + + * Stop feedback loop when settings changed outside of indicator + * Implement disconnecting from devices + * Add accessible description + * Hide devices without controls + * Change enable label to match design + * Added translations + Overview of changes in indicator-bluetooth 0.0.1 * First release diff --git a/configure.ac b/configure.ac index f430bd2..48cdfe3 100644 --- a/configure.ac +++ b/configure.ac @@ -1,4 +1,4 @@ -AC_INIT(indicator-bluetooth, 0.0.1) +AC_INIT(indicator-bluetooth, 0.0.2) AM_INIT_AUTOMAKE([1.11 no-dist-gzip dist-xz foreign]) AM_SILENT_RULES([yes]) AM_MAINTAINER_MODE |