X-Git-Url: https://git.p6c8.net/devedit.git/blobdiff_plain/d6b0eacd69eb222641d326aa6cc5f9f4d133ddd7..d9c57e6a72261b94d4f2e4ee1e1c8e3757355ad0:/CHANGELOG?ds=inline diff --git a/CHANGELOG b/CHANGELOG index cf19a35..7f3c6d5 100644 --- a/CHANGELOG +++ b/CHANGELOG @@ -1,8 +1,30 @@ Change Log for Dev-Editor ========================= -Version 3.x.x (200x-xx-xx): -=========================== +Version 3.2 (201x-xx-xx): +========================= + + Disabling commands: + ------------------- + Added new configuration option "disable_commands" for disabling commands of + Dev-Editor. + + Start directory: + ---------------- + Added new configuration option "startdir" which defines the default directory + instead of "/". + + HTTP download: + -------------- + You may now execute a HTTP download of a file. + + Small changes: + -------------- + - Added a checkbox for editing a file after creating it. + + +Version 3.1 (2009-05-12): +========================= Removing multiple files: ------------------------