1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65
|
0.2.0
=====
- Fix context menu strings.
- Add description to commands, shown on Thunar's status bar.
- Translation updates.
0.1.90
=====
- GTK3 Port.
- Thunarx-3 Port (Thunar >=1.7.0 required).
- Remove spaces before ellipsis (Bug #14264).
- Translation updates.
0.1.5
=====
- Tons of svn improvements/fixes, courtesy of Stefan Sperling.
- Fixed MACRO naming in makefiles (Bug #7850).
- Fixed invalid usage of g_quark_from_static_string (Bug #6322).
0.1.4
=====
- Make it possible to disable subversion.
0.1.3
=====
- Changed to thunarx-2 and depend upon xfce 4.8.
- Draw a revision graph in git log.
- Improved git branch action.
0.1.2
=====
- More git actions are added: blame, clean, move and stash.
- Git icon added.
0.1.1
=====
- Unimplemented options are hidden in menu.
- Problems with text domain for translations fixed.
- More git support added.
0.1.0
=====
- The plugin is renamed to thunar-vcs-plugin.
- All svn api functions are changed to both 1.5 and 1.6.
- File selection dialog changed to work in more cases.
- Limited git support added, but disabled.
thunar-svn-plugin-0.0.3
=======================
- All svn api functions changed to the 1.5 svn api. libsvn version 1.5 or
newer is now required.
thunar-svn-plugin-0.0.2
=======================
- New Subversion actions are added: switch, relocate, blame.
- File selection dialog added for various Subversion actions.
thunar-svn-plugin-0.0.1
=======================
- Initial release of the Thunar SVN Plugin. This version of the Subversion
Plugin has suport for various Subversion action: add, checkout, cleanup,
commit, copy, delete, export, import, lock, log, move, properties, resolved,
revert, status, unlock, update.
# vi:set ts=2 sw=2 et ai nocindent textwidth=78:
|