User-visible changes. Since 0.3.1 (2006-08-14) ======================== Features -------- * temporary-selection plugin which allows you to select some clients from the current view and have them retagged so they also appear in :tmp * the bookmark manager can perform bidirectional synchronization with del.icio.us (both pulling remote changes and pushing local bookmarks/modifications) Bugfixes -------- * the bookmark plugin now accepts https:// URLs. Configuration (see README.applets) ------------- * added plugin_config["standard:bookmark"]["del.icio.us-mode"] and plugin_config["standard:bookmark"]["del.icio.us-shared"] * added plugin_config["standard:temporary-selection"]["select-keys"] and plugin_config["standard:temporary-selection"]["destroy-keys"] Since 0.3.0 (2006-07-04) ======================== Features -------- * ability to add arbitrary data sources to the program menu list by adding some code in your config file. * bookmark manager applet * support for multiple mixers in the volume applet * view history (history-move-forward and history-move-back bindings) Bugfixes -------- * fixed the 'screenshot' internal action * wmiirc exits properly when the "quit" internal action is executed, and detects when wmiiwm died * critical/low battery notifications aren't shown repeatedly anymore Configuration ------------- * standard:status now uses plugin_config["standard:status"]["refresh_period"] instead of plugin_config["standard:status"]["refresh_time"] * LOGGER.level set to INFO by default; you can override that in wmiirc-config.rb Plugin API changes ------------------ * Removed WMII::Configuration#program_list * Added BarButton#colors, #fgcolor, #bgcolor, #bordercolor and their respective setters * each plugin is loaded in an anonymous module Since 0.2.1 (2006-06-21) ======================== Features -------- * extensibility via plugins and separate configuration in wmiirc-config.rb (preserved on upgrade) * modal keyboard input: normal and "raw" modes, so you don't have to worry about keybindings conflicting with seldom used applications (standard:mode applet) * user-specified events are supported * new applets: mpd (Music Player Daemon), battery-monitor * configurable standard:status applet Bugfixes -------- * fixed numerical retagging * wmiirc.log doesn't get filled with MBs worth of lines when something goes wrong * wmiisetsid used consistently to launch external programs * many other bugs