This document lists versions and new features (only major features) done or planned.
Enjoy the future of WeeChat!
Versions
| Version | Date | Status |
|---|---|---|
0.4.0 |
Jan 20, 2013 |
Current stable |
0.4.1 |
May 19, 2013 (1) |
Under dev |
0.4.2 |
Sep 15, 2013 (1) |
Planned |
0.4.3 |
Jan 12, 2014 (1) |
Planned |
… |
… |
… |
1.0 |
May 25, 2127 (2) |
Planned |
|
Note
|
(1) Approximate date. (2) Very, very approximate date. |
Near future
Version 0.4.1
| Tracker | Component | Status | Description |
|---|---|---|---|
irc |
Done |
Add nick colors in output of /names #channel when it is displayed on server buffer (channel not joined). |
|
- |
aspell |
Done |
Optimize internal management of spellers (do not create them for each input analyzed, for example with split of windows), re-introduce local var "aspell_dict" in buffers. |
- |
relay |
Done |
WebSocket server support (RFC 6455) (for irc and weechat protocols). |
irc |
Done |
Unmask join if nick speaks some minutes after the join. |
|
- |
relay |
Done |
Allow multiple servers on same port for irc protocol. |
script |
Done |
Add control of autoload for scripts. |
|
- |
relay |
Done |
Send nicklist diff for nicks added/removed/changed instead of whole nicklist (reduce data exchanged with clients). |
core |
Done |
Support of multiple layouts. |
|
irc |
Done |
Automatic merge of private buffers (by server or all). |
|
irc |
Done |
New option irc.look.display_join_message to disable some messages after joining a channel. |
|
irc |
Done |
Add tag for "back on server" messages in queries. |
|
irc |
Done |
Add support of UHNAMES. |
|
core |
Done |
Move nick prefix/suffix options from irc plugin to core (making it dynamic). |
|
irc |
Done |
Implement DH-AES SASL encryption method for SASL. |
Version 0.4.2
| Tracker | Component | Status | Description |
|---|---|---|---|
irc |
Planned |
Improve default ban mask and add option to customize it. |
|
- |
core |
Planned |
Change type of a bar without having to delete it. |
- |
core |
Planned |
Edit filters (without having to delete/add). |
core |
Planned |
Improve mouse support (interaction with chat area). |
|
irc |
Planned |
Tab-complete nick with used nicks in beginning of list. |
Appendix A: Status list
- Planned
-
planned for (near) future, nothing done yet
- Under dev
-
under development
- Done
-
done, committed to git repository