# HG changeset patch # User David Demelier # Date 1480593317 -3600 # Node ID 78dc19979f802b622906f3726d8f3afc10082127 # Parent 55bf5c5a65db9779e0b656eeb605d2b50abf38a5 Misc: update CHANGES.md diff -r 55bf5c5a65db -r 78dc19979f80 CHANGES.md --- a/CHANGES.md Wed Nov 30 13:20:23 2016 +0100 +++ b/CHANGES.md Thu Dec 01 12:55:17 2016 +0100 @@ -1,6 +1,56 @@ IRC Client Daemon CHANGES ========================= +irccd current +---------------------- + +Irccd: + + - Add SSL support in transports, + - Add authentication support in transports, + - Fix a warning about daemon on macOS. + +Javascript API: + + - New Irccd.File.lines function, + - Various improvements in Irccd.File API. + +Plugins: + + - Add new format section for plugins, + - Add unit tests for plugins. + +Irccdctl: + + - Added brand new plugin-config command, + - Added aliases, + - Added unit tests for irccdctl commands. + +Libraries: + + - Replaced jansson with Niels Lohmann's JSON library, + - Updated Duktape to 1.5.1. + +Misc: + + - Patterns can now use shell escape sequences, + - Added .editorconfig file, + - Split documentation into topics, + - The code is now split into several individual libraries. + +Windows: + + - Get rid of QtIFW and uses NSIS, WIX on Windows, + - Installer have components, + - Copy DLL files automatically into fakeroot and install, + - Added better support for cross-compiling using MinGW. + +irccd 2.0.3 2016-11-01 +---------------------- + + - Fix various errors in logger plugin, + - Fix quakenet support in auth plugin. + irccd 2.0.2 2016-04-19 ----------------------