2.4.7 Improved actions
- Added "open in filemanager" and "open in terminal" to the menu also when right-clicking on files, which will open the apps in the parent folder.
  (This should save a mouse-click when you would otherwise have to go up a directory to right-click on the folder)
(2.4.7.1) Fixed KDE3-Konqueror version to open in konqueror instead of dolphin...my bad.

2.4.6 Xdg-su
- Added support for xdg-su (should fix remaining issues with Pardus that seems to prefer xdg-su)

2.4.5 Bugfix
- Bugfix for bin path check (Bug reported by Cihat Imamoglu on Pardus)
- Some code clean-up 

2.4.4 Translation and Krusader release
- Added requirements to README
- Included an importable user action file for krusader (KDE4, english only)
- Added Turkish translation

2.4.3 Translation release
- Added Russian translation
- Fixed a typo in Lithuanian translation in the .desktop files
- Minor changes in French translation

2.4.2 Translation release
- Added Serbian (latin & cyrillic) translations

2.4.1 Translation release
- Added Lithuanian translation

2.4 Small improvements and translations
- Run kwrite as the editor if kate is not installed
- Hopefully fixed issue with KDE3/KDE4 dual installations (kde3 versions of programs run on kde4) 
- Fixed icon names for the KDE4 menus (thanks to Andrzej Szelachowski)
- Added Czech translation
- Updated Dutch translation

2.3 Bugfixes and translations
- Bugfix: switched to only two desktop files in dolphin versions, one for folders and one for files (now dolphin does not show two separate menus)
- Feature improvement: Use LANG environment variable if kdelanguage is not found (thanks to Andreas Nordal)
- Translation string change: Change 'All:' to 'Others:' in the permission change dialog, as it is in konqueror's native permission dialog (as suggested by Andreas Nordal)
- Added Norwegian translations (bokmål and nynorsk)
- Changed package structure (See Readme for details) 

2.2.1 Translation release
- Added Hungarian and Polish translations

2.2.0 Bugfixes, translation update, minor improvements
- Fixed a bug with current version of kdesudo
- Corrected Italian translations for 'delete'
- Added a more descriptive error message if the script is run directly (without arguments)
- If kdesudo is installed, use it instead of kdesu to allow more options to clean the password dialog (hide ignore button)
- improved language detection

2.1.2 Translation, Bugfix
- Updated French translation
- Bugfix: Changed language detection routine to be more distribution independent and to improve support for long language format (should fix Mandriva 2008 issues)

2.1.1 Translations, Bugfix and d3lphin friendly version
- Added Portuguese translation, updated Italian and Finnish translations
- Bugfix: When changing permissions, a warning dialog was displayed if the action was cancelled.
- Included a d3lphin (dolphin for KDE3) friendly .desktop file. Last I checked, the normal version works in KDE4 dolphin.
- Added inode/directory-locked servicetype to rootactionsfolders.desktop file (folder menu choices are now available for locked directories as well) 

2.1: Feature upgrades
- Added Action: Copy (useful for quickly backing up a file/folder)
- Feature addition: Root reminder ("<APPNAME> OPENED AS ROOT" shown in the title of applications started 'as root') - Suggested by Felice Murolo
- Feature upgrade: Recursive changes (if only one folder is selected, changes to permissions/ownership can now be applied recursively.) - Suggested by Guillaume Rozan (thanks for the code snippets, I edited the code and behaviour a bit, but your code was an excellent starting point)
NOTE: if changing permissions recursively, files are only set executable if they already are executable (Otherwise all files in a directory would be set executable if the parent folder is set executable, which is necessary for the folder to be accessible)
- Action renamed: 'Rename' action renamed to 'Move/Rename' (as it can be used to move files as well, like the 'mv' command)
NEW TRANSLATION STRINGS:
in 12-rootactionsall.desktop:
  - 'Copy' action
  - 'Move/Rename' action
in rootactions-servicemenu.pl:
  - 'copy_dialog_msgs'
  - 'rename_dialog_msgs' (add 'move')
  - 'recursion_dialog_msgs'
  - 'root_reminder_msgs'
(I'll be adding translations and translation updates when I've gotten a few of them, I don't wish to 'flood upload' after each translation)
- Bug reports gladly accepted (email addresses in the README file)

2.0.1: Translation
- Added French translation to 2.x 

2.0: 'Stable'
- As this seems to run as it should (and I haven't gotten any 'show stopper' bug reports), I feel courageous enough to remove the BETA status.
- Removed 'Preferred Applications' section from the perl script. To change the default applications used by the menu, edit the desktop files instead. (This allows for different application preferences for different users and easy creation of custom 'Open with [application]' entries to the menu.) See the README for customization howto.
- Fixed a bug with 'Rename' when multiple items were chosen but the batch renamer application didn't start (the simple rename dialog was started instead).
- Added Dutch translation

1.96_Beta: Translations
- A few minor code fixes
- Added Italian and Spanish translations

1.95_Beta: Feature improvement & translation updates
- Improved Change permissions dialog, current permission of chosen item are now enabled by default. If multiple items are selected, permissions common to all are enabled.
- Updated German and Finnish translations

1.94_Beta: Feature addition
- Added menuitem/dialog to change permissions. (Not planning to add any more features to 2.0, so translatable strings should be set for now ;) )

1.93_Beta: Bugfixes & Translations
- Improved grep expression for kde language detection to ensure it gets the right string
- Fixed handling of language codes that are longer than 2 characters (like "pt_BR")
- Added German (by Stefan Majewsky), Finnish and (partial) Brazilian Portuguese (by Viruscg) translations

1.92_Beta: Bugfixes
- Removed absolute paths to preferred applications to improve compatibility with different distributions.
- Improved translation support for dialog boxes, makes adding translations possible (see README for how to edit)

1.91_Beta: Bugfixes
-Improved support for spaces in paths
-use explicit path when calling the perl script with kdesu

1.90_Beta: Rewrite with added features
- Most of the strings are changed so translations are dropped, I'll probably add translations later on
- Still beta so use at your own risk ;). I'd appreciate any bug reports feedback

1.1.3 Translation release, Dutch

1.1.2 Translation release, Spanish

1.1.1 Translation release, Finnish and Brazilian Portuguese

1.1: Translation release, German, French and Italian translations

1.0: changed 'Change owner to user' to use the current users user:group numbers instead of the static 1000:1000 (uses the 'id' command to get the users user:group), this should improve compatibility and allow the menu to be used on multiple user accounts)

0.9: initial beta release