X-Git-Url: https://git.octo.it/?p=onis.git;a=blobdiff_plain;f=CHANGELOG;h=6690247ccb7b6bca551b104ad8e813d0f5116930;hp=1d758f80bcc646fa36583f2b00854cb19b7ee81d;hb=HEAD;hpb=649037a3363386190b228cf221c27674e91bfcfb diff --git a/CHANGELOG b/CHANGELOG index 1d758f8..6690247 100644 --- a/CHANGELOG +++ b/CHANGELOG @@ -2,6 +2,28 @@ ================== http://verplant.org/onis/ + 0.8.2 - More bugfixes + ======================= + - A sever bug in the persistency code has been fixed. When using persistency + onis would re-analyse a changed file entirely. Thanks to charly and Connorhd + for pointing this out. + - Another minor bug has been fixed: onis used to die at an unexpected + situation though it's safe to continue.. + + + + 0.8.1 - Bugfixing and other corrections + ========================================= + - Ignoring users (using the special user-name ``ignore'') has been fixed. + - A manpage for onis has been written. It can be generated out of the ``onis'' + file using pod2man. + - All bars now use relative scaling, i.e. the stylesheets have more control + about their size. + - Packaging information for RPM-based distributions and Debian have been + added. + + + 0.8.0 - All new persistency ============================= - This release features a complete rewrite of the persistency-code. The @@ -11,6 +33,8 @@ http://verplant.org/onis/ - A plugin showing the channel activity based on weekdays has been added. - A plugin showing the channel activity over the last 31 days (configurable, of course) has been added. + - The Userdetails-plugin has been extended to display the data of the above + plugins, too. - Many, many code and documentation fixes and additions.