diff options
author | Eitan Isaacson <eitan@monotonous.org> | 2011-03-09 13:46:01 -0500 |
---|---|---|
committer | Eitan Isaacson <eitan@monotonous.org> | 2011-03-09 13:46:01 -0500 |
commit | 081ca935da2b34a2d43c41228646f4d9c05cc695 (patch) | |
tree | b9abd11129a4a9ba8cc84cee32fae85fd313485e | |
parent | 9134d8d4316b14a4bdaac11295d8b8d108712f93 (diff) | |
download | caribou-081ca935da2b34a2d43c41228646f4d9c05cc695.tar.gz |
Prepared 0.1.91 releaseCARIBOU_0_1_91
-rw-r--r-- | NEWS | 21 | ||||
-rw-r--r-- | README | 3 | ||||
-rw-r--r-- | configure.ac | 2 |
3 files changed, 23 insertions, 3 deletions
@@ -1,3 +1,24 @@ +============== +Version 0.1.91 +============== + +What's New +========== +- Raise an error when no keyboard is loaded. +- Make caribou startup automatically (Thanks Bastien Nocera!) +- Use GTK3 CSS theming for custom colors. +- Look if a11y is enabled in GSettings. +- Port app preferences and schema to GSettings. + +New And Updated Translations +============================ +- Khaled Hosny (ar) +- Kostas Papadimas (el) +- Claude Paroz (fr) +- marcoslans (gl) +- Yaron Shahrabani (he) +- Mateus Zenaide (pt_BR) + ============= Version 0.1.7 ============= @@ -1,8 +1,7 @@ -Caribou 0.1.7 +Caribou 0.1.91 Description =========== - Caribou is an input assistive technology intended for swithc and pointer users. diff --git a/configure.ac b/configure.ac index 78fbbc0..000f7ce 100644 --- a/configure.ac +++ b/configure.ac @@ -1,6 +1,6 @@ AC_PREREQ([2.63]) AC_INIT([caribou], - [0.1.7], + [0.1.91], [https://bugzilla.gnome.org/enter_bug.cgi?product=caribou], [caribou]) |