1
0
mirror of https://github.com/profanity-im/profanity.git synced 2024-06-09 21:30:42 +00:00
profanity/CHANGELOG

88 lines
3.4 KiB
Plaintext
Raw Normal View History

2016-09-25 22:35:12 +00:00
0.6.0
2016-09-19 22:57:37 +00:00
=====
2016-09-25 23:02:36 +00:00
- Allow moving vertical window positions (/titlebar, /mainwin, /statusbar, /inputwin)
2017-06-13 22:39:33 +00:00
- Allow loading/unloading all pluguns (/plugins)
- Allow installing plugins from directory (/plugins)
- Theme option for status bar time (statusbar.time)
- Case/accent insensitive autocompletion
- Shift tab to select previous autocomplete suggestion
- Allow searching help (/help search_all|search_any)
2016-09-19 22:57:37 +00:00
2016-10-17 23:18:11 +00:00
0.5.1
=====
2016-11-06 23:09:00 +00:00
- Add prof.get_room_nick plugins api function
2016-11-06 22:34:07 +00:00
- Add main.help.header theme option
2016-10-17 23:18:11 +00:00
- Look for system TLS certificate path by default (/tls certpath)
2017-01-28 20:30:33 +00:00
- Use service discovery to set account muc property
- Allow clearing account muc and resource properties
2016-10-17 23:18:11 +00:00
- Allow plugins to complete file paths with prof.filepath_completer_add function
2017-01-19 23:13:39 +00:00
- Add encryption settings functions to plugins api
2017-01-28 16:55:09 +00:00
- Allow plugins to block message sending on pre message send hooks
2016-10-17 23:18:11 +00:00
- Bug fixes: https://github.com/boothj5/profanity/milestone/15?closed=1
0.5.0
2015-09-24 21:22:53 +00:00
=====
2016-03-16 21:15:09 +00:00
- Plugins API supporting C and Python plugins
2016-01-08 00:53:22 +00:00
- SSL certificate verification (requires libmesode) (/tls)
2016-04-26 23:42:58 +00:00
- HTTP file upload (xep-0363) (/sendfile)
2016-05-01 19:21:21 +00:00
- Blocking command (xep-0191) (/blocked)
2016-01-08 00:53:22 +00:00
- Allow auto extended away (/autoaway)
2016-01-08 00:58:25 +00:00
- Include last acitvity in initial presence (xep-0256) (/lastactivity)
- Last Activity (xep-0012) (/lastactivity)
2016-01-08 00:53:22 +00:00
- Ability to run command scripts (/script)
2016-01-08 00:58:25 +00:00
- Account startscript property to execute a command script on connect (/account)
2016-01-08 00:53:22 +00:00
- Export roster to CSV file (/export)
2016-05-04 08:00:41 +00:00
- Support for GTK tray icons (/tray)
2016-01-08 00:53:22 +00:00
- User specified text triggers for chat room notifications (/notify)
- Per chat room notification options (/notify)
2016-04-11 00:03:37 +00:00
- Many new roster panel display options (/roster)
2016-01-08 00:53:22 +00:00
- Time format preferences per window type (/time)
- Edit, prepend and append to room subject (/subject)
- Autoping timeout preference (/autoping)
2016-01-08 01:29:56 +00:00
- Window navigation by window title (/win)
2016-08-21 22:44:55 +00:00
- Window closing by window title (/close)
2016-08-21 22:58:56 +00:00
- Account theme setting (/account)
2016-08-21 22:44:55 +00:00
- Allow sending XMPP stanzas in xmlconsole window (/xmlconsole)
2016-01-08 00:53:22 +00:00
- Configure level of room message notifications in console window (/console)
2016-01-08 00:46:38 +00:00
- Check ~/.config/profanity/inputrc for readline settings
- Custom readline functions for navigation key bindings
2016-08-21 22:44:55 +00:00
- Autocomplete command arguments when no characters entered
2015-09-24 21:22:53 +00:00
2015-03-10 21:24:38 +00:00
0.4.7
=====
- GNU Readline
2015-06-21 23:06:07 +00:00
- OpenPGP support
2015-03-10 21:24:38 +00:00
- Message Carbons (xep-0280)
2015-03-15 20:28:09 +00:00
- Message Delivery Receipts (xep-0184)
2015-04-11 20:42:58 +00:00
- MUC Mediated Invitation support
2015-07-20 23:25:08 +00:00
- Configurable time formatting
2015-07-20 23:27:32 +00:00
- Option to show JIDs in roster
- Option to hide empty groups in roster
2015-07-20 23:25:08 +00:00
- Generate UUID for unnamed new MUC rooms
2015-09-15 18:13:07 +00:00
- Themable UI preference to indicate OTR and PGP messages
2015-09-02 23:39:04 +00:00
- Reformatted help
- devel: Added functional tests using libexpect and libstabber
2015-03-10 21:24:38 +00:00
2014-11-28 12:54:24 +00:00
0.4.6
=====
2015-02-11 00:01:17 +00:00
- 16 colour support (/theme colours)
2014-11-28 12:54:24 +00:00
- UI preferences included in themes
2015-02-11 00:01:17 +00:00
- /wrap - Word wrapping
- /time - Show/hide time in main window, and configure precision
- /roster - Show/hide and customise roster panel
- /roster and /occupants panel size settings (% of screen width)
- /account default - Set default account for /connect
2014-11-28 12:54:24 +00:00
- /account remove
2015-02-11 00:01:17 +00:00
- /presence - Show/hide contact presence in titlebar
- /resource - Override resource during chat, resource display settings
- Improved chat session handling <http://xmpp.org/rfcs/rfc6121.html#message-chat>
- Lower CPU usage with dynamic input blocking timeout
- Keychain/keyring integration using account eval_password property
- Disable term window title by default
2015-02-23 00:37:46 +00:00
- Fixed remote code execution bug on OSX when desktop notifications configured to show message text