core: fix custom section IDs in ChangeLog and ReleaseNotes
Asciidoctor (used on GitHub) requires that the custom ID start with a letter, so a "v" is added in front of releases.
This commit is contained in:
parent
596df95ecf
commit
951d1410d9
@ -15,19 +15,19 @@ https://weechat.org/files/releasenotes/ReleaseNotes-devel.html[release notes]
|
||||
(file 'ReleaseNotes.asciidoc' in sources).
|
||||
|
||||
|
||||
[[1.6]]
|
||||
[[v1.6]]
|
||||
== Version 1.6 (under dev)
|
||||
|
||||
[[1.6_bugs]]
|
||||
[[v1.6_bugs]]
|
||||
=== Bugs fixed
|
||||
|
||||
* api: fix crash in function string_split_command() when the separator is not
|
||||
a semicolon (issue #731)
|
||||
|
||||
[[1.5]]
|
||||
[[v1.5]]
|
||||
== Version 1.5 (2016-05-01)
|
||||
|
||||
[[1.5_features]]
|
||||
[[v1.5_features]]
|
||||
=== New features
|
||||
|
||||
* core: add Portuguese translations
|
||||
@ -48,7 +48,7 @@ https://weechat.org/files/releasenotes/ReleaseNotes-devel.html[release notes]
|
||||
* trigger: add "recover" in default triggers cmd_pass/msg_auth, and "regain"
|
||||
in default trigger "msg_auth" (issue #511)
|
||||
|
||||
[[1.5_bugs]]
|
||||
[[v1.5_bugs]]
|
||||
=== Bugs fixed
|
||||
|
||||
* core: fix nick coloring when stop chars and a forced color are used: first
|
||||
@ -79,10 +79,10 @@ https://weechat.org/files/releasenotes/ReleaseNotes-devel.html[release notes]
|
||||
* xfer: fix DCC file received when the terminal is resized
|
||||
(issue #677, issue #680)
|
||||
|
||||
[[1.4]]
|
||||
[[v1.4]]
|
||||
== Version 1.4 (2016-01-10)
|
||||
|
||||
[[1.4_features]]
|
||||
[[v1.4_features]]
|
||||
=== New features
|
||||
|
||||
* core: add a parent name in options, display inherited values if null in
|
||||
@ -119,7 +119,7 @@ https://weechat.org/files/releasenotes/ReleaseNotes-devel.html[release notes]
|
||||
Debian packaging
|
||||
* tests: check if all plugins are loaded
|
||||
|
||||
[[1.4_bugs]]
|
||||
[[v1.4_bugs]]
|
||||
=== Bugs fixed
|
||||
|
||||
* core: fix execution of empty command name ("/" and "/ " are not valid
|
||||
@ -145,10 +145,10 @@ https://weechat.org/files/releasenotes/ReleaseNotes-devel.html[release notes]
|
||||
* ruby: fix Ruby detection when pkg-config is not installed
|
||||
* tests: fix locale used to execute tests (issue #631)
|
||||
|
||||
[[1.3]]
|
||||
[[v1.3]]
|
||||
== Version 1.3 (2015-08-16)
|
||||
|
||||
[[1.3_features]]
|
||||
[[v1.3_features]]
|
||||
=== New features
|
||||
|
||||
* core: add completion "colors" (issue #481)
|
||||
@ -179,7 +179,7 @@ https://weechat.org/files/releasenotes/ReleaseNotes-devel.html[release notes]
|
||||
* xfer: evaluate content of options xfer.file.download_path and
|
||||
xfer.file.upload_path (issue #388)
|
||||
|
||||
[[1.3_bugs]]
|
||||
[[v1.3_bugs]]
|
||||
=== Bugs fixed
|
||||
|
||||
* core: flush stdout/stderr after sending text directly on them
|
||||
@ -219,10 +219,10 @@ https://weechat.org/files/releasenotes/ReleaseNotes-devel.html[release notes]
|
||||
* doc: replace PREFIX with CMAKE_INSTALL_PREFIX in cmake instructions
|
||||
(issue #354)
|
||||
|
||||
[[1.2]]
|
||||
[[v1.2]]
|
||||
== Version 1.2 (2015-05-10)
|
||||
|
||||
[[1.2_features]]
|
||||
[[v1.2_features]]
|
||||
=== New features
|
||||
|
||||
* core: add signals "signal_sigterm" and "signal_sigquit" (issue #114)
|
||||
@ -257,7 +257,7 @@ https://weechat.org/files/releasenotes/ReleaseNotes-devel.html[release notes]
|
||||
* doc: add Russian man page
|
||||
* javascript: new script plugin for javascript
|
||||
|
||||
[[1.2_bugs]]
|
||||
[[v1.2_bugs]]
|
||||
=== Bugs fixed
|
||||
|
||||
* core: add missing completions in command /input
|
||||
@ -315,10 +315,10 @@ https://weechat.org/files/releasenotes/ReleaseNotes-devel.html[release notes]
|
||||
infolist_new_var_time, upgrade_write_object, upgrade_read, upgrade_close
|
||||
* trigger: do not hook anything if the trigger is disabled (issue #405)
|
||||
|
||||
[[1.1.1]]
|
||||
[[v1.1.1]]
|
||||
== Version 1.1.1 (2015-01-25)
|
||||
|
||||
[[1.1.1_bugs]]
|
||||
[[v1.1.1_bugs]]
|
||||
=== Bugs fixed
|
||||
|
||||
* core: fix random error when creating symbolic link weechat-curses on
|
||||
@ -337,10 +337,10 @@ https://weechat.org/files/releasenotes/ReleaseNotes-devel.html[release notes]
|
||||
* irc: fix crash in buffer close when server name is the same as a channel name
|
||||
(issue #305)
|
||||
|
||||
[[1.1]]
|
||||
[[v1.1]]
|
||||
== Version 1.1 (2015-01-11)
|
||||
|
||||
[[1.1_features]]
|
||||
[[v1.1_features]]
|
||||
=== New features
|
||||
|
||||
* core: check bar conditions in root bars and on each update of a bar item
|
||||
@ -384,7 +384,7 @@ https://weechat.org/files/releasenotes/ReleaseNotes-devel.html[release notes]
|
||||
* trigger: add `${tg_displayed}` in conditions of default trigger "beep"
|
||||
* trigger: add option "restore" in command /trigger
|
||||
|
||||
[[1.1_bugs]]
|
||||
[[v1.1_bugs]]
|
||||
=== Bugs fixed
|
||||
|
||||
* core: fix compilation of plugins with cmake >= 3.1 (issue #287)
|
||||
@ -424,10 +424,10 @@ https://weechat.org/files/releasenotes/ReleaseNotes-devel.html[release notes]
|
||||
* xfer: bind to wildcard address when sending (issue #173)
|
||||
* tests: fix compilation of tests with clang (issue #275)
|
||||
|
||||
[[1.0.1]]
|
||||
[[v1.0.1]]
|
||||
== Version 1.0.1 (2014-09-28)
|
||||
|
||||
[[1.0.1_bugs]]
|
||||
[[v1.0.1_bugs]]
|
||||
=== Bugs fixed
|
||||
|
||||
* core: fix crash on buffer close when option weechat.look.hotlist_remove is
|
||||
@ -461,10 +461,10 @@ https://weechat.org/files/releasenotes/ReleaseNotes-devel.html[release notes]
|
||||
(issue #178)
|
||||
* tests: fix memory leak in tests launcher
|
||||
|
||||
[[1.0]]
|
||||
[[v1.0]]
|
||||
== Version 1.0 (2014-08-15)
|
||||
|
||||
[[1.0_features]]
|
||||
[[v1.0_features]]
|
||||
=== New features
|
||||
|
||||
* core: add terabyte unit for size displayed
|
||||
@ -545,7 +545,7 @@ https://weechat.org/files/releasenotes/ReleaseNotes-devel.html[release notes]
|
||||
* trigger: add trigger plugin: new command /trigger and file trigger.conf
|
||||
* tests: add unit tests using CppUTest
|
||||
|
||||
[[1.0_bugs]]
|
||||
[[v1.0_bugs]]
|
||||
=== Bugs fixed
|
||||
|
||||
* core: fix zero-length malloc of an hashtable item with type "buffer"
|
||||
@ -669,10 +669,10 @@ https://weechat.org/files/releasenotes/ReleaseNotes-devel.html[release notes]
|
||||
* xfer: fix connection to remote host in DCC receive on Mac OS X (issue #25)
|
||||
* xfer: remove bind on xfer.network.own_ip (issue #5)
|
||||
|
||||
[[0.4.3]]
|
||||
[[v0.4.3]]
|
||||
== Version 0.4.3 (2014-02-09)
|
||||
|
||||
[[0.4.3_features]]
|
||||
[[v0.4.3_features]]
|
||||
=== New features
|
||||
|
||||
* core: add signals "signal_sighup" and "signal_sigwinch" (terminal resized)
|
||||
@ -740,7 +740,7 @@ https://weechat.org/files/releasenotes/ReleaseNotes-devel.html[release notes]
|
||||
* xfer: add support of IPv6 for DCC chat/file (patch #7992)
|
||||
* xfer: add option xfer.file.auto_check_crc32 (patch #7963)
|
||||
|
||||
[[0.4.3_bugs]]
|
||||
[[v0.4.3_bugs]]
|
||||
=== Bugs fixed
|
||||
|
||||
* core: fix hotlist problems after apply of a layout (bug #41481)
|
||||
@ -807,10 +807,10 @@ https://weechat.org/files/releasenotes/ReleaseNotes-devel.html[release notes]
|
||||
in python/perl/ruby/lua/guile plugins (bug #41345)
|
||||
* xfer: use same infolist for hook and signals (patch #7974)
|
||||
|
||||
[[0.4.2]]
|
||||
[[v0.4.2]]
|
||||
== Version 0.4.2 (2013-10-06)
|
||||
|
||||
[[0.4.2_features]]
|
||||
[[v0.4.2_features]]
|
||||
=== New features
|
||||
|
||||
* core: reduce memory used by using shared strings for nicklist and lines in
|
||||
@ -881,7 +881,7 @@ https://weechat.org/files/releasenotes/ReleaseNotes-devel.html[release notes]
|
||||
* scripts: add hdata with script callback
|
||||
* xfer: add option xfer.look.pv_tags
|
||||
|
||||
[[0.4.2_bugs]]
|
||||
[[v0.4.2_bugs]]
|
||||
=== Bugs fixed
|
||||
|
||||
* core: clear whole line before displaying content instead of clearing after
|
||||
@ -935,10 +935,10 @@ https://weechat.org/files/releasenotes/ReleaseNotes-devel.html[release notes]
|
||||
* relay: fix binding to an IP address (bug #39119)
|
||||
* xfer: fix compilation on OpenBSD (bug #39071)
|
||||
|
||||
[[0.4.1]]
|
||||
[[v0.4.1]]
|
||||
== Version 0.4.1 (2013-05-20)
|
||||
|
||||
[[0.4.1_features]]
|
||||
[[v0.4.1_features]]
|
||||
=== New features
|
||||
|
||||
* core: make nick prefix/suffix dynamic (not stored in the line): move options
|
||||
@ -992,7 +992,7 @@ https://weechat.org/files/releasenotes/ReleaseNotes-devel.html[release notes]
|
||||
(key[alt-a]) on script buffer (toggle autoload) (task #12393)
|
||||
* xfer: add option xfer.file.auto_accept_nicks (patch #7962)
|
||||
|
||||
[[0.4.1_bugs]]
|
||||
[[v0.4.1_bugs]]
|
||||
=== Bugs fixed
|
||||
|
||||
* core: fix display of long lines without time (message beginning with two
|
||||
@ -1064,10 +1064,10 @@ https://weechat.org/files/releasenotes/ReleaseNotes-devel.html[release notes]
|
||||
* xfer: fix freeze of DCC file received: use non-blocking socket after
|
||||
connection to sender and ensure the ACK is properly sent (bug #38340)
|
||||
|
||||
[[0.4.0]]
|
||||
[[v0.4.0]]
|
||||
== Version 0.4.0 (2013-01-20)
|
||||
|
||||
[[0.4.0_features]]
|
||||
[[v0.4.0_features]]
|
||||
=== New features
|
||||
|
||||
* core: add buffer pointer in arguments for signals "input_search",
|
||||
@ -1122,7 +1122,7 @@ https://weechat.org/files/releasenotes/ReleaseNotes-devel.html[release notes]
|
||||
"ipv4." and/or "ipv6." before protocol name, to force IPv4/IPv6 (task #12270)
|
||||
* xfer: display remote IP address for DCC chat/file (task #12289)
|
||||
|
||||
[[0.4.0_bugs]]
|
||||
[[v0.4.0_bugs]]
|
||||
=== Bugs fixed
|
||||
|
||||
* core: fix infinite loop when a regex gives an empty match (bug #38112)
|
||||
@ -1202,27 +1202,27 @@ https://weechat.org/files/releasenotes/ReleaseNotes-devel.html[release notes]
|
||||
* xfer: limit bytes received to file size (for DCC file received), fix crash
|
||||
when displaying a xfer file with pos greater than size
|
||||
|
||||
[[0.3.9.2]]
|
||||
[[v0.3.9.2]]
|
||||
== Version 0.3.9.2 (2012-11-18)
|
||||
|
||||
[[0.3.9.2_bugs]]
|
||||
[[v0.3.9.2_bugs]]
|
||||
=== Bugs fixed
|
||||
|
||||
* core: do not call shell to execute command in hook_process() (fix security
|
||||
problem when a plugin/script gives untrusted command) (bug #37764)
|
||||
|
||||
[[0.3.9.1]]
|
||||
[[v0.3.9.1]]
|
||||
== Version 0.3.9.1 (2012-11-09)
|
||||
|
||||
[[0.3.9.1_bugs]]
|
||||
[[v0.3.9.1_bugs]]
|
||||
=== Bugs fixed
|
||||
|
||||
* irc: fix crash when decoding IRC colors in strings (bug #37704)
|
||||
|
||||
[[0.3.9]]
|
||||
[[v0.3.9]]
|
||||
== Version 0.3.9 (2012-09-29)
|
||||
|
||||
[[0.3.9_features]]
|
||||
[[v0.3.9_features]]
|
||||
=== New features
|
||||
|
||||
* core: add signals for plugins loaded/unloaded
|
||||
@ -1279,7 +1279,7 @@ https://weechat.org/files/releasenotes/ReleaseNotes-devel.html[release notes]
|
||||
* scripts: add signals for scripts loaded/unloaded/installed/removed
|
||||
* scripts: add hdata with list of scripts for each language
|
||||
|
||||
[[0.3.9_bugs]]
|
||||
[[v0.3.9_bugs]]
|
||||
=== Bugs fixed
|
||||
|
||||
* core: move the set of cmake policy CMP0003 in directory src (so it applies to
|
||||
@ -1344,10 +1344,10 @@ https://weechat.org/files/releasenotes/ReleaseNotes-devel.html[release notes]
|
||||
registered
|
||||
* xfer: fix DCC transfer error (bug #37432)
|
||||
|
||||
[[0.3.8]]
|
||||
[[v0.3.8]]
|
||||
== Version 0.3.8 (2012-06-03)
|
||||
|
||||
[[0.3.8_features]]
|
||||
[[v0.3.8_features]]
|
||||
=== New features
|
||||
|
||||
* core: support lines of 16 Kb long in configuration files (instead of 1 Kb)
|
||||
@ -1384,7 +1384,7 @@ https://weechat.org/files/releasenotes/ReleaseNotes-devel.html[release notes]
|
||||
* rmodifier: add option "release" in default rmodifier "nickserv" (used to hide
|
||||
passwords in command "/msg nickserv") (bug #35705)
|
||||
|
||||
[[0.3.8_bugs]]
|
||||
[[v0.3.8_bugs]]
|
||||
=== Bugs fixed
|
||||
|
||||
* core: fix crash in focus hook for nicklist (bug #36271)
|
||||
@ -1438,10 +1438,10 @@ https://weechat.org/files/releasenotes/ReleaseNotes-devel.html[release notes]
|
||||
* tcl: fix pointer sent to function hook_signal_send() when type of data is
|
||||
a pointer
|
||||
|
||||
[[0.3.7]]
|
||||
[[v0.3.7]]
|
||||
== Version 0.3.7 (2012-02-26)
|
||||
|
||||
[[0.3.7_features]]
|
||||
[[v0.3.7_features]]
|
||||
=== New features
|
||||
|
||||
* core: add Japanese translations
|
||||
@ -1497,7 +1497,7 @@ https://weechat.org/files/releasenotes/ReleaseNotes-devel.html[release notes]
|
||||
* relay: add WeeChat protocol for remote GUI
|
||||
* xfer: display origin of xfer in core and xfer buffers (task #10956)
|
||||
|
||||
[[0.3.7_bugs]]
|
||||
[[v0.3.7_bugs]]
|
||||
=== Bugs fixed
|
||||
|
||||
* core: fix expand of path `~` to home of user in function string_expand_home()
|
||||
@ -1554,10 +1554,10 @@ https://weechat.org/files/releasenotes/ReleaseNotes-devel.html[release notes]
|
||||
(bug #35345)
|
||||
* ruby: fix crash when reloading ruby plugin (bug #34474)
|
||||
|
||||
[[0.3.6]]
|
||||
[[v0.3.6]]
|
||||
== Version 0.3.6 (2011-10-22)
|
||||
|
||||
[[0.3.6_features]]
|
||||
[[v0.3.6_features]]
|
||||
=== New features
|
||||
|
||||
* core: add color attribute "|" (keep attributes) and value "resetcolor" for
|
||||
@ -1620,7 +1620,7 @@ https://weechat.org/files/releasenotes/ReleaseNotes-devel.html[release notes]
|
||||
* irc: add prefix "#" for all channels on join (if no prefix given)
|
||||
* logger: add option logger.file.flush_delay (task #11118)
|
||||
|
||||
[[0.3.6_bugs]]
|
||||
[[v0.3.6_bugs]]
|
||||
=== Bugs fixed
|
||||
|
||||
* core: fix freeze when calling function util_file_get_content() with a
|
||||
@ -1695,10 +1695,10 @@ https://weechat.org/files/releasenotes/ReleaseNotes-devel.html[release notes]
|
||||
* relay: fix memory leak on plugin load (free raw messages)
|
||||
* perl: replace calls to SvPV() by SvPV_nolen() (patch #7436)
|
||||
|
||||
[[0.3.5]]
|
||||
[[v0.3.5]]
|
||||
== Version 0.3.5 (2011-05-15)
|
||||
|
||||
[[0.3.5_features]]
|
||||
[[v0.3.5_features]]
|
||||
=== New features
|
||||
|
||||
* core: add buffer to hotlist if away is set on buffer (even if buffer is
|
||||
@ -1746,7 +1746,7 @@ https://weechat.org/files/releasenotes/ReleaseNotes-devel.html[release notes]
|
||||
* irc: add new options irc.look.color_nicks_in_nicklist and
|
||||
irc.look.color_nicks_in_names
|
||||
|
||||
[[0.3.5_bugs]]
|
||||
[[v0.3.5_bugs]]
|
||||
=== Bugs fixed
|
||||
|
||||
* core: fix scroll in windows with /window scroll (skip lines "Day changed to")
|
||||
@ -1800,10 +1800,10 @@ https://weechat.org/files/releasenotes/ReleaseNotes-devel.html[release notes]
|
||||
* tcl: fix Tcl detection on some 64-bits systems (bug #32915)
|
||||
* xfer: do not close chat buffers when removing xfer from list (bug #32271)
|
||||
|
||||
[[0.3.4]]
|
||||
[[v0.3.4]]
|
||||
== Version 0.3.4 (2011-01-16)
|
||||
|
||||
[[0.3.4_features]]
|
||||
[[v0.3.4_features]]
|
||||
=== New features
|
||||
|
||||
* core: add 256 colors support, new command /color, new section "palette" in
|
||||
@ -1855,7 +1855,7 @@ https://weechat.org/files/releasenotes/ReleaseNotes-devel.html[release notes]
|
||||
* relay: beta version of IRC proxy, now relay plugin is compiled by default
|
||||
* python: add info "python2_bin" (path to Python 2.x interpreter)
|
||||
|
||||
[[0.3.4_bugs]]
|
||||
[[v0.3.4_bugs]]
|
||||
=== Bugs fixed
|
||||
|
||||
* core: fix scroll problem on buffers with free content and non-allocated lines
|
||||
@ -1905,10 +1905,10 @@ https://weechat.org/files/releasenotes/ReleaseNotes-devel.html[release notes]
|
||||
* xfer: fix bug at end of file sent, sometimes transfer is still active
|
||||
although file was successfully sent
|
||||
|
||||
[[0.3.3]]
|
||||
[[v0.3.3]]
|
||||
== Version 0.3.3 (2010-08-07)
|
||||
|
||||
[[0.3.3_features]]
|
||||
[[v0.3.3_features]]
|
||||
=== New features
|
||||
|
||||
* core: use "!" to reverse a regex in a filter (to keep lines matching regex
|
||||
@ -1937,7 +1937,7 @@ https://weechat.org/files/releasenotes/ReleaseNotes-devel.html[release notes]
|
||||
* irc: add missing commands 346, 347 (channel invite list)
|
||||
* logger: use tag "no_log" to prevent a line from being written in log file
|
||||
|
||||
[[0.3.3_bugs]]
|
||||
[[v0.3.3_bugs]]
|
||||
=== Bugs fixed
|
||||
|
||||
* core: fix bug with scroll_unread: do not scroll to a filtered line
|
||||
@ -1967,10 +1967,10 @@ https://weechat.org/files/releasenotes/ReleaseNotes-devel.html[release notes]
|
||||
* fifo: fix bug with fifo pipe when setting fifo option to "on"
|
||||
* xfer: fix bug with double quotes in DCC filenames (bug #30471)
|
||||
|
||||
[[0.3.2]]
|
||||
[[v0.3.2]]
|
||||
== Version 0.3.2 (2010-04-18)
|
||||
|
||||
[[0.3.2_features]]
|
||||
[[v0.3.2_features]]
|
||||
=== New features
|
||||
|
||||
* core: add new options for command /key: listdefault, listdiff and reset
|
||||
@ -2017,7 +2017,7 @@ https://weechat.org/files/releasenotes/ReleaseNotes-devel.html[release notes]
|
||||
* logger: allow date format in logger options path and mask (task #9430)
|
||||
* xfer: add signal "xfer_ended" (patch #7081)
|
||||
|
||||
[[0.3.2_bugs]]
|
||||
[[v0.3.2_bugs]]
|
||||
=== Bugs fixed
|
||||
|
||||
* core: remove unneeded space after time on each line if option
|
||||
@ -2066,10 +2066,10 @@ https://weechat.org/files/releasenotes/ReleaseNotes-devel.html[release notes]
|
||||
* irc: fix compilation with old GnuTLS versions (bug #28723)
|
||||
* xfer: fix crash when purging old xfer chats (bug #28764)
|
||||
|
||||
[[0.3.1.1]]
|
||||
[[v0.3.1.1]]
|
||||
== Version 0.3.1.1 (2010-01-31)
|
||||
|
||||
[[0.3.1.1_bugs]]
|
||||
[[v0.3.1.1_bugs]]
|
||||
=== Bugs fixed
|
||||
|
||||
* irc: fix crash with SSL connection if option ssl_cert is set (bug #28752)
|
||||
@ -2078,10 +2078,10 @@ https://weechat.org/files/releasenotes/ReleaseNotes-devel.html[release notes]
|
||||
* irc: fix compilation with old GnuTLS versions (bug #28723)
|
||||
* xfer: fix crash when purging old xfer chats (bug #28764)
|
||||
|
||||
[[0.3.1]]
|
||||
[[v0.3.1]]
|
||||
== Version 0.3.1 (2010-01-23)
|
||||
|
||||
[[0.3.1_features]]
|
||||
[[v0.3.1_features]]
|
||||
=== New features
|
||||
|
||||
* core: add option "grab_key_command" in command /input (bound by default to
|
||||
@ -2112,7 +2112,7 @@ https://weechat.org/files/releasenotes/ReleaseNotes-devel.html[release notes]
|
||||
* xfer: add missing command /me (bug #28658)
|
||||
* gui: add color "darkgray", add support for background with light color
|
||||
|
||||
[[0.3.1_bugs]]
|
||||
[[v0.3.1_bugs]]
|
||||
=== Bugs fixed
|
||||
|
||||
* core: fix bug with script installation on BSD/OSX (patch #6980)
|
||||
@ -2148,10 +2148,10 @@ https://weechat.org/files/releasenotes/ReleaseNotes-devel.html[release notes]
|
||||
history is reached
|
||||
* api: fix function bar_set() for python/lua/ruby (patch #6912)
|
||||
|
||||
[[0.3.0]]
|
||||
[[v0.3.0]]
|
||||
== Version 0.3.0 (2009-09-06)
|
||||
|
||||
[[0.3.0_features]]
|
||||
[[v0.3.0_features]]
|
||||
=== New features
|
||||
|
||||
* core: add group support in nicklist
|
||||
@ -2215,7 +2215,7 @@ https://weechat.org/files/releasenotes/ReleaseNotes-devel.html[release notes]
|
||||
nicklist, bars, configuration files, network, infos/infolists, lists,
|
||||
upgrade
|
||||
|
||||
[[0.3.0_bugs]]
|
||||
[[v0.3.0_bugs]]
|
||||
=== Bugs fixed
|
||||
|
||||
* core: fix nick completion bug (missing space after nick)
|
||||
@ -2236,35 +2236,35 @@ https://weechat.org/files/releasenotes/ReleaseNotes-devel.html[release notes]
|
||||
* irc: fix mode parsing when receiving modes with arguments (bug #26793)
|
||||
* scripts: do not auto-load hidden files (bug #21390)
|
||||
|
||||
[[0.2.6.3]]
|
||||
[[v0.2.6.3]]
|
||||
== Version 0.2.6.3 (2009-06-13)
|
||||
|
||||
[[0.2.6.3_bugs]]
|
||||
[[v0.2.6.3_bugs]]
|
||||
=== Bugs fixed
|
||||
|
||||
* fix GnuTLS detection (use pkg-config instead of libgnutls-config)
|
||||
(bug #26790)
|
||||
|
||||
[[0.2.6.2]]
|
||||
[[v0.2.6.2]]
|
||||
== Version 0.2.6.2 (2009-04-18)
|
||||
|
||||
[[0.2.6.2_bugs]]
|
||||
[[v0.2.6.2_bugs]]
|
||||
=== Bugs fixed
|
||||
|
||||
* fix bug with charset decoding (for example with iso2022jp) (bug #26228)
|
||||
|
||||
[[0.2.6.1]]
|
||||
[[v0.2.6.1]]
|
||||
== Version 0.2.6.1 (2009-03-14)
|
||||
|
||||
[[0.2.6.1_bugs]]
|
||||
[[v0.2.6.1_bugs]]
|
||||
=== Bugs fixed
|
||||
|
||||
* fix crash with some special chars in IRC messages (bug #25862)
|
||||
|
||||
[[0.2.6]]
|
||||
[[v0.2.6]]
|
||||
== Version 0.2.6 (2007-09-06)
|
||||
|
||||
[[0.2.6_features]]
|
||||
[[v0.2.6_features]]
|
||||
=== New features
|
||||
|
||||
* add new option "deloutq" to /server command to delete all servers messages
|
||||
@ -2296,7 +2296,7 @@ https://weechat.org/files/releasenotes/ReleaseNotes-devel.html[release notes]
|
||||
* add argument for /upgrade command (path to binary)
|
||||
* add hotlist sort with new option "look_hotlist_sort" (task #5870)
|
||||
|
||||
[[0.2.6_bugs]]
|
||||
[[v0.2.6_bugs]]
|
||||
=== Bugs fixed
|
||||
|
||||
* fix bug with log of plugin messages (option log_plugin_msg)
|
||||
@ -2324,10 +2324,10 @@ https://weechat.org/files/releasenotes/ReleaseNotes-devel.html[release notes]
|
||||
* fix log file when channel name contains "/" (bug #20072)
|
||||
* fix bug with /topic when channel not open and topic not defined (bug #20141)
|
||||
|
||||
[[0.2.5]]
|
||||
[[v0.2.5]]
|
||||
== Version 0.2.5 (2007-06-07)
|
||||
|
||||
[[0.2.5_features]]
|
||||
[[v0.2.5_features]]
|
||||
=== New features
|
||||
|
||||
* add missing IRC commands (327, 378, 379) (bug #20091)
|
||||
@ -2346,7 +2346,7 @@ https://weechat.org/files/releasenotes/ReleaseNotes-devel.html[release notes]
|
||||
(task #5896)
|
||||
* add color for input text not found in buffer history
|
||||
|
||||
[[0.2.5_bugs]]
|
||||
[[v0.2.5_bugs]]
|
||||
=== Bugs fixed
|
||||
|
||||
* fix QUOTE command: now allowed when socket is OK (even if IRC connection to
|
||||
@ -2373,10 +2373,10 @@ https://weechat.org/files/releasenotes/ReleaseNotes-devel.html[release notes]
|
||||
(bug #19589)
|
||||
* fix USER message when connecting to IRC server (patch #5835)
|
||||
|
||||
[[0.2.4]]
|
||||
[[v0.2.4]]
|
||||
== Version 0.2.4 (2007-03-29)
|
||||
|
||||
[[0.2.4_features]]
|
||||
[[v0.2.4_features]]
|
||||
=== New features
|
||||
|
||||
* rename log file for DCC chat (now <server>.dcc.<nick>.weechatlog)
|
||||
@ -2390,7 +2390,7 @@ https://weechat.org/files/releasenotes/ReleaseNotes-devel.html[release notes]
|
||||
* add Scots quickstart guide
|
||||
* add numeric argument for /clear command (buffer number) (patch #5372)
|
||||
|
||||
[[0.2.4_bugs]]
|
||||
[[v0.2.4_bugs]]
|
||||
=== Bugs fixed
|
||||
|
||||
* fix color bug with IRC messages displayed by plugins (bug #19442)
|
||||
@ -2413,10 +2413,10 @@ https://weechat.org/files/releasenotes/ReleaseNotes-devel.html[release notes]
|
||||
* fix freeze with SSL server when disconnecting after connection loss
|
||||
(bug #18735)
|
||||
|
||||
[[0.2.3]]
|
||||
[[v0.2.3]]
|
||||
== Version 0.2.3 (2007-01-10)
|
||||
|
||||
[[0.2.3_bugs]]
|
||||
[[v0.2.3_bugs]]
|
||||
=== Bugs fixed
|
||||
|
||||
* fix display bugs with nicklist at top/bottom when look_nicklist_separator is
|
||||
@ -2427,10 +2427,10 @@ https://weechat.org/files/releasenotes/ReleaseNotes-devel.html[release notes]
|
||||
* fix bugs with charset: now decodes/encodes nicks and channels in IRC messages
|
||||
(bug #18716)
|
||||
|
||||
[[0.2.2]]
|
||||
[[v0.2.2]]
|
||||
== Version 0.2.2 (2007-01-06)
|
||||
|
||||
[[0.2.2_features]]
|
||||
[[v0.2.2_features]]
|
||||
=== New features
|
||||
|
||||
* add anti-flood option (irc_anti_flood) (task #5442)
|
||||
@ -2447,7 +2447,7 @@ https://weechat.org/files/releasenotes/ReleaseNotes-devel.html[release notes]
|
||||
* add date in plugin function get_buffer_data()
|
||||
* add more values for config boolean values: y/true/t/1 and n/false/f/0
|
||||
|
||||
[[0.2.2_bugs]]
|
||||
[[v0.2.2_bugs]]
|
||||
=== Bugs fixed
|
||||
|
||||
* fix bug with status bar (missing refresh) when closing a buffer
|
||||
@ -2477,10 +2477,10 @@ https://weechat.org/files/releasenotes/ReleaseNotes-devel.html[release notes]
|
||||
used (bug #17944)
|
||||
* fix minor display bug with special chars on some arch like PPC
|
||||
|
||||
[[0.2.1]]
|
||||
[[v0.2.1]]
|
||||
== Version 0.2.1 (2006-10-01)
|
||||
|
||||
[[0.2.1_features]]
|
||||
[[v0.2.1_features]]
|
||||
=== New features
|
||||
|
||||
* command "/away -all" now allowed when not connected to current server
|
||||
@ -2497,7 +2497,7 @@ https://weechat.org/files/releasenotes/ReleaseNotes-devel.html[release notes]
|
||||
* add arguments $1,$2,..,$9 and $* for alias (task #5831)
|
||||
* add hotlist in session file when using /upgrade command (task #5449)
|
||||
|
||||
[[0.2.1_bugs]]
|
||||
[[v0.2.1_bugs]]
|
||||
=== Bugs fixed
|
||||
|
||||
* fix crash for DCC receiver when resuming a file (bug #17885)
|
||||
@ -2518,10 +2518,10 @@ https://weechat.org/files/releasenotes/ReleaseNotes-devel.html[release notes]
|
||||
* fix nick refresh problem with unrealircd specific modes: chan owner (~) and
|
||||
chan admin (&) (bug #17340)
|
||||
|
||||
[[0.2.0]]
|
||||
[[v0.2.0]]
|
||||
== Version 0.2.0 (2006-08-19)
|
||||
|
||||
[[0.2.0_features]]
|
||||
[[v0.2.0_features]]
|
||||
=== New features
|
||||
|
||||
* add "C"lear option on IRC raw buffer
|
||||
@ -2539,7 +2539,7 @@ https://weechat.org/files/releasenotes/ReleaseNotes-devel.html[release notes]
|
||||
* add color encoding for some commands like /me
|
||||
* add aspell plugin
|
||||
|
||||
[[0.2.0_bugs]]
|
||||
[[v0.2.0_bugs]]
|
||||
=== Bugs fixed
|
||||
|
||||
* fix "wallops" command when received, now displayed by WeeChat (bug #17441)
|
||||
@ -2574,10 +2574,10 @@ https://weechat.org/files/releasenotes/ReleaseNotes-devel.html[release notes]
|
||||
* fix crash with register() function in plugin scripts (bug #16701)
|
||||
* fix random crash at exit (/quit or /upgrade) with split windows
|
||||
|
||||
[[0.1.9]]
|
||||
[[v0.1.9]]
|
||||
== Version 0.1.9 (2006-05-25)
|
||||
|
||||
[[0.1.9_features]]
|
||||
[[v0.1.9_features]]
|
||||
=== New features
|
||||
|
||||
* add backtrace when WeeChat crashes, log file automatically renamed
|
||||
@ -2598,7 +2598,7 @@ https://weechat.org/files/releasenotes/ReleaseNotes-devel.html[release notes]
|
||||
* add /cycle command, /part command does close buffer any more (use
|
||||
/buffer close (or alias /close) to part and close buffer
|
||||
|
||||
[[0.1.9_bugs]]
|
||||
[[v0.1.9_bugs]]
|
||||
=== Bugs fixed
|
||||
|
||||
* fix /squery command (message sent to server, now OK with more than two
|
||||
@ -2632,10 +2632,10 @@ https://weechat.org/files/releasenotes/ReleaseNotes-devel.html[release notes]
|
||||
* fix --disable-plugins option in configure script
|
||||
* fix high CPU usage when running under a Screen that has been killed
|
||||
|
||||
[[0.1.8]]
|
||||
[[v0.1.8]]
|
||||
== Version 0.1.8 (2006-03-18)
|
||||
|
||||
[[0.1.8_features]]
|
||||
[[v0.1.8_features]]
|
||||
=== New features
|
||||
|
||||
* improve alias completion (now uses target command for completion)
|
||||
@ -2667,7 +2667,7 @@ https://weechat.org/files/releasenotes/ReleaseNotes-devel.html[release notes]
|
||||
* add option "irc_show_away_once", to show away message only once in pv
|
||||
* add partial Hungarian translation
|
||||
|
||||
[[0.1.8_bugs]]
|
||||
[[v0.1.8_bugs]]
|
||||
=== Bugs fixed
|
||||
|
||||
* improve Ruby plugin
|
||||
@ -2687,10 +2687,10 @@ https://weechat.org/files/releasenotes/ReleaseNotes-devel.html[release notes]
|
||||
* fix bug with buffer detection in plugins/scripts commands
|
||||
* fix bug with /history command
|
||||
|
||||
[[0.1.7]]
|
||||
[[v0.1.7]]
|
||||
== Version 0.1.7 (2006-01-14)
|
||||
|
||||
[[0.1.7_features]]
|
||||
[[v0.1.7_features]]
|
||||
=== New features
|
||||
|
||||
* remove "irc_default_msg_away" setting, for RFC 2812 conformity (/away command
|
||||
@ -2714,7 +2714,7 @@ https://weechat.org/files/releasenotes/ReleaseNotes-devel.html[release notes]
|
||||
resized
|
||||
* add /history command
|
||||
|
||||
[[0.1.7_bugs]]
|
||||
[[v0.1.7_bugs]]
|
||||
=== Bugs fixed
|
||||
|
||||
* fix msg command (now allowed in private buffer with "*" as target)
|
||||
@ -2723,10 +2723,10 @@ https://weechat.org/files/releasenotes/ReleaseNotes-devel.html[release notes]
|
||||
* fix display bug in chat window when a message length equals to window width
|
||||
* fix infinite loop when resizing term to small size
|
||||
|
||||
[[0.1.6]]
|
||||
[[v0.1.6]]
|
||||
== Version 0.1.6 (2005-11-11)
|
||||
|
||||
[[0.1.6_features]]
|
||||
[[v0.1.6_features]]
|
||||
=== New features
|
||||
|
||||
* new color management system, IRC colors are now correctly displayed and can
|
||||
@ -2750,16 +2750,16 @@ https://weechat.org/files/releasenotes/ReleaseNotes-devel.html[release notes]
|
||||
* enhanced "smart" hotlist, with names (new options:
|
||||
look_hotlist_names_{count|level|length})
|
||||
|
||||
[[0.1.6_bugs]]
|
||||
[[v0.1.6_bugs]]
|
||||
=== Bugs fixed
|
||||
|
||||
* fix scroll problem when one line is bigger than screen size
|
||||
* fix IRC message parser bug
|
||||
|
||||
[[0.1.5]]
|
||||
[[v0.1.5]]
|
||||
== Version 0.1.5 (2005-09-24)
|
||||
|
||||
[[0.1.5_features]]
|
||||
[[v0.1.5_features]]
|
||||
=== New features
|
||||
|
||||
* add /ame command (send CTCP action to all channels of all connected servers)
|
||||
@ -2772,7 +2772,7 @@ https://weechat.org/files/releasenotes/ReleaseNotes-devel.html[release notes]
|
||||
* add keys key[ctrl-]key[Up]/key[Down] to call previous/next command in global
|
||||
history (common to all buffers)
|
||||
|
||||
[[0.1.5_bugs]]
|
||||
[[v0.1.5_bugs]]
|
||||
=== Bugs fixed
|
||||
|
||||
* fix DCC bug: delete failed file only if really empty (on disk)
|
||||
@ -2787,10 +2787,10 @@ https://weechat.org/files/releasenotes/ReleaseNotes-devel.html[release notes]
|
||||
* fix look_nicklist_min_size and look_nicklist_max_size options
|
||||
* fix refresh bug when changing channel modes
|
||||
|
||||
[[0.1.4]]
|
||||
[[v0.1.4]]
|
||||
== Version 0.1.4 (2005-07-30)
|
||||
|
||||
[[0.1.4_features]]
|
||||
[[v0.1.4_features]]
|
||||
=== New features
|
||||
|
||||
* join and part/quit prefixes (arrows) now displayed with different colors
|
||||
@ -2806,7 +2806,7 @@ https://weechat.org/files/releasenotes/ReleaseNotes-devel.html[release notes]
|
||||
* add auto-prefix with "#" for channels (if no prefix found), with /join
|
||||
command
|
||||
|
||||
[[0.1.4_bugs]]
|
||||
[[v0.1.4_bugs]]
|
||||
=== Bugs fixed
|
||||
|
||||
* fix auto-rejoin for channels with key
|
||||
@ -2819,10 +2819,10 @@ https://weechat.org/files/releasenotes/ReleaseNotes-devel.html[release notes]
|
||||
* fix bug with IRC URL on command line (irc://)
|
||||
* fix some curses refreshs
|
||||
|
||||
[[0.1.3]]
|
||||
[[v0.1.3]]
|
||||
== Version 0.1.3 (2005-07-02)
|
||||
|
||||
[[0.1.3_features]]
|
||||
[[v0.1.3_features]]
|
||||
=== New features
|
||||
|
||||
* proxy support (http, socks4, socks5) with authentication (http, socks5)
|
||||
@ -2837,7 +2837,7 @@ https://weechat.org/files/releasenotes/ReleaseNotes-devel.html[release notes]
|
||||
"server_notify_levels" for server sections)
|
||||
* part message now accepts %v (replaced by WeeChat version), like quit message
|
||||
|
||||
[[0.1.3_bugs]]
|
||||
[[v0.1.3_bugs]]
|
||||
=== Bugs fixed
|
||||
|
||||
* errors while loading perl scripts are now displayed in server buffer
|
||||
@ -2852,10 +2852,10 @@ https://weechat.org/files/releasenotes/ReleaseNotes-devel.html[release notes]
|
||||
* fix startup crash when config file (~/.weechat/weechat.rc) is not found
|
||||
* improve Perl/Python libs detection for ./configure script
|
||||
|
||||
[[0.1.2]]
|
||||
[[v0.1.2]]
|
||||
== Version 0.1.2 (2005-05-21)
|
||||
|
||||
[[0.1.2_features]]
|
||||
[[v0.1.2_features]]
|
||||
=== New features
|
||||
|
||||
* add Python plugin support, improve Perl interface (and now Perl/Python
|
||||
@ -2868,17 +2868,17 @@ https://weechat.org/files/releasenotes/ReleaseNotes-devel.html[release notes]
|
||||
* WeeChat now OK under *BSD and Mac OS X
|
||||
* add missing IRC commands (307, 341, 485, 671)
|
||||
|
||||
[[0.1.2_bugs]]
|
||||
[[v0.1.2_bugs]]
|
||||
=== Bugs fixed
|
||||
|
||||
* fix nicklist sort
|
||||
* fix crash when purging old DCC
|
||||
* fix crash with 64-bits arch (like AMD64) when converting UTF-8
|
||||
|
||||
[[0.1.1]]
|
||||
[[v0.1.1]]
|
||||
== Version 0.1.1 (2005-03-20)
|
||||
|
||||
[[0.1.1_features]]
|
||||
[[v0.1.1_features]]
|
||||
=== New features
|
||||
|
||||
* add nicks count for channel buffers
|
||||
@ -2898,7 +2898,7 @@ https://weechat.org/files/releasenotes/ReleaseNotes-devel.html[release notes]
|
||||
* improve /help command output
|
||||
* plugins messages are logged with new config option (log_plugin_msg)
|
||||
|
||||
[[0.1.1_bugs]]
|
||||
[[v0.1.1_bugs]]
|
||||
=== Bugs fixed
|
||||
|
||||
* fix /kick command
|
||||
@ -2906,10 +2906,10 @@ https://weechat.org/files/releasenotes/ReleaseNotes-devel.html[release notes]
|
||||
* fix /buffer close command (now OK when disconnected from server)
|
||||
* fix display bugs when many windows are opened
|
||||
|
||||
[[0.1.0]]
|
||||
[[v0.1.0]]
|
||||
== Version 0.1.0 (2005-02-12)
|
||||
|
||||
[[0.1.0_features]]
|
||||
[[v0.1.0_features]]
|
||||
=== New features
|
||||
|
||||
* improve /window command: now split and merge are OK
|
||||
@ -2929,7 +2929,7 @@ https://weechat.org/files/releasenotes/ReleaseNotes-devel.html[release notes]
|
||||
* add new options for charset (UTF-8 support): look_charset_decode,
|
||||
look_charset_encode and look_charset_internal
|
||||
|
||||
[[0.1.0_bugs]]
|
||||
[[v0.1.0_bugs]]
|
||||
=== Bugs fixed
|
||||
|
||||
* fix many memory leaks
|
||||
@ -2944,10 +2944,10 @@ https://weechat.org/files/releasenotes/ReleaseNotes-devel.html[release notes]
|
||||
* fix /away command (now OK if not away)
|
||||
* logs are now disabled by default (server/channel/private)
|
||||
|
||||
[[0.0.9]]
|
||||
[[v0.0.9]]
|
||||
== Version 0.0.9 (2005-01-01)
|
||||
|
||||
[[0.0.9_features]]
|
||||
[[v0.0.9_features]]
|
||||
=== New features
|
||||
|
||||
* auto-reconnection to server (new options: server_autoreconnect (on/off),
|
||||
@ -2959,7 +2959,7 @@ https://weechat.org/files/releasenotes/ReleaseNotes-devel.html[release notes]
|
||||
* add new config option: "server_command_delay" (delay in seconds after startup
|
||||
command for each server)
|
||||
|
||||
[[0.0.9_bugs]]
|
||||
[[v0.0.9_bugs]]
|
||||
=== Bugs fixed
|
||||
|
||||
* fix major bug when socket is closed by server (100% CPU usage), and
|
||||
@ -2969,10 +2969,10 @@ https://weechat.org/files/releasenotes/ReleaseNotes-devel.html[release notes]
|
||||
* fix display of nick mode changes
|
||||
* fix /notice command (and display when received from server)
|
||||
|
||||
[[0.0.8]]
|
||||
[[v0.0.8]]
|
||||
== Version 0.0.8 (2004-10-30)
|
||||
|
||||
[[0.0.8_features]]
|
||||
[[v0.0.8_features]]
|
||||
=== New features
|
||||
|
||||
* nickserv passwords hidden (new config option: log_hide_nickserv_pwd on/off)
|
||||
@ -2987,7 +2987,7 @@ https://weechat.org/files/releasenotes/ReleaseNotes-devel.html[release notes]
|
||||
* add key for redrawing terminal (key[ctrl-l])
|
||||
* add key for clearing hotlist (key[alt-r])
|
||||
|
||||
[[0.0.8_bugs]]
|
||||
[[v0.0.8_bugs]]
|
||||
=== Bugs fixed
|
||||
|
||||
* fix /kick command: now OK with many words as reason
|
||||
@ -2996,10 +2996,10 @@ https://weechat.org/files/releasenotes/ReleaseNotes-devel.html[release notes]
|
||||
* "-MORE-" message is now erased when switching to another buffer
|
||||
* /query command now reopens private buffer if already opened
|
||||
|
||||
[[0.0.7]]
|
||||
[[v0.0.7]]
|
||||
== Version 0.0.7 (2004-08-08)
|
||||
|
||||
[[0.0.7_features]]
|
||||
[[v0.0.7_features]]
|
||||
=== New features
|
||||
|
||||
* new "col_status_delimiters" config option
|
||||
@ -3009,7 +3009,7 @@ https://weechat.org/files/releasenotes/ReleaseNotes-devel.html[release notes]
|
||||
* unique color for each nick (based on nickname)
|
||||
* add history limit (text buffer and commands)
|
||||
|
||||
[[0.0.7_bugs]]
|
||||
[[v0.0.7_bugs]]
|
||||
=== Bugs fixed
|
||||
|
||||
* action messages are now considered as messages, not crappy joins/parts
|
||||
@ -3018,17 +3018,17 @@ https://weechat.org/files/releasenotes/ReleaseNotes-devel.html[release notes]
|
||||
integer: 1 = compiler debug flag, 2 = same 1 with verbose debug messages in
|
||||
WeeChat (default: 0 = no debug)
|
||||
|
||||
[[0.0.6]]
|
||||
[[v0.0.6]]
|
||||
== Version 0.0.6 (2004-06-05)
|
||||
|
||||
[[0.0.6_features]]
|
||||
[[v0.0.6_features]]
|
||||
=== New features
|
||||
|
||||
* improve channel highlight (priority to message vs join/part)
|
||||
* add command /query (starts private conversation)
|
||||
* add IRC messages 476, 477
|
||||
|
||||
[[0.0.6_bugs]]
|
||||
[[v0.0.6_bugs]]
|
||||
=== Bugs fixed
|
||||
|
||||
* fix bug when opened private win and remote user changes his nick
|
||||
@ -3037,10 +3037,10 @@ https://weechat.org/files/releasenotes/ReleaseNotes-devel.html[release notes]
|
||||
* CTCP Version reply is now in English only and doesn't show host (security
|
||||
reason)
|
||||
|
||||
[[0.0.5]]
|
||||
[[v0.0.5]]
|
||||
== Version 0.0.5 (2004-02-07)
|
||||
|
||||
[[0.0.5_features]]
|
||||
[[v0.0.5_features]]
|
||||
=== New features
|
||||
|
||||
* /set command to modify config options when WeeChat is running
|
||||
@ -3052,7 +3052,7 @@ https://weechat.org/files/releasenotes/ReleaseNotes-devel.html[release notes]
|
||||
* add info bar (optional, "look_infobar" to enable it, "on" by default)
|
||||
* add -c (or --config) command line parameter to see config file options
|
||||
|
||||
[[0.0.5_bugs]]
|
||||
[[v0.0.5_bugs]]
|
||||
=== Bugs fixed
|
||||
|
||||
* fix look_nicklist config option, now enables/disables nicklist
|
||||
@ -3064,16 +3064,16 @@ https://weechat.org/files/releasenotes/ReleaseNotes-devel.html[release notes]
|
||||
* fix crash when config file cannot be written
|
||||
* highlight action messages
|
||||
|
||||
[[0.0.4]]
|
||||
[[v0.0.4]]
|
||||
== Version 0.0.4 (2004-01-01)
|
||||
|
||||
[[0.0.4_features]]
|
||||
[[v0.0.4_features]]
|
||||
=== New features
|
||||
|
||||
* Perl plugin, with auto-load
|
||||
* debug messages can be enabled via ./configure --enable-debug option
|
||||
|
||||
[[0.0.4_bugs]]
|
||||
[[v0.0.4_bugs]]
|
||||
=== Bugs fixed
|
||||
|
||||
* when private window is created (another user is talking), WeeChat does not
|
||||
@ -3081,10 +3081,10 @@ https://weechat.org/files/releasenotes/ReleaseNotes-devel.html[release notes]
|
||||
* highlight when our nick is written in a channel/private window
|
||||
* catch key[ctrl-c] (ignored)
|
||||
|
||||
[[0.0.3]]
|
||||
[[v0.0.3]]
|
||||
== Version 0.0.3 (2003-11-03)
|
||||
|
||||
[[0.0.3_features]]
|
||||
[[v0.0.3_features]]
|
||||
=== New features
|
||||
|
||||
* ./configure script to build WeeChat
|
||||
@ -3093,7 +3093,7 @@ https://weechat.org/files/releasenotes/ReleaseNotes-devel.html[release notes]
|
||||
/trace, /admin, /info, /servlist, /squery, /who, /whowas, /die, /summon,
|
||||
/users, /wallops, /userhost, /ison, /ctcp ping
|
||||
|
||||
[[0.0.3_bugs]]
|
||||
[[v0.0.3_bugs]]
|
||||
=== Bugs fixed
|
||||
|
||||
* nicks are now correctly sorted (op, halfop, voice, other)
|
||||
@ -3104,10 +3104,10 @@ https://weechat.org/files/releasenotes/ReleaseNotes-devel.html[release notes]
|
||||
* fix display bug (text was blinking when scrolling)
|
||||
* code cleanup
|
||||
|
||||
[[0.0.2]]
|
||||
[[v0.0.2]]
|
||||
== Version 0.0.2 (2003-10-05)
|
||||
|
||||
[[0.0.2_features]]
|
||||
[[v0.0.2_features]]
|
||||
=== New features
|
||||
|
||||
* add commands /rehash and /restart
|
||||
@ -3120,13 +3120,13 @@ https://weechat.org/files/releasenotes/ReleaseNotes-devel.html[release notes]
|
||||
* term window title is modified with WeeChat name and version
|
||||
* CTCP version returns more info (about OS)
|
||||
|
||||
[[0.0.2_bugs]]
|
||||
[[v0.0.2_bugs]]
|
||||
=== Bugs fixed
|
||||
|
||||
* fix nicklist display bug
|
||||
* fix crash when sending command which can only be received
|
||||
|
||||
[[0.0.1]]
|
||||
[[v0.0.1]]
|
||||
== Version 0.0.1 (2003-09-27)
|
||||
|
||||
* ncurses GUI with color output
|
||||
|
@ -17,10 +17,10 @@ https://weechat.org/files/changelog/ChangeLog-devel.html[ChangeLog]
|
||||
(file 'ChangeLog.asciidoc' in sources).
|
||||
|
||||
|
||||
[[1.5]]
|
||||
[[v1.5]]
|
||||
== Version 1.5 (2016-05-01)
|
||||
|
||||
[[1.5_nick_coloring]]
|
||||
[[v1.5_nick_coloring]]
|
||||
=== Nick coloring moved to core
|
||||
|
||||
The nick coloring feature has been moved from irc plugin to core.
|
||||
@ -44,7 +44,7 @@ The following info names (used by API function "info_get") are renamed as well:
|
||||
The old info 'irc_nick_color' and 'irc_nick_color_name' are kept for
|
||||
compatibility (especially scripts) and will be removed in an upcoming release.
|
||||
|
||||
[[1.5_callbacks_pointer]]
|
||||
[[v1.5_callbacks_pointer]]
|
||||
=== Pointer in callbacks
|
||||
|
||||
A pointer has been added in all callbacks used by scripts, so the callbacks
|
||||
@ -87,7 +87,7 @@ Following functions are changed in the C API:
|
||||
The function `unhook_all` has a new argument `const char *subplugin` to remove
|
||||
only hooks created by this "subplugin" (script).
|
||||
|
||||
[[1.5_bar_item_away]]
|
||||
[[v1.5_bar_item_away]]
|
||||
=== Bar item "away"
|
||||
|
||||
The bar item "away" has been moved from irc plugin to core (so that away status
|
||||
@ -98,7 +98,7 @@ Two options have been moved from irc plugin (irc.conf) to core (weechat.conf):
|
||||
* 'irc.look.item_away_message' moved to 'weechat.look.item_away_message'
|
||||
* 'irc.color.item_away' moved to 'weechat.color.item_away'
|
||||
|
||||
[[1.5_default_triggers]]
|
||||
[[v1.5_default_triggers]]
|
||||
=== Default triggers
|
||||
|
||||
The default triggers "cmd_pass" and "msg_auth" have been updated to include
|
||||
@ -110,10 +110,10 @@ You can restore them with the following command:
|
||||
/trigger restore cmd_pass msg_auth
|
||||
----
|
||||
|
||||
[[1.4]]
|
||||
[[v1.4]]
|
||||
== Version 1.4 (2016-01-10)
|
||||
|
||||
[[1.4_irc_alternate_nicks]]
|
||||
[[v1.4_irc_alternate_nicks]]
|
||||
=== IRC alternate nicks
|
||||
|
||||
The option 'irc.network.alternate_nick' has been moved into servers
|
||||
@ -134,10 +134,10 @@ For a specific server:
|
||||
/set irc.server.freenode.nicks_alternate off
|
||||
----
|
||||
|
||||
[[1.3]]
|
||||
[[v1.3]]
|
||||
== Version 1.3 (2015-08-16)
|
||||
|
||||
[[1.3_irc_channels_encoding]]
|
||||
[[v1.3_irc_channels_encoding]]
|
||||
=== IRC channels encoding
|
||||
|
||||
If you are using exotic charsets in your channel names (anything different from
|
||||
@ -156,7 +156,7 @@ See these issues for more information: issue #482, issue #218.
|
||||
It is *highly recommended* to use only UTF-8 in WeeChat (wherever you can),
|
||||
because everything is stored as UTF-8 internally.
|
||||
|
||||
[[1.3_alias_command]]
|
||||
[[v1.3_alias_command]]
|
||||
=== Alias command
|
||||
|
||||
The command `/alias` has been updated to list, add and remove aliases.
|
||||
@ -175,13 +175,13 @@ And the alias is removed with this command:
|
||||
/alias del split
|
||||
----
|
||||
|
||||
[[1.3_script_path]]
|
||||
[[v1.3_script_path]]
|
||||
=== Script path
|
||||
|
||||
The option 'script.scripts.dir' has been renamed to 'script.scripts.path'
|
||||
(and the content is now evaluated, see `/help eval`).
|
||||
|
||||
[[1.2]]
|
||||
[[v1.2]]
|
||||
== Version 1.2 (2015-05-10)
|
||||
|
||||
The word chars are now customizable with two options:
|
||||
@ -199,15 +199,15 @@ command:
|
||||
/set weechat.look.word_chars_input "!\u00A0,!\x20,*"
|
||||
----
|
||||
|
||||
[[1.1.1]]
|
||||
[[v1.1.1]]
|
||||
== Version 1.1.1 (2015-01-25)
|
||||
|
||||
Bug fix and maintenance release.
|
||||
|
||||
[[1.1]]
|
||||
[[v1.1]]
|
||||
== Version 1.1 (2015-01-11)
|
||||
|
||||
[[1.1_triggers_regex_format]]
|
||||
[[v1.1_triggers_regex_format]]
|
||||
=== New format for regex replacement in triggers
|
||||
|
||||
A new format is used in regex replacement to use regex groups, this format
|
||||
@ -236,7 +236,7 @@ You can restore them with the following command:
|
||||
If you added triggers with the old regex replacement format, you must update
|
||||
them manually.
|
||||
|
||||
[[1.1_trigger_beep]]
|
||||
[[v1.1_trigger_beep]]
|
||||
=== Default "beep" trigger
|
||||
|
||||
The command of "beep" trigger is now executed only if the message is displayed
|
||||
@ -248,7 +248,7 @@ You can restore the default "beep" trigger with the following command:
|
||||
/trigger restore beep
|
||||
----
|
||||
|
||||
[[1.1_commands_return_code]]
|
||||
[[v1.1_commands_return_code]]
|
||||
=== Return code of commands
|
||||
|
||||
The API function 'weechat_command' now sends the value returned return by
|
||||
@ -261,7 +261,7 @@ explicit error message before returning 'WEECHAT_RC_ERROR'.
|
||||
For C plugins, two macros have been added in weechat-plugin.h:
|
||||
'WEECHAT_COMMAND_MIN_ARGS' and 'WEECHAT_COMMAND_ERROR'.
|
||||
|
||||
[[1.1_inline_commands_completion]]
|
||||
[[v1.1_inline_commands_completion]]
|
||||
=== Completion of inline commands
|
||||
|
||||
WeeChat now completes by default inline commands (not only at beginning of
|
||||
@ -277,7 +277,7 @@ To restore the old behavior (no completion of inline commands):
|
||||
/set weechat.completion.command_inline off
|
||||
----
|
||||
|
||||
[[1.1_relay_irc_backlog_tags]]
|
||||
[[v1.1_relay_irc_backlog_tags]]
|
||||
=== Relay option relay.irc.backlog_tags
|
||||
|
||||
The option 'relay.irc.backlog_tags' is now a list separated by commas
|
||||
@ -286,7 +286,7 @@ The option 'relay.irc.backlog_tags' is now a list separated by commas
|
||||
If you are using a list of tags in this option, you must adjust the value
|
||||
manually.
|
||||
|
||||
[[1.1_relay_ipv6_ipv4]]
|
||||
[[v1.1_relay_ipv6_ipv4]]
|
||||
=== IPv4-mapped IPv6 client address in relay
|
||||
|
||||
The string "::ffff:" has been removed from IPv4-mapped IPv6 client address
|
||||
@ -295,7 +295,7 @@ in relay plugin.
|
||||
If you are using "::ffff:" in option 'relay.network.allowed_ips', you can
|
||||
remove it.
|
||||
|
||||
[[1.1_irc_temporary_servers]]
|
||||
[[v1.1_irc_temporary_servers]]
|
||||
=== Temporary servers disabled by default with /connect
|
||||
|
||||
Creating a temporary server with command `/connect <address>` or
|
||||
@ -308,7 +308,7 @@ the old behavior in command `/connect`:
|
||||
/set irc.look.temporary_servers on
|
||||
----
|
||||
|
||||
[[1.1_timeval_microseconds]]
|
||||
[[v1.1_timeval_microseconds]]
|
||||
=== Microseconds in API timeval functions
|
||||
|
||||
The API functions using timeval are now using or returning microseconds,
|
||||
@ -318,15 +318,15 @@ instead of milliseconds:
|
||||
* function 'util_timeval_add': the argument 'interval' is now expressed in
|
||||
microseconds.
|
||||
|
||||
[[1.0.1]]
|
||||
[[v1.0.1]]
|
||||
== Version 1.0.1 (2014-09-28)
|
||||
|
||||
Bug fix and maintenance release.
|
||||
|
||||
[[1.0]]
|
||||
[[v1.0]]
|
||||
== Version 1.0 (2014-08-15)
|
||||
|
||||
[[1.0_irc_channel_type]]
|
||||
[[v1.0_irc_channel_type]]
|
||||
=== Channel type not added by default on /join
|
||||
|
||||
The channel type is not any more automatically added to a channel name on join
|
||||
@ -339,7 +339,7 @@ the new option:
|
||||
/set irc.look.join_auto_add_chantype on
|
||||
----
|
||||
|
||||
[[1.0_irc_channel_modes_arguments]]
|
||||
[[v1.0_irc_channel_modes_arguments]]
|
||||
=== Hide IRC channel modes arguments
|
||||
|
||||
The option 'irc.look.item_channel_modes_hide_key' has been renamed to
|
||||
@ -353,7 +353,7 @@ behavior (never hide arguments, even with a channel key), you can do:
|
||||
/set irc.look.item_channel_modes_hide_args ""
|
||||
----
|
||||
|
||||
[[1.0_jump_first_last_buffer]]
|
||||
[[v1.0_jump_first_last_buffer]]
|
||||
=== Jump to first/last buffer
|
||||
|
||||
The command `/input jump_last_buffer` has been replaced by `/buffer +`.
|
||||
@ -374,7 +374,7 @@ You can add it with following command:
|
||||
/key missing
|
||||
----
|
||||
|
||||
[[1.0_hotlist_conditions]]
|
||||
[[v1.0_hotlist_conditions]]
|
||||
=== Hotlist conditions
|
||||
|
||||
A new option 'weechat.look.hotlist_add_conditions' has been added. This option
|
||||
@ -393,7 +393,7 @@ default conditions with the following command:
|
||||
/set weechat.look.hotlist_add_conditions "${buffer.num_displayed} == 0"
|
||||
----
|
||||
|
||||
[[1.0_trigger_plugin]]
|
||||
[[v1.0_trigger_plugin]]
|
||||
=== Rmodifier replaced by Trigger plugin
|
||||
|
||||
The trigger plugin replaces the rmodifier plugin, which has been removed
|
||||
@ -410,7 +410,7 @@ If on startup you have an error about API mismatch in plugin 'rmodifier.so',
|
||||
you can manually remove the file (the command `make install` does not remove
|
||||
obsolete plugins).
|
||||
|
||||
[[1.0_bare_display]]
|
||||
[[v1.0_bare_display]]
|
||||
=== Bare display
|
||||
|
||||
A bare display mode has been added (for easy text selection and click on URLs),
|
||||
@ -419,10 +419,10 @@ the new default key is key[alt-l].
|
||||
Use command `/key missing` to add the key or `/key listdiff` to see differences
|
||||
between your current keys and WeeChat default keys.
|
||||
|
||||
[[0.4.3]]
|
||||
[[v0.4.3]]
|
||||
== Version 0.4.3 (2014-02-09)
|
||||
|
||||
[[0.4.3_colors_messages]]
|
||||
[[v0.4.3_colors_messages]]
|
||||
=== Colors in messages
|
||||
|
||||
The color code for "reverse video" in IRC message has been fixed: now WeeChat
|
||||
@ -446,7 +446,7 @@ You can remove the old keys and add the new ones with these commands:
|
||||
/key missing
|
||||
----
|
||||
|
||||
[[0.4.3_terminal_title]]
|
||||
[[v0.4.3_terminal_title]]
|
||||
=== Terminal title
|
||||
|
||||
The boolean option 'weechat.look.set_title' has been renamed to
|
||||
@ -458,7 +458,7 @@ The content is evaluated and the default value is `WeeChat ${info:version}`.
|
||||
Only static content should be used in this option, because the title is
|
||||
refreshed only when the option is changed.
|
||||
|
||||
[[0.4.3_bar_item_buffer_last_number]]
|
||||
[[v0.4.3_bar_item_buffer_last_number]]
|
||||
=== New bar item buffer_last_number
|
||||
|
||||
The bar item 'buffer_count' now displays the number of opened buffers (each
|
||||
@ -470,7 +470,7 @@ currently used.
|
||||
If you want to display last number in the status bar, replace 'buffer_count'
|
||||
by 'buffer_last_number' in your option 'weechat.bar.status.items'.
|
||||
|
||||
[[0.4.3_bar_item_buffer_zoom]]
|
||||
[[v0.4.3_bar_item_buffer_zoom]]
|
||||
=== New bar item buffer_zoom
|
||||
|
||||
A new bar item has been added: 'buffer_zoom'.
|
||||
@ -480,7 +480,7 @@ The default value for status bar items becomes:
|
||||
/set weechat.bar.status.items "[time],[buffer_count],[buffer_plugin],buffer_number+:+buffer_name+(buffer_modes)+{buffer_nicklist_count}+buffer_zoom+buffer_filter,[lag],[hotlist],completion,scroll"
|
||||
----
|
||||
|
||||
[[0.4.3_irc_messages_channel_join]]
|
||||
[[v0.4.3_irc_messages_channel_join]]
|
||||
=== IRC messages on channel join
|
||||
|
||||
The names are not displayed any more by default on channel join (they are in
|
||||
@ -496,7 +496,7 @@ If you want to display all messages on join (including names), you can do:
|
||||
/set irc.look.display_join_message "329,332,333,353,366"
|
||||
----
|
||||
|
||||
[[0.4.3_irc_maximum_lag]]
|
||||
[[v0.4.3_irc_maximum_lag]]
|
||||
=== Maximum lag in IRC
|
||||
|
||||
Option 'irc.network.lag_max' has been added.
|
||||
@ -507,10 +507,10 @@ never occur.
|
||||
|
||||
You should check the value of both options and fix them if needed.
|
||||
|
||||
[[0.4.2]]
|
||||
[[v0.4.2]]
|
||||
== Version 0.4.2 (2013-10-06)
|
||||
|
||||
[[0.4.2_day_change_message]]
|
||||
[[v0.4.2_day_change_message]]
|
||||
=== Day change message
|
||||
|
||||
The day change message is now dynamically displayed, and therefore is not stored
|
||||
@ -526,7 +526,7 @@ After `/upgrade` from an old version, you will see two messages for each day
|
||||
change. This is a normal behavior and will not happen again with the next day
|
||||
changes.
|
||||
|
||||
[[0.4.2_buffer_regex_search]]
|
||||
[[v0.4.2_buffer_regex_search]]
|
||||
=== Regex search in buffer
|
||||
|
||||
Search with regular expression has been added, and therefore some keys in search
|
||||
@ -557,13 +557,13 @@ To view keys in search context:
|
||||
|
||||
For more information, see the chapter about keys in the 'WeeChat User's guide'.
|
||||
|
||||
[[0.4.2_rmodifier]]
|
||||
[[v0.4.2_rmodifier]]
|
||||
=== New rmodifier
|
||||
|
||||
A new rmodifier "secure" has been added to hide passphrase and passwords
|
||||
displayed by command "/secure". Use command `/rmodifier missing` to add it.
|
||||
|
||||
[[0.4.2_color_codes_options]]
|
||||
[[v0.4.2_color_codes_options]]
|
||||
=== Color codes in options
|
||||
|
||||
The format for color codes in some options has changed. The options are
|
||||
@ -589,7 +589,7 @@ Example:
|
||||
/set weechat.look.buffer_time_format "${color:251}%H${color:243}%M${color:238}%S"
|
||||
----
|
||||
|
||||
[[0.4.2_binary_man_page]]
|
||||
[[v0.4.2_binary_man_page]]
|
||||
=== Binary and man page
|
||||
|
||||
WeeChat binary and man page have been renamed from `weechat-curses` to
|
||||
@ -607,7 +607,7 @@ For packagers: you should create the link `weechat-curses` -> `weechat` if it's
|
||||
not automatically created in the package (both cmake and configure are creating
|
||||
this link on make install).
|
||||
|
||||
[[0.4.2_man_page_documentation]]
|
||||
[[v0.4.2_man_page_documentation]]
|
||||
=== Man page / documentation
|
||||
|
||||
Documentation is not built by default any more, you have to use option
|
||||
@ -617,15 +617,15 @@ The man page is now built with asciidoc and translated in several
|
||||
languages. A new cmake option `ENABLE_MAN` has been added to compile man page
|
||||
(`OFF` by default).
|
||||
|
||||
[[0.4.2_aspell_colors]]
|
||||
[[v0.4.2_aspell_colors]]
|
||||
=== Aspell colors
|
||||
|
||||
Option 'aspell.look.color' has been renamed to 'aspell.color.misspelled'.
|
||||
|
||||
[[0.4.1]]
|
||||
[[v0.4.1]]
|
||||
== Version 0.4.1 (2013-05-20)
|
||||
|
||||
[[0.4.1_relay_nicklist_diff]]
|
||||
[[v0.4.1_relay_nicklist_diff]]
|
||||
=== Nicklist diff in relay
|
||||
|
||||
A new message with identifier "_nicklist_diff" has been added in relay (WeeChat
|
||||
@ -636,7 +636,7 @@ Clients using nicklist must implement it.
|
||||
|
||||
For more info about content of message, see document 'WeeChat Relay Protocol'.
|
||||
|
||||
[[0.4.1_dynamic_nick_prefix_suffix]]
|
||||
[[v0.4.1_dynamic_nick_prefix_suffix]]
|
||||
=== Dynamic nick prefix/suffix
|
||||
|
||||
The nick prefix/suffix (for example: "<" and ">") are now dynamic and used on
|
||||
@ -698,14 +698,14 @@ New options in logger plugin (logger.conf):
|
||||
* 'logger.file.nick_suffix': suffix for nicks in log files (default: empty
|
||||
string)
|
||||
|
||||
[[0.4.1_irc_reconnection_lag]]
|
||||
[[v0.4.1_irc_reconnection_lag]]
|
||||
=== IRC reconnection on important lag
|
||||
|
||||
Option 'irc.network.lag_disconnect' has been renamed to
|
||||
'irc.network.lag_reconnect' and value is now a number of seconds (instead of
|
||||
minutes).
|
||||
|
||||
[[0.4.1_irc_passwords_hidden]]
|
||||
[[v0.4.1_irc_passwords_hidden]]
|
||||
=== IRC passwords hidden
|
||||
|
||||
IRC plugin is now using modifiers "irc_command_auth" and "irc_message_auth" to
|
||||
@ -733,7 +733,7 @@ If you added/changed some rmodifiers, do it manually with these commands:
|
||||
/rmodifier add message_auth irc_message_auth 1,3* ^(.*(id|identify|register|ghost \S+|release \S+) +)(.*)
|
||||
----
|
||||
|
||||
[[0.4.1_lua_constants]]
|
||||
[[v0.4.1_lua_constants]]
|
||||
=== Lua constants
|
||||
|
||||
For consistency with other supported languages, the API constants in Lua have
|
||||
@ -756,7 +756,7 @@ The new syntax is:
|
||||
return weechat.WEECHAT_RC_OK
|
||||
----
|
||||
|
||||
[[0.4.1_guile_callbacks]]
|
||||
[[v0.4.1_guile_callbacks]]
|
||||
=== Guile callbacks
|
||||
|
||||
The way to give arguments for guile callbacks has been fixed: now arguments are
|
||||
@ -765,10 +765,10 @@ sent individually (instead of a list with all arguments inside).
|
||||
Therefore, existing guile scripts must be modified accordingly. Moreover,
|
||||
WeeChat now requires Guile ≥ 2.0 to compile.
|
||||
|
||||
[[0.4.0]]
|
||||
[[v0.4.0]]
|
||||
== Version 0.4.0 (2013-01-20)
|
||||
|
||||
[[0.4.0_bars_conditions]]
|
||||
[[v0.4.0_bars_conditions]]
|
||||
=== Conditions in bars
|
||||
|
||||
Conditions in bars have changed, and now an expression is evaluated.
|
||||
@ -777,7 +777,7 @@ If you have a value with many conditions in a bar, like: `nicklist,active`, you
|
||||
must now use an expression like: `${nicklist} && ${active}` (see the chapter
|
||||
about bars in the 'WeeChat User's guide').
|
||||
|
||||
[[0.4.0_ipv6_default]]
|
||||
[[v0.4.0_ipv6_default]]
|
||||
=== IPv6 by default
|
||||
|
||||
==== IRC
|
||||
@ -799,21 +799,21 @@ disable IPv6 in relay if you don't plan to use it at all:
|
||||
/set relay.network.ipv6 off
|
||||
----
|
||||
|
||||
[[0.3.9.2]]
|
||||
[[v0.3.9.2]]
|
||||
== Version 0.3.9.2 (2012-11-18)
|
||||
|
||||
This version fixes a security vulnerability when a plugin/script gives
|
||||
untrusted command to API function "hook_process".
|
||||
|
||||
[[0.3.9.1]]
|
||||
[[v0.3.9.1]]
|
||||
== Version 0.3.9.1 (2012-11-09)
|
||||
|
||||
This version fixes crash when decoding IRC colors in strings.
|
||||
|
||||
[[0.3.9]]
|
||||
[[v0.3.9]]
|
||||
== Version 0.3.9 (2012-09-29)
|
||||
|
||||
[[0.3.9_options_moved]]
|
||||
[[v0.3.9_options_moved]]
|
||||
=== Options moved
|
||||
|
||||
Options moved from core (weechat.conf) to irc plugin (irc.conf):
|
||||
@ -822,7 +822,7 @@ Options moved from core (weechat.conf) to irc plugin (irc.conf):
|
||||
with values: none/prefix/action/both)
|
||||
* 'weechat.look.nickmode_empty' moved to 'irc.look.nick_mode_empty'
|
||||
|
||||
[[0.3.9_bar_item_buffer_modes]]
|
||||
[[v0.3.9_bar_item_buffer_modes]]
|
||||
=== New bar item buffer_modes
|
||||
|
||||
A new bar item has been added: 'buffer_modes' and irc option
|
||||
@ -835,7 +835,7 @@ for status bar items becomes:
|
||||
/set weechat.bar.status.items "[time],[buffer_count],[buffer_plugin],buffer_number+:+buffer_name+(buffer_modes)+{buffer_nicklist_count}+buffer_filter,[lag],[hotlist],completion,scroll"
|
||||
----
|
||||
|
||||
[[0.3.9_command_aspell]]
|
||||
[[v0.3.9_command_aspell]]
|
||||
=== Command /aspell
|
||||
|
||||
New options in command `/aspell`:
|
||||
@ -850,7 +850,7 @@ Options renamed in command `/aspell`:
|
||||
* `disable` renamed to `deldict` (delete dictionary used on current buffer)
|
||||
* `dictlist` renamed to `listdict` (show installed dictionaries)
|
||||
|
||||
[[0.3.9_horizontal_separator]]
|
||||
[[v0.3.9_horizontal_separator]]
|
||||
=== Horizontal separator
|
||||
|
||||
An horizontal separator has been added between split windows, and two options
|
||||
@ -859,16 +859,16 @@ have been added to toggle separators (both are enabled by default):
|
||||
* 'weechat.look.window_separator_horizontal'
|
||||
* 'weechat.look.window_separator_vertical'
|
||||
|
||||
[[0.3.9_new_keys]]
|
||||
[[v0.3.9_new_keys]]
|
||||
=== New keys
|
||||
|
||||
New keys were added, use command `/key missing` to add them or `/key listdiff`
|
||||
to see differences between your current keys and WeeChat default keys.
|
||||
|
||||
[[0.3.8]]
|
||||
[[v0.3.8]]
|
||||
== Version 0.3.8 (2012-06-03)
|
||||
|
||||
[[0.3.8_options]]
|
||||
[[v0.3.8_options]]
|
||||
=== Options
|
||||
|
||||
Options 'weechat.look.prefix_align_more' and
|
||||
@ -879,7 +879,7 @@ to string:
|
||||
this char
|
||||
* if the value was off, you have to set " " (string with one space)
|
||||
|
||||
[[0.3.8_paste_detection]]
|
||||
[[v0.3.8_paste_detection]]
|
||||
=== Paste detection
|
||||
|
||||
Option 'weechat.look.paste_max_lines' can now be used with value 0 to detect
|
||||
@ -891,7 +891,7 @@ disable paste detection: if your value was 0, you should set it to -1
|
||||
/set weechat.look.paste_max_lines -1
|
||||
----
|
||||
|
||||
[[0.3.8_rmodifier]]
|
||||
[[v0.3.8_rmodifier]]
|
||||
=== Rmodifier
|
||||
|
||||
Rmodifier "nickserv" has a new default regex which includes option "release"
|
||||
@ -910,10 +910,10 @@ If you added/changed some rmodifiers, do it manually with these commands:
|
||||
/rmodifier add nickserv history_add,input_text_display 1,4* ^(/(msg|quote) +nickserv +(id|identify|ghost \S+|release \S+) +)(.*)
|
||||
----
|
||||
|
||||
[[0.3.7]]
|
||||
[[v0.3.7]]
|
||||
== Version 0.3.7 (2012-02-26)
|
||||
|
||||
[[0.3.7_options]]
|
||||
[[v0.3.7_options]]
|
||||
=== Options
|
||||
|
||||
Option `scroll_unread` has been moved from command `/input` to `/window`,
|
||||
@ -931,7 +931,7 @@ Option 'weechat.plugin.extension' now supports list of extensions, and new
|
||||
default value is ".so,.dll" (with this value, weechat.conf is compatible with
|
||||
Cygwin).
|
||||
|
||||
[[0.3.7_extended_regex]]
|
||||
[[v0.3.7_extended_regex]]
|
||||
=== Extended regex
|
||||
|
||||
Extended regex is used in filters and irc ignore, so some chars that needed
|
||||
@ -942,26 +942,26 @@ Option 'weechat.look.highlight_regex' becomes case insensitive by default, to
|
||||
make it case sensitive, use "(?-i)" at beginning of string, for example:
|
||||
"(?-i)FlashCode|flashy".
|
||||
|
||||
[[0.3.6]]
|
||||
[[v0.3.6]]
|
||||
== Version 0.3.6 (2011-10-22)
|
||||
|
||||
[[0.3.6_options]]
|
||||
[[v0.3.6_options]]
|
||||
=== Options
|
||||
|
||||
Option 'weechat.look.hline_char' has been renamed to
|
||||
'weechat.look.separator_horizontal'.
|
||||
|
||||
[[0.3.6_colors_bold]]
|
||||
[[v0.3.6_colors_bold]]
|
||||
=== Bold in colors
|
||||
|
||||
Bold is not used any more for basic colors (used only if terminal has less than
|
||||
16 colors), a new option has been added to force bold if needed:
|
||||
'weechat.look.color_basic_force_bold'.
|
||||
|
||||
[[0.3.5]]
|
||||
[[v0.3.5]]
|
||||
== Version 0.3.5 (2011-05-15)
|
||||
|
||||
[[0.3.5_colors]]
|
||||
[[v0.3.5_colors]]
|
||||
=== Colors
|
||||
|
||||
If you have some colors defined in section "palette" with version 0.3.4, you
|
||||
@ -973,10 +973,10 @@ option 'irc.color.nick_prefixes', therefore following options will be lost:
|
||||
'irc.color.nick_prefix_op', 'irc.color.nick_prefix_halfop',
|
||||
'irc.color.nick_prefix_voice', 'irc.color.nick_prefix_user'.
|
||||
|
||||
[[0.3.5_hotlist]]
|
||||
[[v0.3.5_hotlist]]
|
||||
=== Hotlist
|
||||
|
||||
[[0.3.5_hotlist_counters]]
|
||||
[[v0.3.5_hotlist_counters]]
|
||||
==== Counters
|
||||
|
||||
Count of messages have been added to hotlist by default, if you want to come
|
||||
@ -987,7 +987,7 @@ back to old behavior, do that:
|
||||
/set weechat.look.hotlist_buffer_separator ","
|
||||
----
|
||||
|
||||
[[0.3.5_hotlist_away_current_buffer]]
|
||||
[[v0.3.5_hotlist_away_current_buffer]]
|
||||
==== Away and current buffer
|
||||
|
||||
When you are away, all buffers are now added to hotlist by default (even if
|
||||
@ -998,16 +998,16 @@ that:
|
||||
/set weechat.look.hotlist_add_buffer_if_away off
|
||||
----
|
||||
|
||||
[[0.3.5_new_keys]]
|
||||
[[v0.3.5_new_keys]]
|
||||
=== New keys
|
||||
|
||||
New keys were added, use command `/key missing` to add them or `/key listdiff`
|
||||
to see differences between your current keys and WeeChat default keys.
|
||||
|
||||
[[0.3.4]]
|
||||
[[v0.3.4]]
|
||||
== Version 0.3.4 (2011-01-16)
|
||||
|
||||
[[0.3.4_after_upgrade]]
|
||||
[[v0.3.4_after_upgrade]]
|
||||
=== After /upgrade
|
||||
|
||||
If you are using `/upgrade` from a previous release:
|
||||
@ -1019,7 +1019,7 @@ If you are using `/upgrade` from a previous release:
|
||||
* nick colors in messages displayed will be wrong if you changed some nick
|
||||
colors (old default colors will be used)
|
||||
|
||||
[[0.3.4_options]]
|
||||
[[v0.3.4_options]]
|
||||
=== Options
|
||||
|
||||
Some IRC options have been renamed, before upgrading to this version, note
|
||||
@ -1046,16 +1046,16 @@ value for old options, and set them again with new name:
|
||||
** 'irc.look.open_pv_near_server' moved to 'irc.look.new_pv_position'
|
||||
(old option was boolean, new is integer with value as string)
|
||||
|
||||
[[0.3.3]]
|
||||
[[v0.3.3]]
|
||||
== Version 0.3.3 (2010-08-07)
|
||||
|
||||
[[0.3.3_after_upgrade]]
|
||||
[[v0.3.3_after_upgrade]]
|
||||
=== After /upgrade
|
||||
|
||||
If you are using `/upgrade` from a previous release, then you must reconnect to
|
||||
IRC servers in order to use new command /wallchops.
|
||||
|
||||
[[0.3.3_options]]
|
||||
[[v0.3.3_options]]
|
||||
=== Options
|
||||
|
||||
Option 'irc.look.show_away_once' has been renamed to
|
||||
@ -1064,10 +1064,10 @@ Option 'irc.look.show_away_once' has been renamed to
|
||||
Option 'irc.network.lag_min_show' is now in milliseconds, you should set new
|
||||
value: your current value multiplied by 1000 (new default value is 500).
|
||||
|
||||
[[0.3.2]]
|
||||
[[v0.3.2]]
|
||||
== Version 0.3.2 (2010-04-18)
|
||||
|
||||
[[0.3.2_after_upgrade]]
|
||||
[[v0.3.2_after_upgrade]]
|
||||
=== After /upgrade
|
||||
|
||||
If you are using `/upgrade` from a previous release, then you must execute this
|
||||
@ -1078,17 +1078,17 @@ needed on WeeChat core buffer or buffers from other plugins/scripts):
|
||||
/buffer set highlight_words $nick
|
||||
----
|
||||
|
||||
[[0.3.1.1]]
|
||||
[[v0.3.1.1]]
|
||||
== Version 0.3.1.1 (2010-01-31)
|
||||
|
||||
This version fixes crashes with SSL connection and purge of old DCC chats.
|
||||
|
||||
All users of version 0.3.1 should upgrade to this version.
|
||||
|
||||
[[0.3.1]]
|
||||
[[v0.3.1]]
|
||||
== Version 0.3.1 (2010-01-23)
|
||||
|
||||
[[0.3.1_aliases]]
|
||||
[[v0.3.1_aliases]]
|
||||
=== Aliases
|
||||
|
||||
IRC commands /ame and /amsg are now aliases, if you are upgrading from version
|
||||
@ -1101,7 +1101,7 @@ IRC commands /ame and /amsg are now aliases, if you are upgrading from version
|
||||
/alias anick allserv /nick
|
||||
----
|
||||
|
||||
[[0.3.0]]
|
||||
[[v0.3.0]]
|
||||
== Version 0.3.0 (2009-09-06)
|
||||
|
||||
This version brings *MAJOR* changes, especially for configuration files and
|
||||
@ -1125,47 +1125,47 @@ More information about new API is available on wiki:
|
||||
http://wiki.flashtux.org/wiki/WeeChat_0.3.0
|
||||
and http://wiki.flashtux.org/wiki/WeeChat_0.3.0_API
|
||||
|
||||
[[0.2.6.3]]
|
||||
[[v0.2.6.3]]
|
||||
== Version 0.2.6.3 (2009-06-13)
|
||||
|
||||
This version fixes gnutls detection.
|
||||
|
||||
[[0.2.6.2]]
|
||||
[[v0.2.6.2]]
|
||||
== Version 0.2.6.2 (2009-04-18)
|
||||
|
||||
This version fixes a bug with charset decoding (like 'iso2022jp').
|
||||
|
||||
[[0.2.6.1]]
|
||||
[[v0.2.6.1]]
|
||||
== Version 0.2.6.1 (2009-03-14)
|
||||
|
||||
This version fixes a major bug: crash with some special chars in IRC messages.
|
||||
|
||||
[[0.2.6]]
|
||||
[[v0.2.6]]
|
||||
== Version 0.2.6 (2007-09-06)
|
||||
|
||||
No release note.
|
||||
|
||||
[[0.2.5]]
|
||||
[[v0.2.5]]
|
||||
== Version 0.2.5 (2007-06-07)
|
||||
|
||||
No release note.
|
||||
|
||||
[[0.2.4]]
|
||||
[[v0.2.4]]
|
||||
== Version 0.2.4 (2007-03-29)
|
||||
|
||||
No release note.
|
||||
|
||||
[[0.2.3]]
|
||||
[[v0.2.3]]
|
||||
== Version 0.2.3 (2007-01-10)
|
||||
|
||||
This version fixes several major bugs of version 0.2.2.
|
||||
|
||||
All users of version 0.2.2 should upgrade to this version.
|
||||
|
||||
[[0.2.2]]
|
||||
[[v0.2.2]]
|
||||
== Version 0.2.2 (2007-01-06)
|
||||
|
||||
[[0.2.2_charset_plugin]]
|
||||
[[v0.2.2_charset_plugin]]
|
||||
=== Charset plugin
|
||||
|
||||
For users of any previous version, all your charset settings in weechat.rc will
|
||||
@ -1191,7 +1191,7 @@ For server encode (on server buffer):
|
||||
/charset encode ISO-8859-1
|
||||
----
|
||||
|
||||
[[0.2.2_new_keys]]
|
||||
[[v0.2.2_new_keys]]
|
||||
=== New keys
|
||||
|
||||
New keys for topic scroll: key[F9]/key[F10].
|
||||
@ -1209,21 +1209,21 @@ Which gives something like:
|
||||
/key meta2-21~ scroll_topic_right
|
||||
----
|
||||
|
||||
[[0.2.1]]
|
||||
[[v0.2.1]]
|
||||
== Version 0.2.1 (2006-10-01)
|
||||
|
||||
No release note.
|
||||
|
||||
[[0.2.0]]
|
||||
[[v0.2.0]]
|
||||
== Version 0.2.0 (2006-08-19)
|
||||
|
||||
[[0.2.0_after_upgrade]]
|
||||
[[v0.2.0_after_upgrade]]
|
||||
=== After /upgrade
|
||||
|
||||
If you upgraded with `/upgrade` in WeeChat, you should `/disconnect` and then
|
||||
`/reconnect` on each server, to display properly channel/user modes.
|
||||
|
||||
[[0.2.0_plugins]]
|
||||
[[v0.2.0_plugins]]
|
||||
=== Plugins
|
||||
|
||||
If you're using plugins, you should remove some old plugins libraries in
|
||||
@ -1231,26 +1231,26 @@ WeeChat system library directory (commonly '/usr/local/lib/weechat/plugins'):
|
||||
remove `lib*` files (like `libperl.*`, `libpython.*`, ..) and keep only new
|
||||
libraries (`perl.*`, `python.*`, ..).
|
||||
|
||||
[[0.1.9]]
|
||||
[[v0.1.9]]
|
||||
== Version 0.1.9 (2006-05-25)
|
||||
|
||||
[[0.1.9_dcc_chat]]
|
||||
[[v0.1.9_dcc_chat]]
|
||||
=== DCC chat
|
||||
|
||||
Please close all DCC chat buffers before using /upgrade command, otherwise you
|
||||
may experience problems with DCC chats.
|
||||
|
||||
[[0.1.9_script_api]]
|
||||
[[v0.1.9_script_api]]
|
||||
=== Script API
|
||||
|
||||
Some changes in script API: now timer handlers functions takes exactly 0 (zero)
|
||||
argument (in version 0.1.8, two arguments were mandatory but not used: server
|
||||
and arguments).
|
||||
|
||||
[[0.1.8]]
|
||||
[[v0.1.8]]
|
||||
== Version 0.1.8 (2006-03-18)
|
||||
|
||||
[[0.1.8_after_upgrade]]
|
||||
[[v0.1.8_after_upgrade]]
|
||||
=== After /upgrade
|
||||
|
||||
After installing 0.1.8 (or with `/upgrade`), issue both commands (if you didn't
|
||||
@ -1263,7 +1263,7 @@ redefine these keys (key[alt-]key[Home]/key[End]):
|
||||
|
||||
Then launch again WeeChat (or issue `/upgrade`).
|
||||
|
||||
[[0.1.8_configuration_files]]
|
||||
[[v0.1.8_configuration_files]]
|
||||
=== Configuration files
|
||||
|
||||
It is recommended for users of version 0.1.7 (or any older), to replace values
|
||||
@ -1275,22 +1275,22 @@ in setup file ('~/.weechat/weechat.rc'):
|
||||
The string '%h' is replaced by WeeChat home (default: '~/.weechat', may be
|
||||
overridden by new command line argument `--dir`).
|
||||
|
||||
[[0.1.8_keys]]
|
||||
[[v0.1.8_keys]]
|
||||
=== Keys
|
||||
|
||||
Keys key[alt-]key[Home]/key[End] were used for nicklist scroll, they're now
|
||||
replaced by key[alt-]key[F11]/key[F12].
|
||||
|
||||
[[0.1.7]]
|
||||
[[v0.1.7]]
|
||||
== Version 0.1.7 (2006-01-14)
|
||||
|
||||
[[0.1.7_ruby]]
|
||||
[[v0.1.7_ruby]]
|
||||
=== Ruby
|
||||
|
||||
Ruby script plugin has been added but is experimental in this release. You're
|
||||
warned!
|
||||
|
||||
[[0.1.7_command_away]]
|
||||
[[v0.1.7_command_away]]
|
||||
=== Command /away
|
||||
|
||||
Command `/away` was changed to be RFC 2812 compliant. Now argument is required
|
||||
@ -1298,23 +1298,23 @@ to set away, and no argument means remove away ("back").
|
||||
|
||||
Option 'irc_default_msg_away' has been removed.
|
||||
|
||||
[[0.1.6]]
|
||||
[[v0.1.6]]
|
||||
== Version 0.1.6 (2005-11-11)
|
||||
|
||||
[[0.1.6_script_api]]
|
||||
[[v0.1.6_script_api]]
|
||||
=== Script API
|
||||
|
||||
Incompatibility with some old scripts: now all handlers have to return a code
|
||||
for completion, and to do some actions about message to ignore (please look at
|
||||
documentation for detail).
|
||||
|
||||
[[0.1.6_openbsd]]
|
||||
[[v0.1.6_openbsd]]
|
||||
=== OpenBSD
|
||||
|
||||
On OpenBSD, the new option 'plugins_extension' should be set to '.so.0.0' since
|
||||
the plugins names are ending by '.so.0.0' and not '.so'.
|
||||
|
||||
[[0.1.6_utf8]]
|
||||
[[v0.1.6_utf8]]
|
||||
=== UTF-8
|
||||
|
||||
With new and full UTF-8 support, the option 'look_charset_internal' should be
|
||||
@ -1323,77 +1323,77 @@ detected by WeeChat (you can set 'UTF-8' or 'ISO-8859-15' for example,
|
||||
depending on your locale). WeeChat is looking for 'UTF-8' in your locale name
|
||||
at startup.
|
||||
|
||||
[[0.1.5]]
|
||||
[[v0.1.5]]
|
||||
== Version 0.1.5 (2005-09-24)
|
||||
|
||||
No release note.
|
||||
|
||||
[[0.1.4]]
|
||||
[[v0.1.4]]
|
||||
== Version 0.1.4 (2005-07-30)
|
||||
|
||||
No release note.
|
||||
|
||||
[[0.1.3]]
|
||||
[[v0.1.3]]
|
||||
== Version 0.1.3 (2005-07-02)
|
||||
|
||||
No release note.
|
||||
|
||||
[[0.1.2]]
|
||||
[[v0.1.2]]
|
||||
== Version 0.1.2 (2005-05-21)
|
||||
|
||||
No release note.
|
||||
|
||||
[[0.1.1]]
|
||||
[[v0.1.1]]
|
||||
== Version 0.1.1 (2005-03-20)
|
||||
|
||||
No release note.
|
||||
|
||||
[[0.1.0]]
|
||||
[[v0.1.0]]
|
||||
== Version 0.1.0 (2005-02-12)
|
||||
|
||||
No release note.
|
||||
|
||||
[[0.0.9]]
|
||||
[[v0.0.9]]
|
||||
== Version 0.0.9 (2005-01-01)
|
||||
|
||||
No release note.
|
||||
|
||||
[[0.0.8]]
|
||||
[[v0.0.8]]
|
||||
== Version 0.0.8 (2004-10-30)
|
||||
|
||||
No release note.
|
||||
|
||||
[[0.0.7]]
|
||||
[[v0.0.7]]
|
||||
== Version 0.0.7 (2004-08-08)
|
||||
|
||||
No release note.
|
||||
|
||||
[[0.0.6]]
|
||||
[[v0.0.6]]
|
||||
== Version 0.0.6 (2004-06-05)
|
||||
|
||||
No release note.
|
||||
|
||||
[[0.0.5]]
|
||||
[[v0.0.5]]
|
||||
== Version 0.0.5 (2004-02-07)
|
||||
|
||||
No release note.
|
||||
|
||||
[[0.0.4]]
|
||||
[[v0.0.4]]
|
||||
== Version 0.0.4 (2004-01-01)
|
||||
|
||||
No release note.
|
||||
|
||||
[[0.0.3]]
|
||||
[[v0.0.3]]
|
||||
== Version 0.0.3 (2003-11-03)
|
||||
|
||||
No release note.
|
||||
|
||||
[[0.0.2]]
|
||||
[[v0.0.2]]
|
||||
== Version 0.0.2 (2003-10-05)
|
||||
|
||||
No release note.
|
||||
|
||||
[[0.0.1]]
|
||||
[[v0.0.1]]
|
||||
== Version 0.0.1 (2003-09-27)
|
||||
|
||||
No release note.
|
||||
|
Loading…
x
Reference in New Issue
Block a user