Skip to content

Releases: ibus/ibus

Release 1.5.4

28 Jul 03:48
Compare
Choose a tag to compare

IBus 1.5.4 is released now [1].

  • Uses GSettings for panel and setup and you need to install the GSettings schemas file.
    I updated the installation of GSettings and DConf [2].
  • Handle GTK+ input purose for gnome-shell password dialog and each engine need to implement it [3].
  • You may wish to implement 'ibus write-cache --system' in post installation and uninstallation in each engine.
  • It would be great if each engine uses GSettings directly instead of ibus-config. ibus-config still will be left for the back compatibility.
  • ibus-wayland is disabled in configure by defualt.

[1] http://code.google.com/p/ibus/downloads/list
[2] http://code.google.com/p/ibus/wiki/Install
[3] ibus/ibus-anthy@6aae0a9

Release 1.5.3

28 Jul 03:45
Compare
Choose a tag to compare

This version changes the default hotkey from Control + space to Super + space. You can customize the hotkey with ibus-setup.

The tarball is available below.
http://code.google.com/p/ibus/downloads/list

Release 1.5.2

28 Jul 04:10
Compare
Choose a tag to compare
  • Use Variant.unpack() instead of Variant.dup_strv().
  • client: Queue events while the IBus context isn't ready
  • daemon: allow "eavesdrop" match rule
  • Implement use-system-keyboard-layout
  • Launch the second ibus engine too to reduce the launching time.
  • Add textdomain property to IBusEngineDesc
  • Draw highlight for focused IME in IME switcher.

The tarball is available below.
http://code.google.com/p/ibus/downloads/list

Release 1.5.1

28 Jul 04:11
Compare
Choose a tag to compare
  • Fix IBus.py errors.
  • Add fr(bepo) XKB engine.

The tarball is available below.
http://code.google.com/p/ibus/downloads/list

Relase 1.5.0

28 Jul 04:13
Compare
Choose a tag to compare
  • Improve ibus performance by replace some python components with vala implementations.
  • Improve IME switch UI and logic, and support shortcut customization.
  • Integrate IME and XKB keyboard layouts. Now ibus can manage both IME and XKB layouts.
  • Improve gobject-introspection support.
  • Improve vala language support.
  • New functions to restrict config signal: ibus_config_watch/unwatch
  • Remove gnome-icon-theme-legacy dependency.
  • Add version property in IBusEngineDesc.
  • Add IBusProperty.symbol for the short label.
  • Support dconf 0.13.4
  • Add ibus command line tool.
  • Improve unit test.
  • ibus-daemon now monitors .xml files by default
  • "make check" does not require "make install"
  • Support out-of-tree build
  • pygobject override is added to help migrate from the old python binding
  • Many bug fixings.

1.4.99.20121109: Disable IME switcher window when switcher-delay-time is less than 0

02 Jun 04:15
Compare
Choose a tag to compare
Review URL: https://codereview.appspot.com/6818102

1.4.99.20121006: Fix wrong return from key snooper.

02 Jun 04:19
Compare
Choose a tag to compare
BUG=None

Review URL: https://codereview.appspot.com/6623048

Release 1.4.2

02 Jun 04:26
Compare
Choose a tag to compare
  • Some bug fixings.

Release 1.4.1.

02 Jun 04:28
Compare
Choose a tag to compare
  • Many bug fixings.

1.4.0

02 Jun 04:29
Compare
Choose a tag to compare
  • Remove libdbus dependence, use glib gdbus instead.
  • Support surrounding text feature.
  • Add dconf config backend.
  • Add memory config backend.
  • Support replacing ibus panel on the fly.
  • Add asynchronous API.
  • Remove most blocking function call in daemon.
  • Improve gobject-introspection support.
  • Improve vala language support.
  • Improve unit test.
  • Many bug fixes.