X-Git-Url: http://Server1/repobrowser/?p=kiriwrite%2F.git;a=blobdiff_plain;f=TODO;h=c2fafe23fa818eb3841a7c1ec37a0c4011e4ea78;hp=46cce3ab9d50b437198218d4560641fa4ddd8866;hb=807fbc25c35ea3cdf16adcb2106fbb63b3511a68;hpb=aee5e67f9791c7be0f258e1491b2ee8f323bf04b diff --git a/TODO b/TODO index 46cce3a..c2fafe2 100644 --- a/TODO +++ b/TODO @@ -1,7 +1,26 @@ TODO ==== -- Add the ability to switch off and on a filter. +Changes for future releases +=========================== + +- Allow different encoding formats to be used when compiling instead of + UTF-8 which will probably be implemented within the output modules. +- Code optimisation where the if statements are condensed into one line so + that less space is used among other improvements. + +Changes implemented in 0.5.0 +============================ + +- Implemented Output Module system. + +Changes implemented in 0.3.0 +============================ + +- Added the ability to switch off and on a filter. +- Removed CGI.pm from the installer script. +- Added ability to change the amount of pages, templates and filters that + can be viewed. Changes implemented in 0.2.0 ============================