changeset 415:95af5c04a3b0

Prepared the info for the new release. git-svn-id: svn://svn.code.sf.net/p/universalindent/code/trunk@646 59b1889a-e5ac-428c-b0c7-476e01d41282
author thomas_-_s <thomas_-_s@59b1889a-e5ac-428c-b0c7-476e01d41282>
date Wed, 26 Mar 2008 11:36:15 +0000
parents 97f5de6638cd
children 876953cb382e
files CHANGELOG.txt
diffstat 1 files changed, 8 insertions(+), 0 deletions(-) [+]
line wrap: on
line diff
--- a/CHANGELOG.txt	Tue Mar 25 14:28:53 2008 +0000
+++ b/CHANGELOG.txt	Wed Mar 26 11:36:15 2008 +0000
@@ -1,3 +1,11 @@
+2008-03-27 Version 0.8.1
+[add] Feature Request ID 1909450 : Added support for the PEAR PHP beautifier. Thus PHP beautifying is also possible on Linux and Mac OS X. (Needs the PEAR package "PHP_Beautifier" to be installed and a path entry pointing to the PHP dir.)
+[add] Added support and translations for Russian and Ukrainian language. Thanks to Oleksandr (http://korytskyy.lviv.ua).
+[add] Feature Request ID 1901935 : From now on files are saved with the same encoding as they were opened and no longer always UTF-8. Also it is possible to save the file with any other encoding.
+[change] The detection whether to run in portable mode now depends on where the "config" folder resides and no longer the "indenters" folder. This is needed to be able to correctly run on Windows multiuser systems.
+[change] Removed the word "beta" whereever it occurred, since UiGUI isn't that beta anymore.
+[fix] Bug ID 1910773 : On Unix systems the globally available files, like indenters, translations etc are not longer installed to /etc/universalindentgui but to /usr/share/universalindentgui.
+
 2008-01-17 Version 0.8.0 Beta
 [add] Feature Request ID 1849297 : Added support for indenters written in JavaScript using an internal interpreter. Have a look into the README.txt to get to know, what steps are needed for that.
 [add] Added support for a simple JavaScript indenter written in JavaScript itself.