Version 0.4.6: ---------------------------------- o Fixed some small UI issues. o Added a close button to all the windows and turned off the tab-level close button for channel/query windows. o Changed default server to irc.freenode.org. o Using an newer YAIL that pings idle connections. Version 0.4.5: ---------------------------------- o Big internal change for how / commands are managed. Should be possibly in the future to load DLLs to add new command handling. o Nice new icon care of Mr. Bull!!! Version 0.4.4: ---------------------------------- o Fixed another icky (crash) bug. Wasn't keeping the state returned from PtEnter() and so I was trashing the main UI thread's state within the photon libs. This showed up as crashes on reconnects or when the server disconnects you. Version 0.4.3: ---------------------------------- o Fixed an icky (crash) bug on reconnects. Version 0.4.2: ---------------------------------- o Double clicking anywhere on the widget no longer launches a browser. Version 0.4.1: ---------------------------------- o Removed middle-click browser launching, only double left-click now. o Fixed bug where non-channel windows (status, queries) didn't allow double-click browser launching. o Made the Copy entry in the popup menu sensitive to if data is selected in the channel or not. o Pass on double-clicks if not a double-click on a URL to allow auto-word and auto-line selection to function again. Version 0.4.0: ---------------------------------- o Now supports logging. Enabled/disabled from the channel popup menu. o Added some icons to the channel popup menu. o Double click on a URL to launch (in addition to single middle click). Version 0.3.2: ---------------------------------- o Supports timestamps. Enabled by default, controled from the Options. o Fixed bugs in YAIL. Now properly reports disconnects back to the user of the library. o Handle disconnect/reconnect better so that nicklists get cleared to avoid the double-nick in the nicklist bug. Version 0.3.0: ---------------------------------- o Now generating QPRs instead of just .bz2 files. o For now, statically linking libcpp to make NC installs easier. Version 0.2.1: ---------------------------------- o Removed some of the "smarts" for parsing out URLs. Now only supports URLs that have proper URI prefixes (http://,https://,ftp://) and also standard naming convetions for sites (www. and ftp.). o Another attempt to fix a bug where giving the input area focus would cause libph to SIGSEGV. (could be seen as a libph work-around) o Fixed annoying channel jitter when the garbage collector ran. o Fixed the blank-last-line bug (moved \n's from EOL to SOL). o Fixed a problem where valid URLs where not getting passed to the browser properly (param quoting was missing). Version 0.2.0: ---------------------------------- o First release with a version and a changelog entry. o Added an About dialog to display the version. o Added in support for highligting server tabs when not the current server. o Added in support for setting the highlight colors for tabs in the Options dialog.