<?xml version="1.0" encoding="UTF-8"?>
<feed xmlns="http://www.w3.org/2005/Atom">
  <title>thunar-vcs-plugin Release Feed</title>
  <subtitle>Release announcements for thunar-vcs-plugin</subtitle>
  <updated>2025-05-20T16:36:27+02:00</updated>
  <link href="http://goodies.xfce.org/projects/thunar-plugins/thunar-vcs-plugin"/>
  <entry>
    <title>thunar-vcs-plugin 0.4.0 released</title>
    <id>thunar-vcs-plugin-0.4.0</id>
    <updated>2025-05-20T16:36:27+02:00</updated>
    <published>2025-05-20T16:36:27+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/xfce/thunar/thunar-vcs-plugin"&gt;thunar-vcs-plugin&lt;/a&gt; 0.4.0 is now available for download from

  &lt;a href="https://archive.xfce.org/src/thunar-plugins/thunar-vcs-plugin/0.4/thunar-vcs-plugin-0.4.0.tar.xz"&gt;https://archive.xfce.org/src/thunar-plugins/thunar-vcs-plugin/0.4/thunar-vcs-plugin-0.4.0.tar.xz&lt;/a&gt;
  &lt;a href="https://archive.xfce.org/src/thunar-plugins/thunar-vcs-plugin/0.4/thunar-vcs-plugin-0.4.0.tar.xz?sha1"&gt;https://archive.xfce.org/src/thunar-plugins/thunar-vcs-plugin/0.4/thunar-vcs-plugin-0.4.0.tar.xz?sha1&lt;/a&gt;
  &lt;a href="https://archive.xfce.org/src/thunar-plugins/thunar-vcs-plugin/0.4/thunar-vcs-plugin-0.4.0.tar.xz?sha256"&gt;https://archive.xfce.org/src/thunar-plugins/thunar-vcs-plugin/0.4/thunar-vcs-plugin-0.4.0.tar.xz?sha256&lt;/a&gt;


What is thunar-vcs-plugin?
==========================

The Thunar VCS Plugin adds Subversion and GIT actions to the context
menu of Thunar. This gives a SVN integration and GIT integration to
Thunar.

Website:
  &lt;a href="https://docs.xfce.org/xfce/thunar/thunar-vcs-plugin"&gt;https://docs.xfce.org/xfce/thunar/thunar-vcs-plugin&lt;/a&gt;


Release notes for 0.4.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;
- Fix a ThunarxMenu leak in tvp_svn_action_create_menu_item&#13;
- Fix a ThunarxMenu leak in tvp_git_action_create_menu_item&#13;
- Fix string leaks in git-log parser&#13;
- Fix warnings&#13;
- Add support to Meson&#13;
- Fix a -Wunused-macros warning with GCC&#13;
- Replace deprecated exo with libxfce4ui 4.21.0&#13;
- Translation Updates:&#13;
  Albanian, Slovak

</content>
  </entry>
  <entry>
    <title>thunar-vcs-plugin 0.3.0 released</title>
    <id>thunar-vcs-plugin-0.3.0</id>
    <updated>2024-12-30T21:23:35+01:00</updated>
    <published>2024-12-30T21:23:35+01:00</published>
    <author>
      <name>Alexander Schwinn</name>
      <email>alexxcons@xfce.org</email>
    </author>
    <content type="html">&lt;pre&gt;&lt;a href="https://docs.xfce.org/thunar-plugins/thunar-vcs-plugin"&gt;thunar-vcs-plugin&lt;/a&gt; 0.3.0 is now available for download from

  &lt;a href="https://archive.xfce.org/src/thunar-plugins/thunar-vcs-plugin/0.3/thunar-vcs-plugin-0.3.0.tar.bz2"&gt;https://archive.xfce.org/src/thunar-plugins/thunar-vcs-plugin/0.3/thunar-vcs-plugin-0.3.0.tar.bz2&lt;/a&gt;
  &lt;a href="https://archive.xfce.org/src/thunar-plugins/thunar-vcs-plugin/0.3/thunar-vcs-plugin-0.3.0.tar.bz2?sha1"&gt;https://archive.xfce.org/src/thunar-plugins/thunar-vcs-plugin/0.3/thunar-vcs-plugin-0.3.0.tar.bz2?sha1&lt;/a&gt;
  &lt;a href="https://archive.xfce.org/src/thunar-plugins/thunar-vcs-plugin/0.3/thunar-vcs-plugin-0.3.0.tar.bz2?sha256"&gt;https://archive.xfce.org/src/thunar-plugins/thunar-vcs-plugin/0.3/thunar-vcs-plugin-0.3.0.tar.bz2?sha256&lt;/a&gt;


What is thunar-vcs-plugin?
==========================

The Thunar VCS Plugin adds Subversion and GIT actions to the context
menu of Thunar. This gives a SVN integration and GIT integration to
Thunar.

Website:
  &lt;a href="https://docs.xfce.org/thunar-plugins/thunar-vcs-plugin"&gt;https://docs.xfce.org/thunar-plugins/thunar-vcs-plugin&lt;/a&gt;


Release notes for 0.3.0
=======================
Changelog:&#13;
- Fix string array leak in tvp-git-helper main&#13;
- Fix GOptionContext leak in tvp-git-helper main&#13;
- build: Use XDT_VERSION_INIT and get rid of configure.ac.in&#13;
- build: Add missing check for bind_textdomain_codeset&#13;
- tsh-log-dialog: fix -Wcast-function-type&#13;
- svn-revert: Avoid svn-1.11 deprecated function&#13;
- svn-diff: Avoid svn 1.11 deprecated function&#13;
- svn-diff: Avoid svn 1.8 deprecated function&#13;
- svn-blame: Avoid svn 1.12 deprecated function&#13;
- svn: Add a tsh_blame_baton wrapper&#13;
- I18n: Update po/LINGUAS list&#13;
- build: Require apr-util-1&#13;
- Fix autotools warning, get rid of intltool&#13;
- Fix compilation warnings&#13;
- autoconf: AM_CONFIG_HEADER -&gt; AC_CONFIG_HEADERS&#13;
- Create README.md. Update configure.ac.in&#13;
- Add basic GitLab pipeline&#13;
&#13;
Translation Updates:&#13;
  Albanian, Arabic, Armenian (Armenia), Basque, Belarusian, Bulgarian,&#13;
  Catalan, Chinese (China), Chinese (Taiwan), Croatian, Czech, Danish,&#13;
  Dutch, Eastern Armenian, Eastern Armenian (Russia), English&#13;
  (Australia), English (United Kingdom), Finnish, French, Galician,&#13;
  German, Greek, Hebrew, Hungarian, Icelandic, Indonesian, Interlingue,&#13;
  Italian, Korean, Latvian, Lithuanian, Malay, Norwegian Bokmål,&#13;
  Occitan (post 1500), Polish, Portuguese, Romanian, Russian, Serbian,&#13;
  Slovak, Slovenian, Spanish, Thai, Turkish, Urdu, Urdu (Pakistan),&#13;
  Uyghur

</content>
  </entry>
  <entry>
    <title>thunar-vcs-plugin 0.2.0 released</title>
    <id>thunar-vcs-plugin-0.2.0</id>
    <updated>2018-07-17T00:17:57+02:00</updated>
    <published>2018-07-17T00:17:57+02:00</published>
    <author>
      <name>Andre Miranda</name>
      <email>andre42m@gmail.com</email>
    </author>
    <content type="html">&lt;pre&gt;&lt;a href="https://goodies.xfce.org/projects/thunar-plugins/thunar-vcs-plugin"&gt;thunar-vcs-plugin&lt;/a&gt; 0.2.0 is now available for download from

  &lt;a href="https://archive.xfce.org/src/thunar-plugins/thunar-vcs-plugin/0.2/thunar-vcs-plugin-0.2.0.tar.bz2"&gt;https://archive.xfce.org/src/thunar-plugins/thunar-vcs-plugin/0.2/thunar-vcs-plugin-0.2.0.tar.bz2&lt;/a&gt;
  &lt;a href="https://archive.xfce.org/src/thunar-plugins/thunar-vcs-plugin/0.2/thunar-vcs-plugin-0.2.0.tar.bz2.md5"&gt;https://archive.xfce.org/src/thunar-plugins/thunar-vcs-plugin/0.2/thunar-vcs-plugin-0.2.0.tar.bz2.md5&lt;/a&gt;
  &lt;a href="https://archive.xfce.org/src/thunar-plugins/thunar-vcs-plugin/0.2/thunar-vcs-plugin-0.2.0.tar.bz2.sha1"&gt;https://archive.xfce.org/src/thunar-plugins/thunar-vcs-plugin/0.2/thunar-vcs-plugin-0.2.0.tar.bz2.sha1&lt;/a&gt;
  &lt;a href="https://archive.xfce.org/src/thunar-plugins/thunar-vcs-plugin/0.2/thunar-vcs-plugin-0.2.0.tar.bz2.sha256"&gt;https://archive.xfce.org/src/thunar-plugins/thunar-vcs-plugin/0.2/thunar-vcs-plugin-0.2.0.tar.bz2.sha256&lt;/a&gt;


What is thunar-vcs-plugin?
==========================

The Thunar VCS Plugin adds Subversion and GIT actions to the context
menu of Thunar. This gives a SVN integration and GIT integration to
Thunar.

Website:
  &lt;a href="https://goodies.xfce.org/projects/thunar-plugins/thunar-vcs-plugin"&gt;https://goodies.xfce.org/projects/thunar-plugins/thunar-vcs-plugin&lt;/a&gt;


Release notes for 0.2.0
=======================
Stable release of thunar-vcs-plugin featuring the GTK3 port from the
previous development release. This plugin now requires Thunar 1.8.0+.&#13;
&#13;
Updates since last development release:&#13;
- Fix context menu strings.&#13;
- Add description to commands, shown on Thunar's status bar.&#13;
- Translation updates.

</content>
  </entry>
  <entry>
    <title>thunar-vcs-plugin 0.1.90 released</title>
    <id>thunar-vcs-plugin-0.1.90</id>
    <updated>2018-06-02T06:04:26+02:00</updated>
    <published>2018-06-02T06:04:26+02:00</published>
    <author>
      <name>Andre Miranda</name>
      <email>andre42m@gmail.com</email>
    </author>
    <content type="html">&lt;pre&gt;&lt;a href="https://goodies.xfce.org/projects/thunar-plugins/thunar-vcs-plugin"&gt;thunar-vcs-plugin&lt;/a&gt; 0.1.90 is now available for download from

  &lt;a href="https://archive.xfce.org/src/thunar-plugins/thunar-vcs-plugin/0.1/thunar-vcs-plugin-0.1.90.tar.bz2"&gt;https://archive.xfce.org/src/thunar-plugins/thunar-vcs-plugin/0.1/thunar-vcs-plugin-0.1.90.tar.bz2&lt;/a&gt;
  &lt;a href="https://archive.xfce.org/src/thunar-plugins/thunar-vcs-plugin/0.1/thunar-vcs-plugin-0.1.90.tar.bz2.md5"&gt;https://archive.xfce.org/src/thunar-plugins/thunar-vcs-plugin/0.1/thunar-vcs-plugin-0.1.90.tar.bz2.md5&lt;/a&gt;
  &lt;a href="https://archive.xfce.org/src/thunar-plugins/thunar-vcs-plugin/0.1/thunar-vcs-plugin-0.1.90.tar.bz2.sha1"&gt;https://archive.xfce.org/src/thunar-plugins/thunar-vcs-plugin/0.1/thunar-vcs-plugin-0.1.90.tar.bz2.sha1&lt;/a&gt;
  &lt;a href="https://archive.xfce.org/src/thunar-plugins/thunar-vcs-plugin/0.1/thunar-vcs-plugin-0.1.90.tar.bz2.sha256"&gt;https://archive.xfce.org/src/thunar-plugins/thunar-vcs-plugin/0.1/thunar-vcs-plugin-0.1.90.tar.bz2.sha256&lt;/a&gt;


What is thunar-vcs-plugin?
==========================

The Thunar VCS Plugin adds Subversion and GIT actions to the context
menu of Thunar. This gives a SVN integration and GIT integration to
Thunar.

Website:
  &lt;a href="https://goodies.xfce.org/projects/thunar-plugins/thunar-vcs-plugin"&gt;https://goodies.xfce.org/projects/thunar-plugins/thunar-vcs-plugin&lt;/a&gt;


Release notes for 0.1.90
========================
Note that this release is only compatible with Thunar 1.7.x, which is a
development release.&#13;
&#13;
- GTK3 Port.&#13;
- Thunarx-3 Port (Thunar &gt;=1.7.0 required).&#13;
- Remove spaces before ellipsis (Bug #14264).&#13;
- Translation updates.

</content>
  </entry>
  <entry>
    <title>thunar-vcs-plugin 0.1.5 released</title>
    <id>thunar-vcs-plugin-0.1.5</id>
    <updated>2016-06-30T21:18:33+02:00</updated>
    <published>2016-06-30T21:18:33+02:00</published>
    <author>
      <name>Landry Breuil</name>
      <email>landry@xfce.org</email>
    </author>
    <content type="html">&lt;pre&gt;&lt;a href="http://goodies.xfce.org/projects/thunar-plugins/thunar-vcs-plugin"&gt;thunar-vcs-plugin&lt;/a&gt; 0.1.5 is now available for download from

  &lt;a href="http://archive.xfce.org/src/thunar-plugins/thunar-vcs-plugin/0.1/thunar-vcs-plugin-0.1.5.tar.bz2"&gt;http://archive.xfce.org/src/thunar-plugins/thunar-vcs-plugin/0.1/thunar-vcs-plugin-0.1.5.tar.bz2&lt;/a&gt;
  &lt;a href="http://archive.xfce.org/src/thunar-plugins/thunar-vcs-plugin/0.1/thunar-vcs-plugin-0.1.5.tar.bz2.md5"&gt;http://archive.xfce.org/src/thunar-plugins/thunar-vcs-plugin/0.1/thunar-vcs-plugin-0.1.5.tar.bz2.md5&lt;/a&gt;
  &lt;a href="http://archive.xfce.org/src/thunar-plugins/thunar-vcs-plugin/0.1/thunar-vcs-plugin-0.1.5.tar.bz2.sha1"&gt;http://archive.xfce.org/src/thunar-plugins/thunar-vcs-plugin/0.1/thunar-vcs-plugin-0.1.5.tar.bz2.sha1&lt;/a&gt;
  &lt;a href="http://archive.xfce.org/src/thunar-plugins/thunar-vcs-plugin/0.1/thunar-vcs-plugin-0.1.5.tar.bz2.sha256"&gt;http://archive.xfce.org/src/thunar-plugins/thunar-vcs-plugin/0.1/thunar-vcs-plugin-0.1.5.tar.bz2.sha256&lt;/a&gt;


What is thunar-vcs-plugin?
==========================

The Thunar VCS Plugin adds Subversion and GIT actions to the context
menu of Thunar. This gives a SVN integration and GIT integration to
Thunar.

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


Release notes for 0.1.5
=======================
5 years since the last release.... and in this one, a revamped/much
improved svn support, courtesy of Stefan Sperling, the subversion
maintainer himself !&#13;
&#13;
Also 5 years worth of translations, kudos to our awesome translators -
at some point, their great continued work has to reach the end-users :)

</content>
  </entry>
  <entry>
    <title>thunar-vcs-plugin 0.1.4 released</title>
    <id>thunar-vcs-plugin-0.1.4</id>
    <updated>2011-03-20T13:37:08+01:00</updated>
    <published>2011-03-20T13:37:08+01:00</published>
    <author>
      <name>Peter de Ridder</name>
      <email>peter@xfce.org</email>
    </author>
    <content type="html">&lt;pre&gt;&lt;a href="http://goodies.xfce.org/projects/thunar-plugins/thunar-vcs-plugin"&gt;thunar-vcs-plugin&lt;/a&gt; 0.1.4 is now available for download from

  &lt;a href="http://archive.xfce.org/src/thunar-plugins/thunar-vcs-plugin/0.1/thunar-vcs-plugin-0.1.4.tar.bz2"&gt;http://archive.xfce.org/src/thunar-plugins/thunar-vcs-plugin/0.1/thunar-vcs-plugin-0.1.4.tar.bz2&lt;/a&gt;
  &lt;a href="http://archive.xfce.org/src/thunar-plugins/thunar-vcs-plugin/0.1/thunar-vcs-plugin-0.1.4.tar.bz2.md5"&gt;http://archive.xfce.org/src/thunar-plugins/thunar-vcs-plugin/0.1/thunar-vcs-plugin-0.1.4.tar.bz2.md5&lt;/a&gt;
  &lt;a href="http://archive.xfce.org/src/thunar-plugins/thunar-vcs-plugin/0.1/thunar-vcs-plugin-0.1.4.tar.bz2.sha1"&gt;http://archive.xfce.org/src/thunar-plugins/thunar-vcs-plugin/0.1/thunar-vcs-plugin-0.1.4.tar.bz2.sha1&lt;/a&gt;

  SHA1 checksum: 221c633ec2bdf7c0d9d008ad9cd5094ddbc90ce1
   MD5 checksum: b2321096c706e42b85987f0114ab73bc


What is thunar-vcs-plugin?
==========================

The Thunar VCS Plugin adds Subversion and GIT actions to the context
menu of Thunar. This gives a SVN integration and GIT integration to
Thunar.

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


Release notes for 0.1.4
=======================
[Please note that this is a development release.]

- Make it possible to disable subversion.

</content>
  </entry>
  <entry>
    <title>thunar-vcs-plugin 0.1.3 released</title>
    <id>thunar-vcs-plugin-0.1.3</id>
    <updated>2011-03-20T12:41:12+01:00</updated>
    <published>2011-03-20T12:41:12+01:00</published>
    <author>
      <name>Peter de Ridder</name>
      <email>peter@xfce.org</email>
    </author>
    <content type="html">&lt;pre&gt;&lt;a href="http://goodies.xfce.org/projects/thunar-plugins/thunar-vcs-plugin"&gt;thunar-vcs-plugin&lt;/a&gt; 0.1.3 is now available for download from

  &lt;a href="http://archive.xfce.org/src/thunar-plugins/thunar-vcs-plugin/0.1/thunar-vcs-plugin-0.1.3.tar.bz2"&gt;http://archive.xfce.org/src/thunar-plugins/thunar-vcs-plugin/0.1/thunar-vcs-plugin-0.1.3.tar.bz2&lt;/a&gt;
  &lt;a href="http://archive.xfce.org/src/thunar-plugins/thunar-vcs-plugin/0.1/thunar-vcs-plugin-0.1.3.tar.bz2.md5"&gt;http://archive.xfce.org/src/thunar-plugins/thunar-vcs-plugin/0.1/thunar-vcs-plugin-0.1.3.tar.bz2.md5&lt;/a&gt;
  &lt;a href="http://archive.xfce.org/src/thunar-plugins/thunar-vcs-plugin/0.1/thunar-vcs-plugin-0.1.3.tar.bz2.sha1"&gt;http://archive.xfce.org/src/thunar-plugins/thunar-vcs-plugin/0.1/thunar-vcs-plugin-0.1.3.tar.bz2.sha1&lt;/a&gt;

  SHA1 checksum: d5322b6e37c8030f5b6c4e831dc889d22cb904f2
   MD5 checksum: f2dbceac64daa88cd2feafa9f3126289


What is thunar-vcs-plugin?
==========================

The Thunar VCS Plugin adds Subversion and GIT actions to the context
menu of Thunar. This gives a SVN integration and GIT integration to
Thunar.

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


Release notes for 0.1.3
=======================
[Please note that this is a development release.]

- Changed to thunarx-2 and depend upon xfce 4.8.&#13;
- Draw a revision graph in git log.&#13;
- Improved git branch action.

</content>
  </entry>
  <entry>
    <title>thunar-vcs-plugin 0.1.2 released</title>
    <id>thunar-vcs-plugin-0.1.2</id>
    <updated>2009-11-08T17:19:37+01:00</updated>
    <published>2009-11-08T17:19:37+01:00</published>
    <author>
      <name>Peter de Ridder</name>
      <email>peter@xfce.org</email>
    </author>
    <content type="html">&lt;pre&gt;&lt;a href="http://goodies.xfce.org/projects/thunar-plugins/thunar-vcs-plugin"&gt;thunar-vcs-plugin&lt;/a&gt; 0.1.2 is now available for download from

  &lt;a href="http://archive.xfce.org/src/thunar-plugins/thunar-vcs-plugin/0.1/thunar-vcs-plugin-0.1.2.tar.bz2"&gt;http://archive.xfce.org/src/thunar-plugins/thunar-vcs-plugin/0.1/thunar-vcs-plugin-0.1.2.tar.bz2&lt;/a&gt;
  &lt;a href="http://archive.xfce.org/src/thunar-plugins/thunar-vcs-plugin/0.1/thunar-vcs-plugin-0.1.2.tar.bz2.md5"&gt;http://archive.xfce.org/src/thunar-plugins/thunar-vcs-plugin/0.1/thunar-vcs-plugin-0.1.2.tar.bz2.md5&lt;/a&gt;
  &lt;a href="http://archive.xfce.org/src/thunar-plugins/thunar-vcs-plugin/0.1/thunar-vcs-plugin-0.1.2.tar.bz2.sha1"&gt;http://archive.xfce.org/src/thunar-plugins/thunar-vcs-plugin/0.1/thunar-vcs-plugin-0.1.2.tar.bz2.sha1&lt;/a&gt;

  SHA1 checksum: a12e236dc84871f4f6be5cfcedfa773155bb3042
   MD5 checksum: 7928429d8dc719b260d536212568e7b5


What is thunar-vcs-plugin?
==========================

The Thunar VCS Plugin adds Subversion and GIT actions to the context
menu of Thunar. This gives a SVN integration and GIT integration to
Thunar.

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


Release notes for 0.1.2
=======================

- More git actions are added: blame, clean, move and stash.&#13;
- Git icon added.

</content>
  </entry>
  <entry>
    <title>thunar-vcs-plugin 0.1.1 released</title>
    <id>thunar-vcs-plugin-0.1.1</id>
    <updated>2009-10-23T21:27:35+02:00</updated>
    <published>2009-10-23T21:27:35+02:00</published>
    <author>
      <name>Peter de Ridder</name>
      <email>peter@xfce.org</email>
    </author>
    <content type="html">&lt;pre&gt;&lt;a href="http://goodies.xfce.org/projects/thunar-plugins/thunar-vcs-plugin"&gt;thunar-vcs-plugin&lt;/a&gt; 0.1.1 is now available for download from

  &lt;a href="http://archive.xfce.org/src/thunar-plugins/thunar-vcs-plugin/0.1/thunar-vcs-plugin-0.1.1.tar.bz2"&gt;http://archive.xfce.org/src/thunar-plugins/thunar-vcs-plugin/0.1/thunar-vcs-plugin-0.1.1.tar.bz2&lt;/a&gt;
  &lt;a href="http://archive.xfce.org/src/thunar-plugins/thunar-vcs-plugin/0.1/thunar-vcs-plugin-0.1.1.tar.bz2.md5"&gt;http://archive.xfce.org/src/thunar-plugins/thunar-vcs-plugin/0.1/thunar-vcs-plugin-0.1.1.tar.bz2.md5&lt;/a&gt;
  &lt;a href="http://archive.xfce.org/src/thunar-plugins/thunar-vcs-plugin/0.1/thunar-vcs-plugin-0.1.1.tar.bz2.sha1"&gt;http://archive.xfce.org/src/thunar-plugins/thunar-vcs-plugin/0.1/thunar-vcs-plugin-0.1.1.tar.bz2.sha1&lt;/a&gt;

  SHA1 checksum: 39d9525c1cbd4f9df85c1ae1ae47ae84d9e6e376
   MD5 checksum: 00b3ea668a11136644aaa588318fb0f4


What is thunar-vcs-plugin?
==========================

The Thunar VCS Plugin adds Subversion and GIT actions to the context
menu of Thunar. This gives a SVN integration and GIT integration to
Thunar.

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


Release notes for 0.1.1
=======================

- Unimplemented options are hidden in menu.&#13;
- Problems with text domain for translations fixed.&#13;
- More git support added. Which is usable now.

</content>
  </entry>
  <entry>
    <title>thunar-vcs-plugin 0.1.0 released</title>
    <id>thunar-vcs-plugin-0.1.0</id>
    <updated>2009-09-27T18:58:21+02:00</updated>
    <published>2009-09-27T18:58:21+02:00</published>
    <author>
      <name>Peter de Ridder</name>
      <email>peter@xfce.org</email>
    </author>
    <content type="html">&lt;pre&gt;&lt;a href="http://goodies.xfce.org/projects/thunar-plugins/thunar-vcs-plugin"&gt;thunar-vcs-plugin&lt;/a&gt; 0.1.0 is now available for download from

  &lt;a href="http://archive.xfce.org/src/thunar-plugins/thunar-vcs-plugin/0.1/thunar-vcs-plugin-0.1.0.tar.bz2"&gt;http://archive.xfce.org/src/thunar-plugins/thunar-vcs-plugin/0.1/thunar-vcs-plugin-0.1.0.tar.bz2&lt;/a&gt;
  &lt;a href="http://archive.xfce.org/src/thunar-plugins/thunar-vcs-plugin/0.1/thunar-vcs-plugin-0.1.0.tar.bz2.md5"&gt;http://archive.xfce.org/src/thunar-plugins/thunar-vcs-plugin/0.1/thunar-vcs-plugin-0.1.0.tar.bz2.md5&lt;/a&gt;
  &lt;a href="http://archive.xfce.org/src/thunar-plugins/thunar-vcs-plugin/0.1/thunar-vcs-plugin-0.1.0.tar.bz2.sha1"&gt;http://archive.xfce.org/src/thunar-plugins/thunar-vcs-plugin/0.1/thunar-vcs-plugin-0.1.0.tar.bz2.sha1&lt;/a&gt;

  SHA1 checksum: 4242d4cdeb2cca3523a9453cc614b136637ff160
   MD5 checksum: 90d1f2d414c2b4b8bf211a8a6b13b358


What is thunar-vcs-plugin?
==========================

The Thunar VCS Plugin adds Subversion and GIT actions to the context
menu of Thunar. This gives a SVN integration and GIT integration to
Thunar.

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


Release notes for 0.1.0
=======================

- The plugin is renamed to thunar-vcs-plugin.&#13;
- All svn api functions are changed to both 1.5 and 1.6.&#13;
- File selection dialog changed to work in more cases.&#13;
- Limited git support added, but disabled.

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