<?xml version="1.0" encoding="UTF-8"?>
<feed xmlns="http://www.w3.org/2005/Atom">
  <title>xfce4-verve-plugin Release Feed</title>
  <subtitle>Release announcements for xfce4-verve-plugin</subtitle>
  <updated>2025-05-20T10:44:58+02:00</updated>
  <link href=""/>
  <entry>
    <title>xfce4-verve-plugin 2.1.0 released</title>
    <id>xfce4-verve-plugin-2.1.0</id>
    <updated>2025-05-20T10:44:58+02:00</updated>
    <published>2025-05-20T10:44:58+02:00</published>
    <author>
      <name>Gaël Bonithon</name>
      <email>gael@xfce.org</email>
    </author>
    <content type="html">&lt;pre&gt;&lt;a href="https://docs.xfce.org/panel-plugins/xfce4-verve-plugin"&gt;xfce4-verve-plugin&lt;/a&gt; 2.1.0 is now available for download from

  &lt;a href="https://archive.xfce.org/src/panel-plugins/xfce4-verve-plugin/2.1/xfce4-verve-plugin-2.1.0.tar.xz"&gt;https://archive.xfce.org/src/panel-plugins/xfce4-verve-plugin/2.1/xfce4-verve-plugin-2.1.0.tar.xz&lt;/a&gt;
  &lt;a href="https://archive.xfce.org/src/panel-plugins/xfce4-verve-plugin/2.1/xfce4-verve-plugin-2.1.0.tar.xz?sha1"&gt;https://archive.xfce.org/src/panel-plugins/xfce4-verve-plugin/2.1/xfce4-verve-plugin-2.1.0.tar.xz?sha1&lt;/a&gt;
  &lt;a href="https://archive.xfce.org/src/panel-plugins/xfce4-verve-plugin/2.1/xfce4-verve-plugin-2.1.0.tar.xz?sha256"&gt;https://archive.xfce.org/src/panel-plugins/xfce4-verve-plugin/2.1/xfce4-verve-plugin-2.1.0.tar.xz?sha256&lt;/a&gt;


What is xfce4-verve-plugin?
===========================

The Verve panel plugin is a plugin for the Xfce panel. It supports
several nice features, such as: &#13;
&#13;
- Command history&#13;
- Auto-completion (including command history)&#13;
- Open URLs and e-mail addresses in your favorite applications&#13;
- Expansion of variables in directory names with wordexp, and variable
and alias support in commands by running them through current shell&#13;
- Optional support for sending ! and \ queries to DuckDuckGo&#13;
- Configurable foreground and background colors&#13;
- Custom input field width

Website:
  &lt;a href="https://docs.xfce.org/panel-plugins/xfce4-verve-plugin"&gt;https://docs.xfce.org/panel-plugins/xfce4-verve-plugin&lt;/a&gt;


Release notes for 2.1.0
=======================
Meson has been added as a build system in this release, and the&#13;
associated archive has been generated by 'meson dist'. Although&#13;
autotools has been retained for the time being and can still be used&#13;
via 'autogen.sh', meson is now the preferred build system, and&#13;
autotools will be removed in a future release.&#13;
&#13;
- Update README after switchover to meson&#13;
- build: Automate copyright year management&#13;
- Add meson build&#13;
- Add about dialog&#13;
- build: Remove unused verve-dbus-service code&#13;
- Replace deprecated exo with libxfce4ui 4.21.0&#13;
- Fix libxfce4panel include

</content>
  </entry>
  <entry>
    <title>xfce4-verve-plugin 2.0.4 released</title>
    <id>xfce4-verve-plugin-2.0.4</id>
    <updated>2024-12-25T10:16:39+01:00</updated>
    <published>2024-12-25T10:16:39+01:00</published>
    <author>
      <name>Gaël Bonithon</name>
      <email>gael@xfce.org</email>
    </author>
    <content type="html">&lt;pre&gt;&lt;a href="https://docs.xfce.org/panel-plugins/xfce4-verve-plugin"&gt;xfce4-verve-plugin&lt;/a&gt; 2.0.4 is now available for download from

  &lt;a href="https://archive.xfce.org/src/panel-plugins/xfce4-verve-plugin/2.0/xfce4-verve-plugin-2.0.4.tar.bz2"&gt;https://archive.xfce.org/src/panel-plugins/xfce4-verve-plugin/2.0/xfce4-verve-plugin-2.0.4.tar.bz2&lt;/a&gt;
  &lt;a href="https://archive.xfce.org/src/panel-plugins/xfce4-verve-plugin/2.0/xfce4-verve-plugin-2.0.4.tar.bz2?sha1"&gt;https://archive.xfce.org/src/panel-plugins/xfce4-verve-plugin/2.0/xfce4-verve-plugin-2.0.4.tar.bz2?sha1&lt;/a&gt;
  &lt;a href="https://archive.xfce.org/src/panel-plugins/xfce4-verve-plugin/2.0/xfce4-verve-plugin-2.0.4.tar.bz2?sha256"&gt;https://archive.xfce.org/src/panel-plugins/xfce4-verve-plugin/2.0/xfce4-verve-plugin-2.0.4.tar.bz2?sha256&lt;/a&gt;


What is xfce4-verve-plugin?
===========================

The Verve panel plugin is a plugin for the Xfce panel. It supports
several nice features, such as: &#13;
&#13;
- Command history&#13;
- Auto-completion (including command history)&#13;
- Open URLs and e-mail addresses in your favorite applications&#13;
- Expansion of variables in directory names with wordexp, and variable
and alias support in commands by running them through current shell&#13;
- Optional support for sending ! and \ queries to DuckDuckGo&#13;
- Configurable foreground and background colors&#13;
- Custom input field width

Website:
  &lt;a href="https://docs.xfce.org/panel-plugins/xfce4-verve-plugin"&gt;https://docs.xfce.org/panel-plugins/xfce4-verve-plugin&lt;/a&gt;


Release notes for 2.0.4
=======================
- Update copyright year&#13;
- build: Bump dependency versions and fix deprecation warnings&#13;
- build: Use XDT_VERSION_INIT and get rid of configure.ac.in&#13;
- build: Silence GCompletion deprecation warnings&#13;
- I18n: Update po/LINGUAS list&#13;
- build: Get rid of intltool&#13;
- Translation Updates:&#13;
  Albanian, Arabic, Armenian (Armenia), Basque, Belarusian, Bulgarian,&#13;
  Catalan, Chinese (China), Chinese (Taiwan), Croatian, Czech, Danish,&#13;
  Dutch, Eastern Armenian, English (Australia), English (Canada),&#13;
  English (United Kingdom), Esperanto, Estonian, Finnish, French,&#13;
  Galician, German, Greek, Hebrew, Hungarian, Icelandic, Indonesian,&#13;
  Interlingue, Italian, Japanese, Korean, Lithuanian, Malay, Norwegian&#13;
  Bokmål, Occitan (post 1500), Polish, Portuguese, Portuguese&#13;
  (Brazil), Romanian, Russian, Serbian, Slovak, Slovenian, Spanish,&#13;
  Swedish, Thai, Turkish, Ukrainian

</content>
  </entry>
  <entry>
    <title>xfce4-verve-plugin 2.0.3 released</title>
    <id>xfce4-verve-plugin-2.0.3</id>
    <updated>2023-07-15T20:28:31+02:00</updated>
    <published>2023-07-15T20:28:31+02:00</published>
    <author>
      <name>Gaël Bonithon</name>
      <email>gael@xfce.org</email>
    </author>
    <content type="html">&lt;pre&gt;&lt;a href="https://docs.xfce.org/panel-plugins/xfce4-verve-plugin"&gt;xfce4-verve-plugin&lt;/a&gt; 2.0.3 is now available for download from

  &lt;a href="https://archive.xfce.org/src/panel-plugins/xfce4-verve-plugin/2.0/xfce4-verve-plugin-2.0.3.tar.bz2"&gt;https://archive.xfce.org/src/panel-plugins/xfce4-verve-plugin/2.0/xfce4-verve-plugin-2.0.3.tar.bz2&lt;/a&gt;
  &lt;a href="https://archive.xfce.org/src/panel-plugins/xfce4-verve-plugin/2.0/xfce4-verve-plugin-2.0.3.tar.bz2?sha1"&gt;https://archive.xfce.org/src/panel-plugins/xfce4-verve-plugin/2.0/xfce4-verve-plugin-2.0.3.tar.bz2?sha1&lt;/a&gt;
  &lt;a href="https://archive.xfce.org/src/panel-plugins/xfce4-verve-plugin/2.0/xfce4-verve-plugin-2.0.3.tar.bz2?sha256"&gt;https://archive.xfce.org/src/panel-plugins/xfce4-verve-plugin/2.0/xfce4-verve-plugin-2.0.3.tar.bz2?sha256&lt;/a&gt;


What is xfce4-verve-plugin?
===========================

The Verve panel plugin is a plugin for the Xfce panel. It supports
several nice features, such as: &#13;
&#13;
- Command history&#13;
- Auto-completion (including command history)&#13;
- Open URLs and e-mail addresses in your favorite applications&#13;
- Expansion of variables in directory names with wordexp, and variable
and alias support in commands by running them through current shell&#13;
- Optional support for sending ! and \ queries to DuckDuckGo&#13;
- Configurable foreground and background colors&#13;
- Custom input field width

Website:
  &lt;a href="https://docs.xfce.org/panel-plugins/xfce4-verve-plugin"&gt;https://docs.xfce.org/panel-plugins/xfce4-verve-plugin&lt;/a&gt;


Release notes for 2.0.3
=======================
- Update copyright year&#13;
- Fix critical when unblocking autohide&#13;
- Revert "Fix critical when unblocking autohide"&#13;
- Propagate the focus-out GtkEntry event&#13;
- Refactor verve_spawn_command_line()&#13;
- Fix g_thread_create_full deprecation&#13;
- Fix GtkAlignment deprecations&#13;
- Fix GtkMisc deprecations&#13;
- Fix GtkColorButton deprecations&#13;
- Fix XfceTitledDialog and GtkStock deprecations&#13;
- Fix Gtk[HV]Box deprecations&#13;
- Fix critical when unblocking autohide&#13;
- Port to PCRE2 (#11)&#13;
- Update `.gitignore`&#13;
- Fix previous commit&#13;
- build: Fix intltool lock file problem during make distcheck&#13;
- build: Decrease make log level&#13;
- build: Add GLib requirement&#13;
- Update COPYING&#13;
- Fix compilation warnings&#13;
- autoconf: Some updates&#13;
- Update `.gitignore`&#13;
- Translation Updates:&#13;
  Albanian, Armenian (Armenia), Basque, Belarusian, Bulgarian, Catalan,&#13;
  Chinese (China), Chinese (Taiwan), Croatian, Czech, Danish, Dutch,&#13;
  Eastern Armenian, English (Australia), English (Canada), English&#13;
  (United Kingdom), Estonian, Finnish, French, Galician, German, Greek,&#13;
  Hebrew, Hungarian, Icelandic, Indonesian, Interlingue, Italian,&#13;
  Japanese, Korean, Lithuanian, Malay, Norwegian Bokmål, Occitan (post&#13;
  1500), Polish, Portuguese, Portuguese (Brazil), Russian, Serbian,&#13;
  Slovak, Slovenian, Spanish, Swedish, Thai, Turkish, Ukrainian

</content>
  </entry>
  <entry>
    <title>xfce4-verve-plugin 2.0.1 released</title>
    <id>xfce4-verve-plugin-2.0.1</id>
    <updated>2020-12-27T22:48:28+01:00</updated>
    <published>2020-12-27T22:48:28+01:00</published>
    <author>
      <name>Romain Bouvier</name>
      <email>skunnyk@xfce.org</email>
    </author>
    <content type="html">&lt;pre&gt;&lt;a href="https://docs.xfce.org/panel-plugins/xfce4-verve-plugin"&gt;xfce4-verve-plugin&lt;/a&gt; 2.0.1 is now available for download from

  &lt;a href="https://archive.xfce.org/src/panel-plugins/xfce4-verve-plugin/2.0/xfce4-verve-plugin-2.0.1.tar.bz2"&gt;https://archive.xfce.org/src/panel-plugins/xfce4-verve-plugin/2.0/xfce4-verve-plugin-2.0.1.tar.bz2&lt;/a&gt;
  &lt;a href="https://archive.xfce.org/src/panel-plugins/xfce4-verve-plugin/2.0/xfce4-verve-plugin-2.0.1.tar.bz2?sha1"&gt;https://archive.xfce.org/src/panel-plugins/xfce4-verve-plugin/2.0/xfce4-verve-plugin-2.0.1.tar.bz2?sha1&lt;/a&gt;
  &lt;a href="https://archive.xfce.org/src/panel-plugins/xfce4-verve-plugin/2.0/xfce4-verve-plugin-2.0.1.tar.bz2?sha256"&gt;https://archive.xfce.org/src/panel-plugins/xfce4-verve-plugin/2.0/xfce4-verve-plugin-2.0.1.tar.bz2?sha256&lt;/a&gt;


What is xfce4-verve-plugin?
===========================

The Verve panel plugin is a plugin for the Xfce panel. It supports
several nice features, such as: &#13;
&#13;
- Command history&#13;
- Auto-completion (including command history)&#13;
- Open URLs and e-mail addresses in your favorite applications&#13;
- Expansion of variables in directory names with wordexp, and variable
and alias support in commands by running them through current shell&#13;
- Optional support for sending ! and \ queries to DuckDuckGo&#13;
- Configurable foreground and background colors&#13;
- Custom input field width

Website:
  &lt;a href="https://docs.xfce.org/panel-plugins/xfce4-verve-plugin"&gt;https://docs.xfce.org/panel-plugins/xfce4-verve-plugin&lt;/a&gt;


Release notes for 2.0.1
=======================
- Fix build with panel 4.15&#13;
- Modernize configure.ac.in&#13;
- Fix xfce_rc_read_entry usage&#13;
- Fix gdk_rgba_to_string usage&#13;
- Fix GtkAdjustment usage&#13;
- Fix GtkColorChooser usage&#13;
- Fix GtkColorChooser usage&#13;
- Fix GtkLabel usage&#13;
- Fix GIOStream usage&#13;
- Fix gtk_label_set_text call&#13;
- Fix gtk_style_context_add_provider call&#13;
- Fix discarded-qualifiers&#13;
- Fix missing-prototypes&#13;
- Remove GSourceFunc casts&#13;
- Create README.md. Update configure.ac.in&#13;
- Use GtkColorButton to pick foreground and background colors&#13;
- Translation Updates:&#13;
  Albanian, Armenian (Armenia), Asturian, Belarusian, Bulgarian,&#13;
  Catalan, Chinese (China), Chinese (Taiwan), Croatian, Czech, Danish,&#13;
  Dutch, Eastern Armenian, English (Australia), English (Canada),&#13;
  Esperanto, Finnish, French, Galician, German, Greek, Hebrew,&#13;
  Hungarian, Icelandic, Indonesian, Interlingue, Italian, Japanese,&#13;
  Korean, Lithuanian, Malay, Norwegian Bokmål, Occitan (post 1500),&#13;
  Polish, Portuguese, Portuguese (Brazil), Russian, Serbian, Slovak,&#13;
  Slovenian, Spanish, Swedish, Thai, Turkish, Ukrainian

</content>
  </entry>
  <entry>
    <title>xfce4-verve-plugin 2.0.0 released</title>
    <id>xfce4-verve-plugin-2.0.0</id>
    <updated>2018-04-15T21:37:56+02:00</updated>
    <published>2018-04-15T21:37:56+02:00</published>
    <author>
      <name>Isaac Schemm</name>
      <email>isaacschemm@gmail.com</email>
    </author>
    <content type="html">&lt;pre&gt;&lt;a href="http://goodies.xfce.org/projects/panel-plugins/xfce4-verve-plugin"&gt;xfce4-verve-plugin&lt;/a&gt; 2.0.0 is now available for download from

  &lt;a href="https://archive.xfce.org/src/panel-plugins/xfce4-verve-plugin/2.0/xfce4-verve-plugin-2.0.0.tar.bz2"&gt;https://archive.xfce.org/src/panel-plugins/xfce4-verve-plugin/2.0/xfce4-verve-plugin-2.0.0.tar.bz2&lt;/a&gt;
  &lt;a href="https://archive.xfce.org/src/panel-plugins/xfce4-verve-plugin/2.0/xfce4-verve-plugin-2.0.0.tar.bz2.md5"&gt;https://archive.xfce.org/src/panel-plugins/xfce4-verve-plugin/2.0/xfce4-verve-plugin-2.0.0.tar.bz2.md5&lt;/a&gt;
  &lt;a href="https://archive.xfce.org/src/panel-plugins/xfce4-verve-plugin/2.0/xfce4-verve-plugin-2.0.0.tar.bz2.sha1"&gt;https://archive.xfce.org/src/panel-plugins/xfce4-verve-plugin/2.0/xfce4-verve-plugin-2.0.0.tar.bz2.sha1&lt;/a&gt;
  &lt;a href="https://archive.xfce.org/src/panel-plugins/xfce4-verve-plugin/2.0/xfce4-verve-plugin-2.0.0.tar.bz2.sha256"&gt;https://archive.xfce.org/src/panel-plugins/xfce4-verve-plugin/2.0/xfce4-verve-plugin-2.0.0.tar.bz2.sha256&lt;/a&gt;


What is xfce4-verve-plugin?
===========================

The Verve panel plugin is a comfortable command line (or smartbookmark)
plugin for the Xfce panel. It supports several nice features, such as: &#13;
&#13;
- Command history&#13;
- Auto-completion (including command history)&#13;
- Open URLs and e-mail addresses in your favourite applications&#13;
- Expansion of variables in directory names with wordexp, and variable
and alias support in commands by running them through current shell&#13;
- Optional support for sending ! and \ queries to DuckDuckGo&#13;
- Configurable foreground and background colors&#13;
- Custom input field width

Website:
  &lt;a href="http://goodies.xfce.org/projects/panel-plugins/xfce4-verve-plugin"&gt;http://goodies.xfce.org/projects/panel-plugins/xfce4-verve-plugin&lt;/a&gt;


Release notes for 2.0.0
=======================
This is the first GTK+ 3 release.&#13;
&#13;
verve-focus has been dropped, because I don't have the knowledge or time
necessary to maintain it. If you can get it working, let me know.&#13;
&#13;
Other than the removal of verve-focus, this release has the same
features as xfce4-verve-plugin 1.1.1, including the new background and
foreground color settings.

</content>
  </entry>
  <entry>
    <title>xfce4-verve-plugin 1.1.1 released</title>
    <id>xfce4-verve-plugin-1.1.1</id>
    <updated>2018-04-15T21:32:46+02:00</updated>
    <published>2018-04-15T21:32:46+02:00</published>
    <author>
      <name>Isaac Schemm</name>
      <email>isaacschemm@gmail.com</email>
    </author>
    <content type="html">&lt;pre&gt;&lt;a href="http://goodies.xfce.org/projects/panel-plugins/xfce4-verve-plugin"&gt;xfce4-verve-plugin&lt;/a&gt; 1.1.1 is now available for download from

  &lt;a href="https://archive.xfce.org/src/panel-plugins/xfce4-verve-plugin/1.1/xfce4-verve-plugin-1.1.1.tar.bz2"&gt;https://archive.xfce.org/src/panel-plugins/xfce4-verve-plugin/1.1/xfce4-verve-plugin-1.1.1.tar.bz2&lt;/a&gt;
  &lt;a href="https://archive.xfce.org/src/panel-plugins/xfce4-verve-plugin/1.1/xfce4-verve-plugin-1.1.1.tar.bz2.md5"&gt;https://archive.xfce.org/src/panel-plugins/xfce4-verve-plugin/1.1/xfce4-verve-plugin-1.1.1.tar.bz2.md5&lt;/a&gt;
  &lt;a href="https://archive.xfce.org/src/panel-plugins/xfce4-verve-plugin/1.1/xfce4-verve-plugin-1.1.1.tar.bz2.sha1"&gt;https://archive.xfce.org/src/panel-plugins/xfce4-verve-plugin/1.1/xfce4-verve-plugin-1.1.1.tar.bz2.sha1&lt;/a&gt;
  &lt;a href="https://archive.xfce.org/src/panel-plugins/xfce4-verve-plugin/1.1/xfce4-verve-plugin-1.1.1.tar.bz2.sha256"&gt;https://archive.xfce.org/src/panel-plugins/xfce4-verve-plugin/1.1/xfce4-verve-plugin-1.1.1.tar.bz2.sha256&lt;/a&gt;


What is xfce4-verve-plugin?
===========================

The Verve panel plugin is a comfortable command line (or smartbookmark)
plugin for the Xfce panel. It supports several nice features, such as: &#13;
&#13;
- Command history&#13;
- Auto-completion (including command history)&#13;
- Open URLs and e-mail addresses in your favourite applications&#13;
- Expansion of variables in directory names with wordexp, and variable
and alias support in commands by running them through current shell&#13;
- Optional support for sending ! and \ queries to DuckDuckGo&#13;
- Focus grabbing via D-BUS (so you can bind a shortcut to it)&#13;
- Configurable foreground and background colors&#13;
- Custom input field width

Website:
  &lt;a href="http://goodies.xfce.org/projects/panel-plugins/xfce4-verve-plugin"&gt;http://goodies.xfce.org/projects/panel-plugins/xfce4-verve-plugin&lt;/a&gt;


Release notes for 1.1.1
=======================
This will probably be the last GTK+ 2 release.&#13;
&#13;
Changes since 1.1.0:&#13;
 * Updated translations&#13;
 * Added feature to override the background and foreground colors of the
input area

</content>
  </entry>
  <entry>
    <title>xfce4-verve-plugin 1.1.0 released</title>
    <id>xfce4-verve-plugin-1.1.0</id>
    <updated>2015-07-11T17:03:20+02:00</updated>
    <published>2015-07-11T17:03:20+02:00</published>
    <author>
      <name>Isaac Schemm</name>
      <email>isaacschemm@gmail.com</email>
    </author>
    <content type="html">&lt;pre&gt;&lt;a href="http://goodies.xfce.org/projects/panel-plugins/xfce4-verve-plugin"&gt;xfce4-verve-plugin&lt;/a&gt; 1.1.0 is now available for download from

  &lt;a href="http://archive.xfce.org/src/panel-plugins/xfce4-verve-plugin/1.1/xfce4-verve-plugin-1.1.0.tar.bz2"&gt;http://archive.xfce.org/src/panel-plugins/xfce4-verve-plugin/1.1/xfce4-verve-plugin-1.1.0.tar.bz2&lt;/a&gt;
  &lt;a href="http://archive.xfce.org/src/panel-plugins/xfce4-verve-plugin/1.1/xfce4-verve-plugin-1.1.0.tar.bz2.md5"&gt;http://archive.xfce.org/src/panel-plugins/xfce4-verve-plugin/1.1/xfce4-verve-plugin-1.1.0.tar.bz2.md5&lt;/a&gt;
  &lt;a href="http://archive.xfce.org/src/panel-plugins/xfce4-verve-plugin/1.1/xfce4-verve-plugin-1.1.0.tar.bz2.sha1"&gt;http://archive.xfce.org/src/panel-plugins/xfce4-verve-plugin/1.1/xfce4-verve-plugin-1.1.0.tar.bz2.sha1&lt;/a&gt;
  &lt;a href="http://archive.xfce.org/src/panel-plugins/xfce4-verve-plugin/1.1/xfce4-verve-plugin-1.1.0.tar.bz2.sha256"&gt;http://archive.xfce.org/src/panel-plugins/xfce4-verve-plugin/1.1/xfce4-verve-plugin-1.1.0.tar.bz2.sha256&lt;/a&gt;


What is xfce4-verve-plugin?
===========================

The Verve panel plugin is a comfortable command line (or smartbookmark)
plugin for the Xfce panel. It supports several nice features, such as: &#13;
&#13;
- Command history&#13;
- Auto-completion (including command history)&#13;
- Open URLs and e-mail addresses in your favourite applications&#13;
- Expansion of variables in directory names with wordexp, and variable
and alias support in commands by running them through current shell&#13;
- Optional support for sending ! and \ queries to DuckDuckGo&#13;
- Focus grabbing via D-BUS (so you can bind a shortcut to it)&#13;
- Custom input field width

Website:
  &lt;a href="http://goodies.xfce.org/projects/panel-plugins/xfce4-verve-plugin"&gt;http://goodies.xfce.org/projects/panel-plugins/xfce4-verve-plugin&lt;/a&gt;


Release notes for 1.1.0
=======================
New features:&#13;
 * Add the ability to use xfce4-verve-plugin as a smartbookmark plugin&#13;
 * Add the ability to direct commands beginning in ! or \ to DuckDuckGo&#13;
 * Run commands through shell by default, to allow aliases, variables,
etc.&#13;
 * Use wordexp to expand directory names (when available), to allow
variables, etc.&#13;
 * Add an optional label on the left side of the plugin&#13;
 * Expand properties window to allow turning the above features on/off&#13;
 * Increase maximum width of plugin

</content>
  </entry>
  <entry>
    <title>xfce4-verve-plugin 1.0.1 released</title>
    <id>xfce4-verve-plugin-1.0.1</id>
    <updated>2015-01-26T21:19:06+01:00</updated>
    <published>2015-01-26T21:19:06+01:00</published>
    <author>
      <name>Landry Breuil</name>
      <email>landry.breuil@gmail.com</email>
    </author>
    <content type="html">&lt;pre&gt;&lt;a href="http://goodies.xfce.org/projects/panel-plugins/verve-plugin"&gt;xfce4-verve-plugin&lt;/a&gt; 1.0.1 is now available for download from

  &lt;a href="http://archive.xfce.org/src/panel-plugins/xfce4-verve-plugin/1.0/xfce4-verve-plugin-1.0.1.tar.bz2"&gt;http://archive.xfce.org/src/panel-plugins/xfce4-verve-plugin/1.0/xfce4-verve-plugin-1.0.1.tar.bz2&lt;/a&gt;
  &lt;a href="http://archive.xfce.org/src/panel-plugins/xfce4-verve-plugin/1.0/xfce4-verve-plugin-1.0.1.tar.bz2.md5"&gt;http://archive.xfce.org/src/panel-plugins/xfce4-verve-plugin/1.0/xfce4-verve-plugin-1.0.1.tar.bz2.md5&lt;/a&gt;
  &lt;a href="http://archive.xfce.org/src/panel-plugins/xfce4-verve-plugin/1.0/xfce4-verve-plugin-1.0.1.tar.bz2.sha1"&gt;http://archive.xfce.org/src/panel-plugins/xfce4-verve-plugin/1.0/xfce4-verve-plugin-1.0.1.tar.bz2.sha1&lt;/a&gt;
  &lt;a href="http://archive.xfce.org/src/panel-plugins/xfce4-verve-plugin/1.0/xfce4-verve-plugin-1.0.1.tar.bz2.sha256"&gt;http://archive.xfce.org/src/panel-plugins/xfce4-verve-plugin/1.0/xfce4-verve-plugin-1.0.1.tar.bz2.sha256&lt;/a&gt;


What is xfce4-verve-plugin?
===========================

The Verve panel plugin is a comfortable command line plugin for the Xfce
panel. It supports several nice features, such as: &#13;
&#13;
- Command history&#13;
- Auto-completion (including command history)&#13;
- Open URLs and eMail addresses in your favourite applications&#13;
- Focus grabbing via D-BUS (so you can bind a shortcut to it)&#13;
- Custom input field width

Website:
  &lt;a href="http://goodies.xfce.org/projects/panel-plugins/verve-plugin"&gt;http://goodies.xfce.org/projects/panel-plugins/verve-plugin&lt;/a&gt;


Release notes for 1.0.1
=======================
5 years later, a much awaited update to verve plugin!&#13;
&#13;
Significant changes:&#13;
* Use exo-open instead of the deprecated xfterm4 to launch commands in a
term via ctrl-enter (bug #9978)&#13;
* Fix style when the entry loses focus (bug #3525)&#13;
* Build the plugin as a module&#13;
* Port to libxfce4ui&#13;
* Tons of translation updates !&#13;
&#13;
Thanks to all the translators, and sorry for being so slow at pushing
their work to end-users!

</content>
  </entry>
  <entry>
    <title>xfce4-verve-plugin 1.0.0 released</title>
    <id>xfce4-verve-plugin-1.0.0</id>
    <updated>2010-12-23T17:03:40+01:00</updated>
    <published>2010-12-23T17:03:40+01:00</published>
    <author>
      <name>Florian Rivoal</name>
      <email>frivoal@gmail.com</email>
    </author>
    <content type="html">&lt;pre&gt;&lt;a href="http://goodies.xfce.org/projects/panel-plugins/verve-plugin"&gt;xfce4-verve-plugin&lt;/a&gt; 1.0.0 is now available for download from

  &lt;a href="http://archive.xfce.org/src/panel-plugins/xfce4-verve-plugin/1.0/xfce4-verve-plugin-1.0.0.tar.bz2"&gt;http://archive.xfce.org/src/panel-plugins/xfce4-verve-plugin/1.0/xfce4-verve-plugin-1.0.0.tar.bz2&lt;/a&gt;
  &lt;a href="http://archive.xfce.org/src/panel-plugins/xfce4-verve-plugin/1.0/xfce4-verve-plugin-1.0.0.tar.bz2.md5"&gt;http://archive.xfce.org/src/panel-plugins/xfce4-verve-plugin/1.0/xfce4-verve-plugin-1.0.0.tar.bz2.md5&lt;/a&gt;
  &lt;a href="http://archive.xfce.org/src/panel-plugins/xfce4-verve-plugin/1.0/xfce4-verve-plugin-1.0.0.tar.bz2.sha1"&gt;http://archive.xfce.org/src/panel-plugins/xfce4-verve-plugin/1.0/xfce4-verve-plugin-1.0.0.tar.bz2.sha1&lt;/a&gt;

  SHA1 checksum: 155952e90c25aaed6c1bba5dc17a4733251fb203
   MD5 checksum: ed7039c40d6e560ed8bcf9a324d2ae86


What is xfce4-verve-plugin?
===========================

The Verve panel plugin is a comfortable command line plugin for the Xfce
panel. It supports several nice features, such as: &#13;
- Command history&#13;
- Auto-completion (including command history)&#13;
- Open URLs and eMail addresses in your favourite applications&#13;
- Focus grabbing via D-BUS (so you can bind a shortcut to it)&#13;
- Custom input field width

Website:
  &lt;a href="http://goodies.xfce.org/projects/panel-plugins/verve-plugin"&gt;http://goodies.xfce.org/projects/panel-plugins/verve-plugin&lt;/a&gt;


Release notes for 1.0.0
=======================

This is a minor release of xfce4-verve-plugin. The version number is
bumped to 1.0.0 to reflect the maturity of xfce4-verve-plugin, rather
than because of the amount of change in this version.&#13;
&#13;
Changelog:&#13;
&#13;
 * Fix compatibility with xfce 4.8&#13;
 * Translated into 7 more languages, for a total of 37, 36 of which are
full translations&#13;
&#13;
&#13;
List of contributions:&#13;
&#13;
Aleksandr Ponomarenko (1):&#13;
      l10n: Updated Russian (ru) translation to 100%&#13;
&#13;
Alexander Toresson (1):&#13;
      xfce4-taskmanager/trunk/po:     	* sv.po, LINGUAS: Swedish
translation added (Daniel Nylander)     xfce4-time-out-plugin/trunk/po: 
	* sv.po, LINGUAS: Swedish translation added (Daniel Nylander)    
xfce4-wavelan-plugin/trunk/po:     	* sv.po, LINGUAS: Swedish
translation added (Daniel Nylander)     xfce4-radio-plugin/trunk/po:    
	* sv.po, LINGUAS: Swedish translation added (Daniel Nylander)    
xfce4-datetime-plugin/trunk/po:     	* sv.po, LINGUAS: Swedish
translation added (Daniel Nylander)     xfce4-cpufreq-plugin/trunk/po:  
	* sv.po, LINGUAS: Swedish translation added (Daniel Nylander)    
xfburn/trunk/po:     	* sv.po: Swedish translation update (Daniel
Nylander)     xfce4-xkb-plugin/trunk/po:     	* sv.po, LINGUAS: Swedish
translation added (Daniel Nylander)    
xfce4-smartbookmark-plugin/trunk/po:     	* sv.po, LINGUAS: Swedish
translation added (Daniel Nylander)     xfce4-smartpm-plugin/trunk/po:  
	* sv.po: Swedish translation update (Daniel Nylander)    
thunar-media-tags-plugin/trunk/po:     	* sv.po, LINGUAS: Swedish
translation added (Daniel Nylander)     xfvnc/trunk/po:     	* sv.po,
LINGUAS: Swedish translation added (Daniel Nylander)    
xfce4-verve-plugin/trunk/po:     	* sv.po, LINGUAS: Swedish translation
added (Daniel Nylander)     xfce4-xfapplet-plugin/trunk/po:     	*
sv.po, LINGUAS: Swedish translation added (Daniel Nylander)    
thunar-archive-plugin/trunk/po:     	* sv.po, LINGUAS: Swedish
translation added (Daniel Nylander)     xfce4-websearch-plugin/trunk/po:
	* sv.po, LINGUAS: Swedish translation added (Daniel Nylander)    
xfce4-screenshooter-plugin/trunk/po:     	* sv.po, LINGUAS: Swedish
translation added (Daniel Nylander)     xfce4-teatime-plugin/trunk/po:  
	* sv.po, LINGUAS: Swedish translation added (Daniel Nylander)    
xfce4-rss-plugin/trunk/po:     	* sv.po, LINGUAS: Swedish translation
added (Daniel Nylander)     xfmpc/trunk/po:     	* sv.po, LINGUAS:
Swedish translation added (Daniel Nylander)&#13;
&#13;
Dumitru Moldovan (1):&#13;
      Added Romanian translation&#13;
&#13;
Eren Turkay (1):&#13;
      * Add Turkish translations by Samed Beyribey&#13;
&#13;
Fabian Nowak (1):&#13;
      l10n: Updated German (de) translation to 100%&#13;
&#13;
Florian Rivoal (3):&#13;
      Fix compatibility with Xfce 4.7+&#13;
      Clean up&#13;
      Release 1.0.0&#13;
&#13;
Gabor Kelemen (1):&#13;
      2009-07-25  Gabor Kelemen  &lt;kelemeng@gnome.hu&gt;&#13;
&#13;
Gheyret Kenji (2):&#13;
      l10n: Uyghur translation&#13;
      l10n: Updated Uyghur (ug) translation to 100%&#13;
&#13;
Jannis Pohlmann (1):&#13;
      * TEST&#13;
&#13;
Leandro Regueiro (1):&#13;
      l10n: Updates to Galician (gl) translation&#13;
&#13;
Maximilian Schleiss (1):&#13;
      Translations updates - es fr gl it tr&#13;
&#13;
Mike Massonnet (7):&#13;
      Update translations -- Remove executable property on all po files
(only da.po actuall)&#13;
      Renamed pt_PT to pt and nb_NO to nb (bug #4574)&#13;
      Fix the renaming of the pt nb files -- thanks to jerome who
noticed this problem&#13;
      goodies translation update&#13;
      update goodies translations&#13;
      Drop svn:executable bit from po files&#13;
      update goodies translation&#13;
&#13;
Rihards Prieditis (1):&#13;
      l10n: Updates to Latvian (lv) translation&#13;
&#13;
Sergio Marques (1):&#13;
      l10n: Updated Portuguese (pt) translation to 100%&#13;
&#13;
Timo Verbeek (2):&#13;
      l10n: Updated Dutch (Flemish) (nl) translation to 90%&#13;
      l10n: Updated Dutch (Flemish) (nl) translation to 100%

</content>
  </entry>
</feed>
