From 214eac6e64938f302658d4841c6dcc7dc17181a9 Mon Sep 17 00:00:00 2001 From: James Booth Date: Fri, 8 Jan 2016 00:46:38 +0000 Subject: [PATCH 1/2] Updated CHANGELOG --- CHANGELOG | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/CHANGELOG b/CHANGELOG index dbd71e18..af9ad720 100644 --- a/CHANGELOG +++ b/CHANGELOG @@ -12,6 +12,13 @@ - Export roster to CSV file with /export - User specified text triggers for chat room notifications - Per chat room notification options +- Option to include active chat rooms in roster panel +- Time format preferences per window type +- /subject command allows edit, prepend and append operations +- More roster panel configuration options +- Check ~/.config/profanity/inputrc for readline settings +- Custom readline functions for navigation key bindings +- Autoping timeout preference 0.4.7 ===== From 1ed9580cb3bb0b4c48f3a75a37df03117e9d2519 Mon Sep 17 00:00:00 2001 From: James Booth Date: Fri, 8 Jan 2016 00:53:22 +0000 Subject: [PATCH 2/2] Updated CHANGELOG --- CHANGELOG | 26 +++++++++++++------------- 1 file changed, 13 insertions(+), 13 deletions(-) diff --git a/CHANGELOG b/CHANGELOG index af9ad720..6279bee7 100644 --- a/CHANGELOG +++ b/CHANGELOG @@ -2,23 +2,23 @@ ===== - Build against libmesode if available -- Handle invalid SSL certificates (requires libmesode) -- TLS indicator in titlebar -- Allow auto extended away +- SSL certificate verification (requires libmesode) (/tls) +- Allow auto extended away (/autoaway) - Include last acitvity in initial presence (xep-0256) - Last Activity (xep-0012) -- Run command sequence with /script -- Account startscript property -- Export roster to CSV file with /export -- User specified text triggers for chat room notifications -- Per chat room notification options -- Option to include active chat rooms in roster panel -- Time format preferences per window type -- /subject command allows edit, prepend and append operations -- More roster panel configuration options +- Ability to run command scripts (/script) +- Account startscript property to execute a command script on connect +- Export roster to CSV file (/export) +- User specified text triggers for chat room notifications (/notify) +- Per chat room notification options (/notify) +- More roster panel display options (/roster) +- Option to include active chat rooms in roster panel (/roster) +- Time format preferences per window type (/time) +- Edit, prepend and append to room subject (/subject) +- Autoping timeout preference (/autoping) +- Configure level of room message notifications in console window (/console) - Check ~/.config/profanity/inputrc for readline settings - Custom readline functions for navigation key bindings -- Autoping timeout preference 0.4.7 =====